how do i know if nodetool repair is finished

前端 未结 3 540
心在旅途
心在旅途 2020-12-13 20:22

I have a 2 node apache cassandra (2.0.3) cluster with rep factor of 1. I change rep factor to 2 using the following command in cqlsh

ALTER KEYSPACE \"mykeys         


        
3条回答
  •  Happy的楠姐
    2020-12-13 20:44

    The repair streams can be monitored with option --trace when you start repair command:

    nodetool repair --trace

    提交回复
    热议问题