Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
添加新节点时,我真的应该一一执行nodetool move [token]吗?同时为多个节点移动令牌是一种好习惯吗?例如,我可以以这种方式处理来自任意不相关副本集的多个节点吗?
Datastax 文档说“不”。我想我可以,但我不确定。
移动令牌时,您还应该移动与该令牌关联的数据。那可能是很多数据。该数据必须通过您的网络传输。如果 yiu 同时移动大量数据,则存在使网络链接饱和的危险。所以你可以做到。但也许你应该这样做。
一个相当旧的 Datastax 文档说
[...] 然后运行 nodetool move ,一次一个节点。