sijie commented on a change in pull request #1508: ISSUE-1490 
BookieJournalForceTest is flaky
URL: https://github.com/apache/bookkeeper/pull/1508#discussion_r194267511
 
 

 ##########
 File path: 
bookkeeper-server/src/test/java/org/apache/bookkeeper/bookie/BookieJournalForceTest.java
 ##########
 @@ -302,6 +302,8 @@ public void writeComplete(int rc, long ledgerId, long 
entryId, BookieSocketAddre
         LinkedBlockingQueue<ForceWriteRequest> supportQueue = new 
LinkedBlockingQueue<>();
         BlockingQueue<ForceWriteRequest> forceWriteRequests = 
mock(BlockingQueue.class);
         doAnswer((Answer) (InvocationOnMock iom) -> {
+            log.error("something put " + iom.getArgument(0) + " on journal 
queue",
 
 Review comment:
   use `{}`

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to