We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EASY
The NodeDataChanged event listener is implemented at #3543, but there is still a small chance that the watch event will be lost.
NodeDataChanged
In the internal version of the fix, we receive any event that implements rewatch.
The following log shows that it received Watcher.Event.EventType#None.
Watcher.Event.EventType#None
24/06/17 07:33:14,909 [main-EventThread] WARN ZookeeperDiscoveryClient: This Kyuubi instance xxx (znode null) receives None 24/06/17 07:33:17,201 [main-EventThread] INFO ConnectionStateManager: State change: SUSPENDED 24/06/17 07:33:17,202 [main-EventThread] WARN ZookeeperDiscoveryClient: This Kyuubi instance xxx:xx (znode null) receives None
DeRegisterWatcher should re-watch when any event is received
Introduction of 2024H1 Kyuubi Code Contribution Program
The text was updated successfully, but these errors were encountered:
Let me take care of this issue please
Sorry, something went wrong.
https://github.com/apache/zookeeper/blob/837f86cc713a5e4ce56e1f75eeb335093ca18821/zookeeper-server/src/main/java/org/apache/zookeeper/ZKWatchManager.java#L353-L376
CavemanIV
No branches or pull requests
What's the level of this task?
EASY
Code of Conduct
Search before creating
Mentor
Skill requirements
Background and Goals
The
NodeDataChanged
event listener is implemented at #3543, but there is still a small chance that the watch event will be lost.In the internal version of the fix, we receive any event that implements rewatch.
The following log shows that it received
Watcher.Event.EventType#None
.Implementation steps
DeRegisterWatcher should re-watch when any event is received
Additional context
Introduction of 2024H1 Kyuubi Code Contribution Program
The text was updated successfully, but these errors were encountered: