Re: Gossip Protocol

2016-02-21 Thread Thouraya TH
Can you give me more details please ? Thanks a lot. 2016-02-21 20:24 GMT+01:00 Jonathan Haddad : > You don't need to use Gossip to store that, you can just put it in a > table. > > On Sun, Feb 21, 2016 at 9:38 AM Thouraya TH wrote: > >> Thank you so much for answers :) >> >> >> *What type of in

Re: Gossip Protocol

2016-02-21 Thread Jonathan Haddad
You don't need to use Gossip to store that, you can just put it in a table. On Sun, Feb 21, 2016 at 9:38 AM Thouraya TH wrote: > Thank you so much for answers :) > > > *What type of info did you wish to pass around?* > [image: Images intégrées 1] > > In fact, i have on each node a directory ‘My

Re: Gossip Protocol

2016-02-21 Thread Thouraya TH
Thank you so much for answers :) *What type of info did you wish to pass around?*[image: Images intégrées 1] In fact, i have on each node a directory ‘MyFiles’ which contains three files (E.g file1v2.txt, file2v1.txt, file3v4.txt) I’d like to modify this interface and add another column. Examp

Re: Gossip Protocol

2016-02-21 Thread Jack Krupansky
You can start by using the nodetool gossipinfo command and also look at the ApplicationState source code: https://github.com/apache/cassandra/blob/cassandra-3.1.1/src/java/org/apache/cassandra/gms/ApplicationState.java That application state is not currently user-extensible for Cassandra users. W

RE: Gossip Protocol

2016-02-21 Thread Amit Singh F
Hello, To get detailed description/Architecture of Gossip protocol please check the below link : https://wiki.apache.org/cassandra/ArchitectureGossip Also you can try nodetool gossipinfo command , output of this will guide you on details saved by gossip. Regards Amit Singh From: Thouraya TH