curator icon indicating copy to clipboard operation
curator copied to clipboard

KeeperErrorCode = NoNode for /zk1/SendMessageTask/guarantee/completed

Open lzp16 opened this issue 5 months ago • 0 comments

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?

lzp16 avatar Sep 27 '24 02:09 lzp16