reddycharan commented on a change in pull request #2090: Update and flush
lastLogMark when replaying journal
URL: https://github.com/apache/bookkeeper/pull/2090#discussion_r282604064
##########
File path:
bookkeeper-server/src/test/java/org/apache/bookkeeper/bookie/BookieJournalTest.java
##########
@@ -640,6 +637,15 @@ public void testTruncatedInEntryJournal() throws
Exception {
}
}
+ private Bookie startBookieReadJournal(ServerConfiguration conf) throws
IOException, InterruptedException, BookieException {
+ Bookie b = new Bookie(conf);
+ Journal journal = b.journals.get(0);
Review comment:
wondering if this testsuite is configured to use multiple journal
directories, will it work correctly?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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