reddycharan commented on issue #1225: Issue #570: getting rid of unnecessary synchronization in InterleavedLedgerStorage URL: https://github.com/apache/bookkeeper/pull/1225#issuecomment-370768691 this is little surprising. We are seeing cancellationexception because time given for the executor (6 secs) to execute the read and flush tasks has elapsed. https://github.com/apache/bookkeeper/pull/1225/files#diff-7b84d31d42b1b95ba2d985bf2746b448R554 When time has elapsed, the pending tasks are cancelled. It seems it infact waited for 6 seconds from the logs 2018-03-06 **01:43:23,096** - INFO - [main:GarbageCollectorThread@242] - Major Compaction : enabled=true, threshold=0.800000011920929, interval=86400000 2018-03-06 **01:43:29,188** - ERROR - [pool-29-thread-4:InterleavedLedgerStorage@331] - Exception flushing Ledger cache Locally in my macbook pro I ran few times and it is working fine, just curious what is the test env. machines config? trying to run this test in loop in my macbook .. those logs is just noise, it is just info logs which we get because of Bookie initialization.
---------------------------------------------------------------- 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
