Skip to content
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

[Task] Fix sofa, motan and dubbo don't work issue caused by Curator version incompatible in bootstrap #3475

Closed
hgaol opened this issue Jun 2, 2022 · 0 comments
Assignees
Labels
status: volunteer wanted Extra attention is needed

Comments

@hgaol
Copy link
Contributor

hgaol commented Jun 2, 2022

Description

Since sofa, motan and dubbo are not compatible with curator ver 5.2.1, which is used in bootstrap. So downgrade to 4.0.1 to make sure they're all works well. More details can refer to issue #3461 and PR #3470 .

What the task mainly do is to replace CuratorCache with TreeCache, which is both exists in curator 4.0.1 and 5.2.1. Feel free to leave any comment.

Task List

  1. replace CuratorCache with TreeCache, which class is both exists in ver 4.0.1 and 5.2.1.
  2. test and make sure all works well for bootstrap zk data sync.
@hgaol hgaol added the status: volunteer wanted Extra attention is needed label Jun 2, 2022
yu199195 pushed a commit that referenced this issue Jun 2, 2022
…rator version incompatible in bootstrap (#3476)

* Fix sofa, motan and dubbo don't work issue caused by Curator version incompatible in bootstrap

* update bootstrap LICENSE file
@hgaol hgaol closed this as completed Jun 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: volunteer wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant