Re: Data repairing on one node questionably affects data on others

2016-04-26 Thread Jean Carlo
Well that may explain why you do have an unbalanced distribution of data. It is not cassandra normal behaivor. If you lose your disk, and you don't have a backup of your data (at least system because it is not replicated), this is what I think should be the normal procedure to recover your node. -

Re: Data repairing on one node questionably affects data on others

2016-04-26 Thread ssiv...@gmail.com
No, I didn't. I just want to understand how C* handle such case and what is a predictable behavior. On 04/26/2016 02:51 PM, Jean Carlo wrote: Did you use a backup of the keyspace system? If not, you might do removenode of that node and re added to the cluster to re generate new tokens. Sal

Re: Data repairing on one node questionably affects data on others

2016-04-26 Thread Jean Carlo
Did you use a backup of the keyspace system? If not, you might do removenode of that node and re added to the cluster to re generate new tokens. Saludos Jean Carlo "The best way to predict the future is to invent it" Alan Kay On Tue, Apr 26, 2016 at 12:06 AM, ssiv...@gmail.com wrote: > Hi A

Data repairing on one node questionably affects data on others

2016-04-25 Thread ssiv...@gmail.com
Hi All, I have cluster of 7 nodes completely balanced (each node owns ~500GB of data). And I have one keyspace and one table and three replicas. Than, I just failed one node's disk, replace it with a new one and started repairing. During that process I noticed that additional two nodes have sta