You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2018/06/10 12:44:58 UTC

[GitHub] eolivelli commented on a change in pull request #1508: ISSUE-1490 BookieJournalForceTest is flaky

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

 ##########
 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:
   this is the real debug, to see why we have an additional item in the queue

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


With regards,
Apache Git Services