-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cherry pick changes for rel v0.18.1 (#508)
* Added support to run etcd client calls only when in multi-node case (#504) * Added support to run etcd client calls only when in multi-node case * Addressed review comments * Used values from restoreOpts rather than another func call * Temp fix: skip single member restoration in case of data-dir invalid. (#501) * Temp fix: skip single member restoration in case of data-dir invalid. * Small fixes. * Improved error log. * Fixed a bug in scaleup feature which present in func: IsMemberInCluster. * Fix the unit tests. * Address the review comments. * Handle the case of when storageProvider is not configured. * Address the review comments. * Address the review comments. * Assigned the correct Peer Address to Etcd after it restores from the backup-bucket. (#505) * Assigned the correct Peer address to the Etcd after restoration. * Fix the unit tests and some refactoring. * Improve some logs. * Address the review comments. * To update the peer address of existing cluster. * Don't update peer URL when promoting member (#506) * Don't update peer URL when promoting member * Update interface name in member package Co-authored-by: Ishan Tyagi <42602577+ishan16696@users.noreply.github.com>
- Loading branch information
1 parent
b1179ae
commit f32b99b
Showing
14 changed files
with
457 additions
and
150 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.