apache / shardingsphere-elasticjob

Distributed scheduled job
Apache License 2.0
8.15k stars 3.29k forks source link

Elastic job: ignored exception for: KeeperErrorCode = NoNode for /zk1/SendMessageTask/guarantee/completed #2447

Closed lzp16 closed 2 weeks ago

lzp16 commented 1 month ago

client.create().creatingParentContainersIfNeeded().withMode(CreateMode.PERSISTENT).forPath(key, value.getBytes(Charsets.UTF_8)); Elastic job: ignored exception for: KeeperErrorCode = NoNode for /zk1/SendMessageTask/guarantee/completed Due to this exception, the job cannot be completed properly. In addition, I have no other error logs in Zookeeper and the job application. 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?

linghengqian commented 3 weeks ago
linghengqian commented 2 weeks ago