spotify / cassandra-reaper

Software to run automated repairs of cassandra
235 stars 60 forks source link

Catch AssertionError if a keyspace doesn't exist #92

Closed rzvoncek closed 9 years ago

rzvoncek commented 9 years ago

This can happen if somebody changes Cassandra schema if a cluster is already registered in the Reaper. Without catching, the thread was silently dying.

Yarin78 commented 9 years ago

+1

Bj0rnen commented 9 years ago

:+1: