Jake Luciani
Jake Luciani
You are saying you can't even start solandra? To change the replication factor use the supplied cassandra-cli tool: cassandra-tool/cassandra-cli --host localhost > update keyspace L with replication_factor=2;
Why should queries continue when there is missing data? If you have a replication factor of 1 and you take down a box then it should error IMO. I think...
Correct. If you change the replication factor and repair the nodes using cassandr-tools/nodetool -h localhost repair L on each node then it will work.
I misspoke. Rf=2 is tricky because a quorum is 2. Quorum is used internally for document Id and shard tracking. Rf=3 should work
I think it is related to your version of ant. please try 1.8.2
There is currently no such tool
Any info on how to reproduce this with the reuters demo?
yes please if you could that would be great
turns out this is caused by not specifying a query string
Hmm... I'll test that.