Skip to content

Make CLUSTER command safer.#7424

Closed
trevor211 wants to merge 1 commit intoredis:unstablefrom
trevor211:makeClusterCommandSafer
Closed

Make CLUSTER command safer.#7424
trevor211 wants to merge 1 commit intoredis:unstablefrom
trevor211:makeClusterCommandSafer

Conversation

@trevor211
Copy link
Contributor

When processing CLUSTER SETSLOT NODE , it won't check the role
of the specified node, thus causing route inconsistency between the processing
node and others. Worse still, the slot ownership information on that node won't
change until another migrating of that slot would happen later on.

When processing CLUSTER SETSLOT <SLOT> NODE <NODE ID>, it won't check the role
of the specified node, thus causing route inconsistency between the processing
node and others. Worse still, the slot ownership information on that node won't
change until another migrating of that slot would happen later on.
@madolson
Copy link
Contributor

Resolved in #10277.

@madolson madolson closed this Feb 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants