masokol
masokol
Investigate debug logs of ecchronos to see how much is actually logged. Maybe some stuff should be throttled or removed/moved to trace.
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...
Story Description: Currently releases of ecChronos need to be done manually. It would be nice to automate this so releases are performed with a click of the button. I think...
We should do some refactoring regarding schedules and repairState. Currently metrics and alarms depend on when the [repairState changes snapshot](https://github.com/Ericsson/ecchronos/blob/1d4e8b4a33b52b9c2cd38a23ee40704b5b8583c7/core/src/main/java/com/ericsson/bss/cassandra/ecchronos/core/repair/state/RepairStateImpl.java#L93C12-L93C12), i.e if it changes too fast/too slow ecChronos either ~spams~...
ecChronos should be tested with Cassandra 5 as well (once it's released). If there's anything that needs to be done to support Cassandra 5 new issues should be created for...
Story Description: As of today, all output from ecctool is either formatted as plain text or table [ECCTOOL_EXAMPLES.md](https://github.com/Ericsson/ecchronos/blob/master/docs/ECCTOOL_EXAMPLES.md) When using ecctool from scripts, one has to use a regexp in...