Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-48641][BUILD] Upgrade
curator
to 5.7.0
### What changes were proposed in this pull request? This PR aims to upgrade `curator` to 5.7.0. ### Why are the changes needed? There are some bug fixes and improvements in Apache Curator 5.7.0: [[CURATOR-688](https://issues.apache.org/jira/browse/CURATOR-688)] - SharedCount will be never updated successful when version of ZNode is overflow [[CURATOR-696](https://issues.apache.org/jira/browse/CURATOR-696)] - Double leader for LeaderLatch [[CURATOR-704](https://issues.apache.org/jira/browse/CURATOR-704)] - Use server version to detect supported features https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12314425&version=12354115 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass GA. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #46998 from wayneguow/curator_upgrade. Authored-by: Wei Guo <[email protected]> Signed-off-by: Kent Yao <[email protected]>
- Loading branch information