why I got error "Could not retrieve endpoint rangs" when I run sstableloader?

2015-12-28 Thread
hi, all I used the sstableloader many times successfully, but I got the following error: [root@localhost pengcz]# /usr/local/cassandra/bin/sstableloader -u user -pw password -v -d 172.21.0.131 ./currentdata/keyspace/table Could not retrieve endpoint ranges: java.lang.IllegalArgumentException j

Re: why I got error "Could not retrieve endpoint rangs" when I run sstableloader?

2015-12-28 Thread
gt; > On Mon, Dec 28, 2015 at 5:28 PM, 土卜皿 wrote: > > hi, all > >I used the sstableloader many times successfully, but I got the > following > > error: > > > > [root@localhost pengcz]# /usr/local/cassandra/bin/sstableloader -u user > -pw > >

About cassandra's reblance when adding one or more nodes into the existed cluster?

2016-01-25 Thread
Hi, all After I added one node into the existed cluster, I want to use "nodetool move" command: ../cassandra-2.1.11/bin/nodetool -h 192.168.56.110 move -2696407920004217295 I hope move -2696407920004217295 (existed in 192.168.56.110) into 192.168.56.112, but I got the following error: [root@

How to make the new cassandra cluster balanced after adding one or more nodes?

2016-01-25 Thread
For testing here and describing the question simple, I used two nodes to build a cassandra(2.1.11) cluster (192.168.56.110 and 192.168.56.111), Now I added one additional node(192.168.56.112) to this cluster, and I hope my new ring balanced through using nodetool move command, but when I using the

Re: About cassandra's reblance when adding one or more nodes into the existed cluster?

2016-01-26 Thread
Hi Alain and Romain, I am so sorry for this issue! I should not use the command "nodetool move" because I set "num_tokens: 256" in every node's cassandra.yaml. However, I have new questions after adding two nodes into the cluster: node1: 192.21.0.184 node2: 192.21.0.185 After starting the two n

why one of the new added nodes' bootstrap is very slow?

2016-01-27 Thread
Hi Cassandra version: 2.1.11 The existed cluster has three nodes: [root@report-02 cassandra]# bin/nodetool status UN 192.21.0.135 120.85 GB 512 ? 11e1e80f-9c5f-4f7c-81f2-42d3b704d8e3 RAC1 UN 192.21.0.133 129.13 GB 512 ? 3e662ccb-fa2b-427b-9ca1-c2d3468bfbc9 RAC1 UN 192.21.0.131

Re: why one of the new added nodes' bootstrap is very slow?

2016-01-27 Thread
documentation on datastax website, it will save > you a lot of time and troubles imho. Even if I am glad to help. > > C*heers, > > - > Alain Rodriguez > France > > The Last Pickle > http://www.thelastpickle.com > > 2016-01-27 14:11 GMT+01:00 土