-
Notifications
You must be signed in to change notification settings - Fork 121
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
Implement etcd lifecycle management for vineyardd #1932
Conversation
* Launch an etcd instance when start a vineyardd instance. * Remove the related etcd member when a vineyardd instance exit. Signed-off-by: Ye Cao <[email protected]>
Signed-off-by: Ye Cao <[email protected]>
Signed-off-by: Ye Cao <[email protected]>
Signed-off-by: Ye Cao <[email protected]>
d245b0d
to
015255e
Compare
Signed-off-by: Ye Cao <[email protected]>
0aab373
to
c90d553
Compare
Signed-off-by: Ye Cao <[email protected]>
2aea293
to
3438704
Compare
Signed-off-by: Ye Cao <[email protected]>
Signed-off-by: Ye Cao <[email protected]>
Signed-off-by: Ye Cao <[email protected]>
b69777c
to
6d42611
Compare
Signed-off-by: Ye Cao <[email protected]>
6d42611
to
391018f
Compare
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.
You would better integrate these etcd member control APIs into etcd-cpp-apiv3 and avoid subprocess calls later.
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.
Please add a test suite to ensure it works.
Okay. |
f9861c7
to
9afe36a
Compare
Signed-off-by: Ye Cao <[email protected]>
9afe36a
to
8a13b9b
Compare
…eadiness probe. Signed-off-by: Ye Cao <[email protected]>
Signed-off-by: Ye Cao <[email protected]>
Done. @sighingnow Could you please take a look at this? |
Signed-off-by: Ye Cao <[email protected]>
7d0796a
to
4aa2af2
Compare
* Add the e2e test for etcd nodes failover. Signed-off-by: Ye Cao <[email protected]>
4aa2af2
to
4164ae2
Compare
Signed-off-by: Ye Cao <[email protected]>
Signed-off-by: Ye Cao <[email protected]>
Signed-off-by: Ye Cao <[email protected]>
Signed-off-by: Ye Cao <[email protected]>
What do these changes do?
Related issue number
Fixes #1922