ecchronos icon indicating copy to clipboard operation
ecchronos copied to clipboard

Ericsson distributed repair scheduler for Apache Cassandra

Results 84 ecchronos issues
Sort by recently updated
recently updated
newest added

Investigate debug logs of ecchronos to see how much is actually logged. Maybe some stuff should be throttled or removed/moved to trace.

enhancement

In order to provide support for Java 17 in EcChronos, identify the minimal changes necessary for the project to compile and run with Java 17. Additionally, implement these changes and...

Versions maintained are not really stated today. We should document the lowest maintained version and after some discussions, the proposed lowest version to maintain is 4.x.x (at the time of...

The Karaf/OSGI haven't really been maintained and/or used extensively since version 1.x.x. The main direction is to move away from Karaf/OSGI.

The current architecture with one ecchronos node for each cassandra node in a cluster doesn't scale well for large clusters. It would be very good if this could be changed...

It might be worth to add colored output in ecctool. If we ever do it, the coloring should autodetect if colors are supported by the terminal. Also it should be...

enhancement

Since ecchronos assumes tables are repaired when there's no repair history, it's possible that repairs will never be triggered if ecchronos restarts/crashes once every repair interval before repair is actually...

bug

Hello there, The [ecc.yml](https://github.com/Ericsson/ecchronos/blob/master/application/src/main/resources/ecc.yml) file contains quite a lot of documentation, but the file itself is a bit hidden in the src code. Is there a possibility to perhaps auto-generate...