sijie commented on a change in pull request #1201: ISSUE #570: Entrylog per
ledger
URL: https://github.com/apache/bookkeeper/pull/1201#discussion_r170548066
##########
File path:
bookkeeper-server/src/main/java/org/apache/bookkeeper/bookie/EntryMemTable.java
##########
@@ -236,6 +250,14 @@ public long flush(SkipListFlusher flusher, Checkpoint
checkpoint) throws IOExcep
* Only this function change non-empty this.snapshot.
*/
private long flushSnapshot(final SkipListFlusher flusher, Checkpoint
checkpoint) throws IOException {
Review comment:
do you have any performance numbers between flushSnapshotSequentially vs
flushSnapshotParallelly?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services