I have a DC/OS cluster running Cassandra framework, three masters and six workers, after a framework crash due to registry issues, the Cassandra nodes are not synced with the data, in order to sync it i tried to repair the Keyspaces one by one and check the "./nodetool compactionstats" status.
after the repair i got in the "./nodetool compactionstats" a stuck task:
[root@server-worker1 bin]# ./nodetool compactionstats
pending tasks: 2
- system.IndexInfo: 1
- my_app_prod.profile_activation_history: 1
id compaction type keyspace table completed total unit progress
0d49d3d0-19d6-11eb-a65c-f71e0bcef8b1 Secondary index build my_app_prod profile_activation_history 3010912 3010912 bytes 100.00%
Active compaction remaining time : 0h00m00s
[root@server-worker1 bin]#
the task is stuck in 100%, how can i force it to finish ? or refresh the status of the "./nodetool compactionstats" ?
I checked in the nodes and no such process is running in memory in any node. I need to continue repairing the keyspaces but this task is standing in front of it because until this task is over the repair will wait.