milleruntime commented on a change in pull request #868: Make replication 
services start when configured
URL: https://github.com/apache/accumulo/pull/868#discussion_r245750754
 
 

 ##########
 File path: 
server/tserver/src/main/java/org/apache/accumulo/tserver/TabletServer.java
 ##########
 @@ -2952,8 +2929,10 @@ public void run() {
         }
       }
     }
-    log.debug("Stopping Replication Server");
-    TServerUtils.stopTServer(this.replServer);
+    if (this.replServer != null) {
 
 Review comment:
   Fixed in 0016dce1a80f7c8f8552252f148ba77f94da2725

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