Closed ahenry closed 9 years ago
Hi,
A PR is fine!
I think I fixed this one place recently (see https://github.com/spotify/cassandra-reaper/commit/ed21152e20e3c8a2bd7923b8b7ebaeb9c73755cd).
After merging #91, can we close this issue?
Yeah, that will take care of all of the issues I've observed so far. Thanks!
I've had several repair runs fail due to transient errors (usually involving a node going up or down, but now always). The exceptions are thrown by JMX remote calls. For example:
and
I've also seen an exception (don't have the logs, sorry) thrown by tokenRangeToEndpoint.
Following the style of ed21152e20e3c8a2bd7923b8b7ebaeb9c73755cd, I wrote a patch that catches RuntimeException in a couple of places in SegmentRunner.canRepair()
Are you interested in a pull request, a patch file, or something else?