Re: Begginer with cassandra Apache - Gossip

2015-03-17 Thread jean paul
Hello, thanks a lot for your help :) i try to find answers to these questions: *Second Terminal:* $nodetool join This node has already joined the ring. $nodetool status Datacenter: datacenter1 === Status=Up/Down |/ State=Normal/Leaving/Joining/Moving -- AddressLoad

Re: Begginer with cassandra Apache - Gossip

2015-03-16 Thread Akhil Mehra
Hi Jean, I see you are getting a lot of help on other threads. Can you please elaborate a bit more on the problem you are trying to solve. Would nodetool status help (http://www.datastax.com/documentation/cassandra/2.0/cassandra/tools/toolsStatus.html

Re: Begginer with cassandra Apache - Gossip

2015-03-16 Thread jean paul
Hello :) Thanks a lot for you help :) Please, i have another question about gossip and failure detection. i'd like to test step by step all components in cassandra. i'd like to test first of all gossip protocol https://wiki.apache.org/cassandra/ArchitectureGossip and the failure detection I

Begginer with cassandra Apache - Gossip

2015-03-15 Thread jean paul
Hello All, Please, i'm newer with cassandra Apache. i'm sooo interested. i know some details about its architecture, some details also about gossip protocol. I'd like to test it, to more understand :) i ask if there is a howto tutorial that can help me ? Thanks a lot for help. Best Regards.

Re: Begginer with cassandra Apache - Gossip

2015-03-15 Thread Akhil Mehra
Hi Jean, I have written three article that might be of help to you: http://abiasforaction.net/an-introduction-to-apache-cassandra/ http://abiasforaction.net/an-introduction-to-apache-cassandra/ http://abiasforaction.net/cassandra-architecture/ http://abiasforaction.net/cassandra-architecture/

Re: Begginer with cassandra Apache - Gossip

2015-03-15 Thread Akhil Mehra
Hi Jean, Check our the following urls: https://github.com/apache/cassandra/blob/trunk/src/java/org/apache/cassandra/gms/ https://github.com/apache/cassandra/blob/trunk/src/java/org/apache/cassandra/gms/Gossiper.java

Re: Begginer with cassandra Apache - Gossip

2015-03-15 Thread jean paul
Ok i will read all documents :) thanks a lot for help :) Please, can i you send me some details (url of source code) about the implementation of gossip protocol used in cassandra ? thanks a lot for help :) i find this https://github.com/bpot/node-gossip ? Bests. 2015-03-15 22:38 GMT+01:00 Akhil