12:32 PM Robert Coli wrote:
On Tue, Nov 11, 2014 at 10:48 AM, venkat sam wrote:
I have a 5 node cluster. In one node one of the data directory partition got
crashed. After disk replacement I restarted the Cassandra daemon and gave
nodetool repair to restore the missing replica’s. Bu
I have a 5 node cluster. In one node one of the data directory partition got
crashed. After disk replacement I restarted the Cassandra daemon and gave
nodetool repair to restore the missing replica’s. But nodetool repair is
getting stuck after syncing one of the columnfamily
What compaction strategy are you using?
>venkat
From: Yatong Zhang
Sent: Saturday, November 1, 2014 12:32 PM
To: user@cassandra.apache.org
Hi there,
I am using 2.0.10 and my Cassandra node has 6 disks and I configured 6 data
directories in cassandra.yaml. But the data
I wouldn't actually use JBOD with anything else than LCS. With smaller tables
it doesn't really matter that much but with big tables you would run into
problem with anything else.
Please correct me if I am wrong.
Hannu
2014-10-31 12:16 GMT+02:00 venkat sam :
Thanks Rob.
We have disabl
Thanks Rob.
We have disabled firewalls between the nodes and yet getting the same error.
I have one more doubt. In our cluster we configured size tiered compaction
strategy on JBOD and we are facing issues like uneven distribution of data. Is
it possible to change compaction strategy of tables
I have a 5 node cassandra cluster and i commissioned 1 new node to the
cluster. when i added 1 node. it received streams from 3 nodes out of which 2
were completed successfully and one stream got failed. how can i resume the
stream which has failed?