when there's a scaledown action, i make sure to decommission the node before. but still, I don't understand why I'm having this behaviour. is it normal. what do you do normally to remove a node? is it related to tokens? i'm affecting to each of my node a different token based on there ip address (the token is A+B+C+D and the ip is A.B.C.D)
2015-09-07 11:28 GMT+02:00 ICHIBA Sara <ichi.s...@gmail.com>: > at the biginning it looks like this: > > [root@demo-server-seed-k6g62qr57nok ~]# nodetool status > Datacenter: DC1 > =============== > Status=Up/Down > |/ State=Normal/Leaving/Joining/Moving > -- Address Load Tokens Owns Host > ID Rack > UN 40.0.0.208 128.73 KB 248 ? > 6e7788f9-56bf-4314-a23a-3bf1642d0606 RAC1 > UN 40.0.0.209 114.59 KB 249 ? > 84f6f0be-6633-4c36-b341-b968ff91a58f RAC1 > UN 40.0.0.205 129.53 KB 245 ? > aa233dc2-a8ae-4c00-af74-0a119825237f RAC1 > > > > > [root@demo-server-seed-k6g62qr57nok ~]# nodetool status service_dictionary > Datacenter: DC1 > =============== > Status=Up/Down > |/ State=Normal/Leaving/Joining/Moving > -- Address Load Tokens Owns (effective) Host > ID Rack > UN 40.0.0.208 128.73 KB 248 68.8% > 6e7788f9-56bf-4314-a23a-3bf1642d0606 RAC1 > UN 40.0.0.209 114.59 KB 249 67.8% > 84f6f0be-6633-4c36-b341-b968ff91a58f RAC1 > UN 40.0.0.205 129.53 KB 245 63.5% > aa233dc2-a8ae-4c00-af74-0a119825237f RAC1 > > > the result of the query select * from service_dictionary.table1; gave me > 70 rows from 40.0.0.205 > 64 from 40.0.0.209 > 54 from 40.0.0.208 > > 2015-09-07 11:13 GMT+02:00 Edouard COLE <edouard.c...@rgsystem.com>: > >> Could you provide the result of : >> - nodetool status >> - nodetool status YOURKEYSPACE >> >> >