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.
是否有正确的方法从 Cassandra 集群的种子列表中删除节点?我只想在不实际替换或停用节点的情况下减少种子列表。那可能吗?
是的,只需从所有节点上的种子列表中删除特定节点,然后执行滚动重启或调用nodetool reloadseeds(如果您的 Cassandra 版本具有此子命令 - 我不记得它是在哪个版本中引入的...... )
nodetool reloadseeds
从 Cassandra 集群的所有节点的种子列表中删除节点 ip/hostname,并滚动重启所有节点。