itskarlsson

Results 7 comments of itskarlsson

@sonman Unfortunately it won't but they are similar.

> any ideas when this PR can be merged? I am curious as well. Would be good to get this in as well as #112. Fixes for both should be...

> really curious about this myself. I started trying ecchronos recently and so far having better success than the way I've been using Cassandra-reaper but I've wondered how this would...

It's certainly possible to check if the pw has changed from a purely technical standpoint, since we have the salted_hash, the hashing mechanism and the password. However, much like the...

The problem here is that versions are not working with 4.0.x. You get a stacktrace in the system.log and the metrics will load forever. I created a quick patch to...

@sonman You are on the right track, although you could condense the patch to something like [this](https://github.com/itskarlsson/cassandra-exporter/commit/b4de305f48d00fbd5259b38e3c4520223d88e0ce). This way only connection mbeans are affected. Although this will mean that one...

I agree that depending on sun.* packages should be fixed, but the proposed fix you uploaded doesn't actually test anything since you are just checking the interface which both are...