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 2021/12/17 20:37:59 UTC

[GitHub] [accumulo] dlmarion commented on pull request #2392: Fix coordinator check in Monitor

dlmarion commented on pull request #2392:
URL: https://github.com/apache/accumulo/pull/2392#issuecomment-997017620


   FWIW, the Compactor uses [this](https://github.com/apache/accumulo/blob/e0853b7715f9712ad05168b727ebc916a7aeb200/server/compactor/src/main/java/org/apache/accumulo/compactor/Compactor.java#L476) to get the Coordinator connection. This has the downside of calling ZK every time, which I think might be cached, but should pick up the case that the Coordinator is down (throws a Transport Exception) or if it moves.
   


-- 
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: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org