eolivelli commented on a change in pull request #932: ISSUE #931,#907: Add 
option to track task execution time
URL: https://github.com/apache/bookkeeper/pull/932#discussion_r159474001
 
 

 ##########
 File path: 
bookkeeper-server/src/test/java/org/apache/bookkeeper/test/BookKeeperClusterTestCase.java
 ##########
 @@ -480,16 +485,14 @@ public void restartBookie(BookieSocketAddress addr) 
throws Exception {
         int toRemoveIndex = 0;
         for (BookieServer server : bs) {
             if (server.getLocalAddress().equals(addr)) {
-                server.shutdown();
                 toRemove = server;
                 break;
             }
             ++toRemoveIndex;
         }
         if (toRemove != null) {
-            stopAutoRecoveryService(toRemove);
 
 Review comment:
   This line seems to related to the issue

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

Reply via email to