You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the cluster expansion completes the slot migration, the total dbsize value of all shard master nodes is greater than the value before the expansion
#2715
Open
2 tasks done
903174293 opened this issue
Jan 8, 2025
· 0 comments
I had searched in the issues and found no similar issues.
Version
v2.9.0
Minimal reproduce step
1、kvrocks version:v2.9.0
2、init env:3 shard,One master and one slave,Single Node Specifications:8C16G、disk:500GB
3、After expansion:5 shard,One master and one slave,Single Node Specifications:8C16G、disk:500GB
4、Expansion method:Calling the controller interface
5、Phenomenon:
Before expansion: the total dbsize value of all shard master nodes:12484
After expansion:the total dbsize value of all shard master nodes:12489
What did you expect to see?
The total dbsize of all master nodes is equal before and after expansion
What did you see instead?
Before expansion: the total dbsize value of all shard master nodes:12484
After expansion:the total dbsize value of all shard master nodes:12489
Anything Else?
Migration interface for controllers:
POST /api/v1/namespaces/clusters/{cluster name}/migrate
{
"target": 4,
"slot": 1000,
"slot_only": false
}
Are you willing to submit a PR?
I'm willing to submit a PR!
The text was updated successfully, but these errors were encountered:
Search before asking
Version
v2.9.0
Minimal reproduce step
1、kvrocks version:v2.9.0
2、init env:3 shard,One master and one slave,Single Node Specifications:8C16G、disk:500GB
3、After expansion:5 shard,One master and one slave,Single Node Specifications:8C16G、disk:500GB
4、Expansion method:Calling the controller interface
5、Phenomenon:
Before expansion: the total dbsize value of all shard master nodes:12484
After expansion:the total dbsize value of all shard master nodes:12489
What did you expect to see?
The total dbsize of all master nodes is equal before and after expansion
What did you see instead?
Before expansion: the total dbsize value of all shard master nodes:12484
After expansion:the total dbsize value of all shard master nodes:12489
Anything Else?
Migration interface for controllers:
POST /api/v1/namespaces/clusters/{cluster name}/migrate
{
"target": 4,
"slot": 1000,
"slot_only": false
}
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: