-
Notifications
You must be signed in to change notification settings - Fork 806
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update ring with new ip address when instance is lost, rejoins, but h…
…eartbeat is disabled (#6271) * update ring with new ip address when instance is lost, rejoins, but heartbeat is disabled Signed-off-by: Charlie Le <[email protected]> * Fix lint error (ineffassign) ``` pkg/ring/lifecycler_test.go:728:2: ineffectual assignment to l2 (ineffassign) l2 = startIngesterAndWaitActive("ing2", "0.0.0.0") ^ ``` Signed-off-by: Charlie Le <[email protected]> * Update changelog Signed-off-by: Charlie Le <[email protected]> * simplify logic for handling address change applying feedback from alanprot Signed-off-by: Charlie Le <[email protected]> --------- Signed-off-by: Charlie Le <[email protected]> Signed-off-by: Charlie Le <[email protected]>
- Loading branch information
1 parent
78a9e35
commit 371b2af
Showing
3 changed files
with
39 additions
and
7 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