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 <thouray...@gmail.com> 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 ‘MyFiles’ which contains three
> files (E.g file1v2.txt, file2v1.txt, file3v4.txt)
>
> I’d like to modify this interface and add another column.
>
> Example:
>
> 10.194.171.160
>
> ……………..
>
> Rack1
>
> file1v2.txt, file2v1.txt, file3v4.txt
>
>
>
>
>
> Any help please ?
>
>
> 2016-02-21 17:33 GMT+01:00 Jack Krupansky <jack.krupan...@gmail.com>:
>
>> 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.
>>
>> What type of info did you wish to pass around?
>>
>>
>> -- Jack Krupansky
>>
>> On Sun, Feb 21, 2016 at 8:56 AM, Thouraya TH <thouray...@gmail.com>
>> wrote:
>>
>>> Hi all;
>>>
>>> Please, where can i find what are the details saved by gossip protocol ?
>>>
>>> Is it possible to add other informations to informations exchanged
>>> between nodes using gossip protcol  ?
>>>
>>> Thank you so much.
>>> Kind regards.
>>>
>>
>>
>

Reply via email to