You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2020/04/14 19:41:11 UTC

[GitHub] [accumulo] karthick-rn commented on a change in pull request #1586: Fix Accumulo hanging when TLS enabled on ZooKeeper

karthick-rn commented on a change in pull request #1586: Fix Accumulo hanging when TLS enabled on ZooKeeper
URL: https://github.com/apache/accumulo/pull/1586#discussion_r408388864
 
 

 ##########
 File path: core/src/main/java/org/apache/accumulo/core/singletons/SingletonManager.java
 ##########
 @@ -65,7 +65,8 @@
      * In this mode singletons are never disabled unless the mode is set back to CLIENT. The user
      * can do this by using util.CleanUp (an old API created for users).
      */
-    CONNECTOR
+    CONNECTOR,
+    CLOSED
 
 Review comment:
   Added comments to explain CLOSED mode

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services