Skip to content

Conversation

@git-hulk
Copy link
Member

Currently, the continuous slot ranges won't be merged
while the new slot is added which is expected in Redis behavior.

For example, we now have below slot ranges in one shard: [1,100], [102, 200], [202, 300]
and the slot 101 was added to this shard, we would like to become: [1, 200], [202, 300]
instead of [1, 101], [102, 200], [202, 300].

Currently, the continuous slot ranges won't be merged while the new slot is added
which is expected in Redis behavior. For example, we now have below slot
ranges in one shard: [1,100], [102, 200], [202, 300] and the slot `101`
was added to this shard, we would like to become: [1, 200], [202, 300]
instead of [1, 101], [102, 200], [202, 300].
@git-hulk git-hulk merged commit 590a0b4 into apache:unstable Apr 29, 2024
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