keith-turner commented on PR #6153:
URL: https://github.com/apache/accumulo/pull/6153#issuecomment-3961069467

   > I wonder if there is a way to automate a check that all Thrift RPC methods 
handled by the Manager throws the ThriftNotActiveServiceException
   
   Not sure this functionality has any tests. There is the server side aspect 
of throwing the exception, if we could automate test for that it would be nice. 
 Then there is the client side code that retries when it sees this exception, 
that code is sprinkled all over the place.  The server side code seems easier 
to test.  For the client side code, maybe the best way to test is to run random 
walk tests while starting/stopping managers.


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