Skip to content

Commit

Permalink
[Java] Remove ExclusiveTermAppender and fold functionality into Exclu…
Browse files Browse the repository at this point in the history
…sivePublication.
  • Loading branch information
mjpt777 committed Oct 18, 2022
1 parent aaef4a5 commit 8b0ba8b
Show file tree
Hide file tree
Showing 5 changed files with 495 additions and 771 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,6 @@ public final class ConcurrentPublication extends Publication
logBuffers,
originalRegistrationId,
registrationId);

for (int i = 0; i < PARTITION_COUNT; i++)
{
final int tailCounterOffset = TERM_TAIL_COUNTERS_OFFSET + (i * SIZE_OF_LONG);
logMetaDataBuffer.boundsCheck(tailCounterOffset, SIZE_OF_LONG);
}
}

/**
Expand Down
Loading

0 comments on commit 8b0ba8b

Please sign in to comment.