You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
lzp16
changed the title
KeeperErrorCode = NoNode for /zk1/TMcMessageTrothTask/guarantee/completed
KeeperErrorCode = NoNode for /zk1/SendMessageTask/guarantee/completed
Sep 27, 2024
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?
The text was updated successfully, but these errors were encountered: