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
Story Description:
The IncrementalRepairJob class is responsible for orchestrating the incremental repair of Cassandra tables. This class extends ScheduledRepairJob and manages the scheduling and execution of repair jobs. It interacts with a Node, ReplicationState, and CassandraMetrics to determine the repair state of a given table and schedules tasks accordingly. The class should also compute the status of the repair job, handle task iteration through replica repair groups, and update the last successful repair run.
Acceptance Criteria:
The IncrementalRepairJob class should extend ScheduledRepairJob.
Unit tests must cover all public methods of the class.
Definition of Done:
IncrementalRepairJob is created with all required attributes and methods.
The class is integrated into the existing repair scheduling framework.
All unit tests pass.
The code is reviewed and merged into the main branch.
Story Description:
The IncrementalRepairJob class is responsible for orchestrating the incremental repair of Cassandra tables. This class extends ScheduledRepairJob and manages the scheduling and execution of repair jobs. It interacts with a Node, ReplicationState, and CassandraMetrics to determine the repair state of a given table and schedules tasks accordingly. The class should also compute the status of the repair job, handle task iteration through replica repair groups, and update the last successful repair run.
Acceptance Criteria:
The IncrementalRepairJob class should extend ScheduledRepairJob.
Unit tests must cover all public methods of the class.
Definition of Done:
IncrementalRepairJob is created with all required attributes and methods.
The class is integrated into the existing repair scheduling framework.
All unit tests pass.
The code is reviewed and merged into the main branch.
Notes:
Depends of #738 and #737
The text was updated successfully, but these errors were encountered: