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 2018/08/21 17:50:30 UTC

[GitHub] milleruntime commented on a change in pull request #609: Pass ServerContext to RFile. Closes #584

milleruntime commented on a change in pull request #609: Pass ServerContext to RFile. Closes #584
URL: https://github.com/apache/accumulo/pull/609#discussion_r211699176
 
 

 ##########
 File path: server/base/src/main/java/org/apache/accumulo/server/ServerContext.java
 ##########
 @@ -241,4 +256,11 @@ public synchronized UniqueNameAllocator getUniqueNameAllocator() {
     }
     return nameAllocator;
   }
+
+  public synchronized CryptoService getCryptoService() {
 
 Review comment:
   I wasn't sure. The scenario I was thinking was when something tries to get the CryptoService before tserver was started but I don't think making this method sychronized would help with that anyway.  I will remove it.

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