ctubbsii commented on a change in pull request #2321:
URL: https://github.com/apache/accumulo/pull/2321#discussion_r735848544



##########
File path: 
server/base/src/main/java/org/apache/accumulo/server/rpc/HighlyAvailableServiceInvocationHandler.java
##########
@@ -53,7 +53,7 @@ public Object invoke(Object proxy, Method method, Object[] 
args) throws Throwabl
         LOG.trace("Denying access to RPC service as this instance is not the 
active instance.");
         throw new ThriftNotActiveServiceException();
       }
-      // What to do when upgrading?
+      LOG.warn("Cannot access service as it is in the process of upgrading.");

Review comment:
       ```suggestion
         LOG.warn("Cannot access service while it is upgrading.");
   ```




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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to