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
Hi,
I got below exception after pause and resume auto repair in a geo-red container setup with 2 sites, each site have 3 c* nodes
[Repair-Task-63] [org.apache.cassandra.repair.RepairRunnable] Repair failed: java.lang.IllegalArgumentException: Requested range (-974131001724421687,-711726405381541695] intersects a local range ((-737964045140916851,-711726405381541695]) but is not fully contained in one;
What i notice is also, not all repair sessions failed, some repair sessions are fine.
and the way I used to pause/resume repair is like below
CONSISTENCY QUORUM;
INSERT INTO ecchronos.reject_configuration(keyspace_name,table_name,start_hour,start_minute,end_hour,end_minute) VALUES ('*','*',0,0,0,0);
CONSISTENCY QUORUM;
DELETE FROM ecchronos.reject_configuration WHERE keyspace_name='*' AND table_name='*' AND start_hour=0 AND start_minute=0;
Hi,
I got below exception after pause and resume auto repair in a geo-red container setup with 2 sites, each site have 3 c* nodes
[Repair-Task-63] [org.apache.cassandra.repair.RepairRunnable] Repair failed: java.lang.IllegalArgumentException: Requested range (-974131001724421687,-711726405381541695] intersects a local range ((-737964045140916851,-711726405381541695]) but is not fully contained in one;
What i notice is also, not all repair sessions failed, some repair sessions are fine.
and the way I used to pause/resume repair is like below
PS: @tommystendahl is aware of this issue.
The text was updated successfully, but these errors were encountered: