Alexander Dejanovski

Results 399 comments of Alexander Dejanovski

I assume you should be able to set up TLS the standard Dropwizard way: https://www.dropwizard.io/en/latest/manual/configuration.html#https Let me know if this fixes the problem or not.

The implementation in #301 is different as it ended up being a manual change of intensity when repairs are paused. I like your suggestion and will think of how it...

Hi @cin, wow, that sucks. Our current way of defining uniqueness in repair definition is clearly no good. I'll try to review this quickly and come up with something more...

Hi @colltoaction, we're very close to merging a PR that will expose native Prometheus metrics: https://github.com/thelastpickle/cassandra-reaper/pull/974 Things should get much better with it.

Yes, the latest beta was built off master: https://cloudsmith.io/~thelastpickle/repos/reaper-beta/packages/

Also, the docker images are available: https://hub.docker.com/repository/docker/thelastpickle/cassandra-reaper/tags?page=1&ordering=last_updated

@ossarga, can we close this ticket or is there more work to do here?

Hi @pmeisen, could you try restarting Reaper? It should update the segment state shortly after restart and then allow deleting the repair.

You're very right, and a RESTful API should never return simple strings. We'll try to sanitize all error outputs and return valid JSON strings by wrapping error messages into a...