Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fail to resume auto repair due to request range intersect with local range #217

Open
FO-H opened this issue Jun 29, 2021 · 0 comments
Open

Comments

@FO-H
Copy link

FO-H commented Jun 29, 2021

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;

PS: @tommystendahl is aware of this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant