kokonguyen191 opened a new pull request, #8527:
URL: https://github.com/apache/hadoop/pull/8527

   ### Description of PR
   
   During ARR init, AsyncRpcProtocolPBUtil stores the async responder executor 
as a static ref. Nuking `routerAsyncResponderExecutor` during shutdown will 
point the static ref to a terminated executor, poisoning later test runs.
   
   Fix: Do not shut down `routerAsyncResponderExecutor` in 
`RouterRpcServer#serviceStop()`. The responder threads are daemon so they won't 
block JVM during actual router shutdown.


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to