-
Notifications
You must be signed in to change notification settings - Fork 1.2k
PersistentTTLNode Thread leak #1264
New issue
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
Conversation
curator-recipes/src/main/java/org/apache/curator/framework/recipes/nodes/PersistentTtlNode.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@chevaris Thank you for contribution! Looks good in general. Left some inline comments in reviewing.
...-recipes/src/test/java/org/apache/curator/framework/recipes/nodes/TestPersistentTtlNode.java
Outdated
Show resolved
Hide resolved
...-recipes/src/test/java/org/apache/curator/framework/recipes/nodes/TestPersistentTtlNode.java
Outdated
Show resolved
Hide resolved
...-recipes/src/test/java/org/apache/curator/framework/recipes/nodes/TestPersistentTtlNode.java
Outdated
Show resolved
Hide resolved
...-recipes/src/test/java/org/apache/curator/framework/recipes/nodes/TestPersistentTtlNode.java
Outdated
Show resolved
Hide resolved
...-recipes/src/test/java/org/apache/curator/framework/recipes/nodes/TestPersistentTtlNode.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Seems that the test fails due to ZOOKEEPER-4466 which is only shipped in 3.9. Both For the same sake, I think |
I will provide a fix. Thanks for the heads up |
I see that zk38 is failing BUT is not related with the changes. TesPersistentTtlNode are passing properly. Not sure how to proceed |
Merged. @chevaris Thank you for your contribution! |
#1263