milleruntime commented on issue #2327: URL: https://github.com/apache/accumulo/issues/2327#issuecomment-953302316
I am not sure how the Manager can still accept RPC calls after being shut down but that's what the test failing in `ManagerApiIT` is testing. There are two calls to expectPermissionSuccess() made after shutting down, the first one succeeds but then it will hang indefinitely on the second. If you remove one of them, the test passes. So it seems like when the expectPermissionSuccess() succeeds, it closes things for good, which is odd since they both call the same code and should both be executing the finally in `ManagerClient`. https://github.com/apache/accumulo/blob/c9e3877373303997d42b465b2cdb62fd3fffd5d8/core/src/main/java/org/apache/accumulo/core/clientImpl/ManagerClient.java#L163-L166 -- 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]
