Hi, if I tag a server tenanta and a broker tenanta...
# general
a
Hi, if I tag a server tenanta and a broker tenanta, then modify the table’s tenants config to use tenanta broker and tenanta server, and finally rebalance brokers and servers, will the table’s index data be moved to the server tagged tenanta? From my test, the index data for this table is still located on the previous server.
m
Yes, rebalance will do the move. Are you saying that the data is not moved at all, or that the old server “also” has the data apart from the new one?
a
the data is not moved at all.
m
When you try the dry run does it give you the new ideal state that is different?
a
image.png,image.png
8216 is my tagged server
m
8216 is new or old?
a
new
m
What’s the replication?
a
but index data is still in 8212.
1 replication
and no index data in 8216
m
Then no way to move without downtime
a
ok
I see
m
I agree that the rebalance command should give back that feedback. You can file a GH issue for that
a
It’s moved to 8216 now. Thanks. And will the index data in 8212 be deleted automatically?
m
yes
a
RetentionManager task does the job? So I’ll just wait a moment to check if it’s deleted?
m
Is it not deleted by rebalance? cc: @User
a
I checked the files in 8212. Only empty folders left and no index data already.
m
Ok, then we are good
👍 1