Cassandra adding disks / increase storage volume without adding new nodes

最后都变了- 提交于 2019-12-07 05:54:00

问题


I have to increase storage volume in an cassandra cluster, the performance and throughput however is still more than enough. My first thoughts were to only add drives. Is it possible to increasing storage volume without adding new nodes?

Is it possible with jbod to add new drives live in an running node?

Or is the only way taking it offline, add the disks and take it back online afterwards?

Any best practises?

Thx, I really appreciate your help


回答1:


You can modify the cassandra.yaml to have multiple storage directories specified in data_file_directories. This will require a node restart in order to pick up the new configuration, but after the restart, Cassandra will start to use the new directory, and data will even out between the two over time.



来源:https://stackoverflow.com/questions/23110054/cassandra-adding-disks-increase-storage-volume-without-adding-new-nodes

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!