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/02/01 09:50:21 UTC

[GitHub] sijie opened a new pull request #1099: Fix auditor shutdown logic and move decommision tests out of BookKeeperAdminTest

sijie opened a new pull request #1099: Fix auditor shutdown logic and move decommision tests out of BookKeeperAdminTest
URL: https://github.com/apache/bookkeeper/pull/1099
 
 
   Descriptions of the changes in this PR:
   
   - the auditor shutdown logic is problematic. most of the tests can finish quickly however it spend more 30 seconds on shutting down.
     because the shutdown logic will be blocked until `awaitTermination` timed out.
   - most of the tests in BookKeeperAdminTest don't need 6 bookies. so move the decommission tests to a separate class.
   
   

----------------------------------------------------------------
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