[ https://issues.apache.org/jira/browse/CASSANDRA-3697?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13179908#comment-13179908 ]
Joaquin Casares commented on CASSANDRA-3697: -------------------------------------------- I figured it work here since Exceptions are caught here: https://github.com/apache/cassandra/blob/cassandra-1.0/src/java/org/apache/cassandra/service/StorageService.java#L1794 and reported after the loop. Figured we should allow all repairs that can happen to happen. Sorry for that slip up: if (cfnames.length == 0) != if (cfnames.length > 0) > 'nodetool -h localhost repair' fails when there is an empty ks > -------------------------------------------------------------- > > Key: CASSANDRA-3697 > URL: https://issues.apache.org/jira/browse/CASSANDRA-3697 > Project: Cassandra > Issue Type: Bug > Affects Versions: 1.0.6 > Reporter: Joaquin Casares > Priority: Minor > Attachments: 3697.diff > > > If there is an empty KS, the assertion error thrown kills the entire repair, > when a keyspace is not specified. > To replicate: > Start a new cluster > nodetool -h localhost repair > Create a new keyspace with no column families > nodetool -h localhost repair > Assertion error is thrown to the prompt -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira