Has anyone else experienced this? After upgrading to VNodes, I am having Repair issues.
If I run `nodetool -h localhost repair`, then it will repair only the first Keyspace and then hang... I let it go for a week and nothing. If I run `nodetool -h localhost repair -pr`, then it appears to only repair the first VNode range, but does do all keyspaces... I can't find anything in my cassandra logs to point to a problem for either scenario. My work around is to run a repair command independently for my different keyspaces nodetool -h localhost repair Keyspace1 nodetool -h localhost repair Keyspace2 ... But that is silly! I am using Cassandra 1.2.2 Thanks! Ryan