You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 31, 2022. It is now read-only.
Reaper status shows as RUNNING, though the repair is successfully completed.
Cassandra Version: 2.0.15
Couple of questions here
I tried running repair multiple times for different keyspaces, the repair state still shows "RUNNING" for more than 48 hours though the repair is completed.
The repair always runs only on the node "10.16.3.162", which is a seed node. How can we make sure repair continuous on next nodes once this is completed.
FYI:
seeds node: ./bin/spreaper add-cluster 10.16.3.162
According to job status, your repair still running. You starting repair of segment 1 on host 10.16.3.162 at "2015-12-08T06:19:40Z", and it's running very slow (or stuck). It's only 1st segment, and you have another 300 to go, so, it predicts finish time at "2016-04-07T11:54:22Z" - i.e. almost after 5 months from start. But I suspect ETA is not accurate because it stuck and can't repair even single node.
Try to stop and start repair again. Check Cassandra logs on 10.16.3.162. Enable DEBUG and check reaper logs, what it's doing.
Reaper status shows as RUNNING, though the repair is successfully completed.
Cassandra Version: 2.0.15
Couple of questions here
FYI:
seeds node: ./bin/spreaper add-cluster 10.16.3.162
[root@test cassandra-reaper]# ./bin/spreaper list-runs
Report improvements/bugs at https://github.com/spotify/cassandra-reaper/issues
------------------------------------------------------------------------------
Listing repair runs
Found 1 repair runs
[
{
"cause": "manual spreaper run",
"cluster_name": "test",
"column_families": [],
"creation_time": "2015-12-08T06:19:39Z",
"duration": null,
"end_time": null,
"estimated_time_of_arrival": "2016-04-07T11:54:22Z",
"id": 1,
"intensity": 0.900,
"keyspace_name": "cache",
"last_event": "Triggered repair of segment 1 via host 10.16.3.162",
"owner": "root",
"pause_time": null,
"repair_parallelism": "DATACENTER_AWARE",
"segments_repaired": 1,
"start_time": "2015-12-08T06:19:40Z",
"state": "RUNNING",
"total_segments": 301
}
]
Any help on this is appreciated.
The text was updated successfully, but these errors were encountered: