sijie commented on a change in pull request #889: BP-14 Implementation of
WriteFlag.DEFERRED_SYNC on Journal
URL: https://github.com/apache/bookkeeper/pull/889#discussion_r158178362
##########
File path:
bookkeeper-server/src/main/java/org/apache/bookkeeper/bookie/Journal.java
##########
@@ -939,7 +953,7 @@ public void run() {
shouldFlush = true;
flushMaxWaitCounter.inc();
} else if (qe != null
- && ((bufferedEntriesThreshold > 0 &&
toFlush.size() > bufferedEntriesThreshold)
Review comment:
make sure you have a test case cover here
----------------------------------------------------------------
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