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 2022/08/31 11:46:42 UTC

[GitHub] [accumulo] dlmarion commented on pull request #2907: Check that node exists in ZooZap before trying to delete it and its children

dlmarion commented on PR #2907:
URL: https://github.com/apache/accumulo/pull/2907#issuecomment-1232829982

   I'm getting an error locally when I shutdown using `accumulo-cluster stop` when ZooZap tries to clean up the sserver nodes. I don't think there is an issue in our code, as the sserver znode is created in [ZooKeeperInitalizer](https://github.com/apache/accumulo/blob/main/server/base/src/main/java/org/apache/accumulo/server/init/ZooKeeperInitializer.java#L182) and [Upgrader9To10](https://github.com/apache/accumulo/blob/main/server/manager/src/main/java/org/apache/accumulo/manager/upgrade/Upgrader9to10.java#L183). I'm using an old instance locally, so I assume that the initialization was done pre-scan server.


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