curator
curator copied to clipboard
KeeperErrorCode = NoNode for /zk1/SendMessageTask/guarantee/completed
KeeperErrorCode = NoNode for /zk1/SendMessageTask/guarantee/completed
client.create().creatingParentContainersIfNeeded().withMode(CreateMode.PERSISTENT).forPath(key, value.getBytes(Charsets.UTF_8));
I did not find any other exceptions in the logs of the Zookeeper server and client. This exception occurs once a month. I have looked at the source code of the method, and theoretically, this exception should not occur. Can someone help me answer it?