Re: CASSANDRA-8072

2016-02-09 Thread Ted Yu
:721) >>>> ~[cassandra-all-2.1.12.1046.jar:2.1.12.1046] >>>> at >>>> org.apache.cassandra.service.StorageService.initServer(StorageService.java:612) >>>> ~[cassandra-all-2.1.12.1046.jar:2.1.12.1046] >>>> at >>>> org.apache.cassand

Re: CASSANDRA-8072

2016-02-09 Thread Ted Yu
tServer(StorageService.java:612) >>>> ~[cassandra-all-2.1.12.1046.jar:2.1.12.1046] >>>> at >>>> org.apache.cassandra.service.CassandraDaemon.setup(CassandraDaemon.java:389) >>>> ~[cassandra-all-2.1.12.1046.jar:2.1.12.1046] >>>>

Re: CASSANDRA-8072

2016-02-09 Thread Stefania Alborghetti
ax.bdp.server.DseDaemon.setup(DseDaemon.java:335) >>> ~[dse-core-4.8.4.jar:4.8.4] >>> at >>> org.apache.cassandra.service.CassandraDaemon.activate(CassandraDaemon.java:564) >>> ~[cassandra-all-2.1.12.1046.jar:2.1.12.1046] >>>

Re: CASSANDRA-8072

2016-02-09 Thread Ted Yu
at com.datastax.bdp.DseModule.main(DseModule.java:74) >> [dse-core-4.8.4.jar:4.8.4] >> INFO [Thread-2] 2016-02-08 16:45:27,629 DseDaemon.java:418 - DSE >> shutting down... >> >> On Mon, Feb 8, 2016 at 4:25 PM, Stefania Alborghetti < >> stefania

Re: CASSANDRA-8072

2016-02-08 Thread Stefania Alborghetti
va:418 - DSE > shutting down... > > On Mon, Feb 8, 2016 at 4:25 PM, Stefania Alborghetti < > stefania.alborghe...@datastax.com> wrote: > >> CASSANDRA-8072 is not going to help you because the code that fails >> (checkForEndpointCollision()) should not execute

Re: CASSANDRA-8072

2016-02-08 Thread Ted Yu
ania.alborghe...@datastax.com> wrote: > CASSANDRA-8072 is not going to help you because the code that fails > (checkForEndpointCollision()) should not execute for seeds. > > I think the problem is that there are no seeds in cassandra.yaml: > > - seeds: "XX.YY"

Re: CASSANDRA-8072

2016-02-08 Thread Stefania Alborghetti
CASSANDRA-8072 is not going to help you because the code that fails (checkForEndpointCollision()) should not execute for seeds. I think the problem is that there are no seeds in cassandra.yaml: - seeds: "XX.YY" If listen_address is localhost then try: - seeds: "127.0.0.1"

Re: CASSANDRA-8072

2016-02-08 Thread Ted Yu
If I apply the fix from CASSANDRA-8072 onto a 2.1.12 cluster, which files should I replace ? Thanks On Mon, Feb 8, 2016 at 1:07 PM, Bhuvan Rawal wrote: > Your config looks fine to me, i tried reproducing the scenario by setting > localhost in listen_address,rpc_address and seed list,

Re: CASSANDRA-8072

2016-02-08 Thread Bhuvan Rawal
gt;>>> On Tue, Feb 9, 2016 at 12:14 AM, Ted Yu wrote: >>>> >>>>> Hi, >>>>> I am trying to setup a cluster with DSE 4.8.4 >>>>> >>>>> I added the following in resources/cassandra/conf/cassandra.yaml : >>>>> >>>>> cluster_name: 'cass' >>>>> >>>>> which resulted in: >>>>> >>>>> http://pastebin.com/27adxKTM >>>>> >>>>> This seems to be resolved by CASSANDRA-8072 >>>>> >>>>> My question is whether there is workaround ? >>>>> If not, when can I expect 2.1.13 release ? >>>>> >>>>> Thanks >>>>> >>>> >>>> >>> >> >

Re: CASSANDRA-8072

2016-02-08 Thread Ted Yu
gt; >>> Have you started seed first and after waiting for 30 seconds started >>> other nodes? >>> >>> >>> On Tue, Feb 9, 2016 at 12:14 AM, Ted Yu wrote: >>> >>>> Hi, >>>> I am trying to setup a cluster with DSE 4.8.4

Re: CASSANDRA-8072

2016-02-08 Thread Bhuvan Rawal
tup a cluster with DSE 4.8.4 >>> >>> I added the following in resources/cassandra/conf/cassandra.yaml : >>> >>> cluster_name: 'cass' >>> >>> which resulted in: >>> >>> http://pastebin.com/27adxKTM >>> >>> This seems to be resolved by CASSANDRA-8072 >>> >>> My question is whether there is workaround ? >>> If not, when can I expect 2.1.13 release ? >>> >>> Thanks >>> >> >> >

Re: CASSANDRA-8072

2016-02-08 Thread Ted Yu
AM, Ted Yu wrote: > >> Hi, >> I am trying to setup a cluster with DSE 4.8.4 >> >> I added the following in resources/cassandra/conf/cassandra.yaml : >> >> cluster_name: 'cass' >> >> which resulted in: >> >> http://pastebin.com

Re: CASSANDRA-8072

2016-02-08 Thread Bhuvan Rawal
4.8.4 > > I added the following in resources/cassandra/conf/cassandra.yaml : > > cluster_name: 'cass' > > which resulted in: > > http://pastebin.com/27adxKTM > > This seems to be resolved by CASSANDRA-8072 > > My question is whether there is wor

CASSANDRA-8072

2016-02-08 Thread Ted Yu
Hi, I am trying to setup a cluster with DSE 4.8.4 I added the following in resources/cassandra/conf/cassandra.yaml : cluster_name: 'cass' which resulted in: http://pastebin.com/27adxKTM This seems to be resolved by CASSANDRA-8072 My question is whether there is workaround ? If not

Work-around needed for issue seen as mentioned in CASSANDRA-8072

2015-11-02 Thread K F
Hi folks, We are hitting similar issue described inĀ  https://issues.apache.org/jira/browse/CASSANDRA-8072When we try to bootstrap a node it doesn't bootstrap due to issues encountered in JIRA ticket above. We are using version of cassandra 2.0.14. Is there a work-around for the situation? Please n