[CASSANDRA-15437] Decommission fails with "Unable to stream hints since no live endpoints seen" even if no hints need to be sent.#421
Closed
Icysandwich wants to merge 1 commit intoapache:trunkfrom
Icysandwich:CASSANDRA-15437
Closed
[CASSANDRA-15437] Decommission fails with "Unable to stream hints since no live endpoints seen" even if no hints need to be sent.#421Icysandwich wants to merge 1 commit intoapache:trunkfrom Icysandwich:CASSANDRA-15437
Icysandwich wants to merge 1 commit intoapache:trunkfrom
Icysandwich:CASSANDRA-15437
Conversation
…ce no live endpoints seen" even if no hints need to be sent.
Contributor
|
This PR has been open for an extended period with no recent activity. We're doing a cleanup pass on stale PRs in the Cassandra queue. Is this still a valid, active contribution? If yes — please rebase against the current target branch and leave a comment here so we know it's still in flight. If no — please close this PR yourself so we can keep the queue manageable. If there's no response, this PR will be closed in a future cleanup pass. Thank you for your contribution to Apache Cassandra! |
Contributor
|
closing in favor of #4775 |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I add a check step in unbootstrap: If there is no hints in hintsservice, just skip streaming hints and continue the decommission process.