-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Downgrade the version of Apache Curator from 5.5.0 to 5.3.0 to avoid a bug in the new version #16425
Conversation
…a bug in the new version
I think this is important enough to hold the release for druid 30. |
…a bug in the new version (apache#16425)
Are there any fixes in Curator 5.4 or 5.5 for other bugs that would be important for us? I ask since if yes- we could stay with the newer Curator and work around this bug, such as by closing and recreating our LeaderLatch when ZK session changes. |
@@ -75,7 +75,7 @@ | |||
<java.version>8</java.version> | |||
<project.build.resourceEncoding>UTF-8</project.build.resourceEncoding> | |||
<aether.version>0.9.0.M2</aether.version> | |||
<apache.curator.version>5.5.0</apache.curator.version> | |||
<apache.curator.version>5.3.0</apache.curator.version> |
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.
There could be a comment here about why we're in this version, so the rationale won't get forgotten. (Link to the Curator JIRA is best)
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.
I haven't reviewed these lists yet but here they are- |
…a bug in the new version (#16425) (#16430) Co-authored-by: Benedict Jin <[email protected]>
Just reviewed the lists. By downgrading from 5.5 to 5.3 we do lose various fixes. These ones sound like they could be important:
With regard to downgrading Curator to 5.3 in Druid 30, I think we should be especially careful of these issues, and in particular CURATOR-638 and possible impact on k8s environments. Alternate approaches do include:
|
…a bug in the new version (apache#16425)
…o avoid a bug in the new version (apache#16425) (apache#16430)" This reverts commit f3d207c.
…o avoid a bug in the new version (apache#16425)" This reverts commit cb7c2c1.
Fixes #16411
Release note
This PR has: