ecchronos
ecchronos copied to clipboard
Ericsson distributed repair scheduler for Apache Cassandra
Issue264
Investigate debug logs of ecchronos to see how much is actually logged. Maybe some stuff should be throttled or removed/moved to trace.
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.
Closes Issue #527
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...
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...
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...