Re: api to extract gossiper results

2011-06-29 Thread Edward Capriolo
A simple solution is to setup log4j to a DEBUG level on Gossip events. You can also use the StorageProxy/Fat client and then participate in gossip. Each system has its own converging view of the ring, thus what your local gossip things is the topology may not be the same across the cluster. Edwar

api to extract gossiper results

2011-06-29 Thread A J
Cassandra uses accrual failure detector to interpret the gossips. Is it somehow possible to extract these (gossip values and results of the failure detector) in an external system ? Thanks