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

update ring with new ip address when instance is lost, rejoins, but heartbeat is disabled #6271

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Oct 16, 2024

  1. update ring with new ip address when instance is lost, rejoins, but h…

    …eartbeat is disabled
    
    Signed-off-by: Charlie Le <charlie_le@apple.com>
    CharlieTLe committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    e14b66d View commit details
    Browse the repository at this point in the history
  2. 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 <charlie_le@apple.com>
    CharlieTLe committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    86d0e5a View commit details
    Browse the repository at this point in the history
  3. Update changelog

    Signed-off-by: Charlie Le <charlie_le@apple.com>
    CharlieTLe committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    90a4c67 View commit details
    Browse the repository at this point in the history