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. |
| <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.
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)
|
I haven't reviewed these lists yet but here they are- |
|
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: