frankgh opened a new pull request #1428:
URL: https://github.com/apache/cassandra/pull/1428


   This commit introduces a new virtual table `gossip_state_transitions` which
   provides information about recent gossip state transitions.
   
   Only the most recent state transitions per peer are stored in memory. The
   number of transitions per peer is controlled by the
   `max_gossip_state_transitions_size` property, which defaults to 10.
   
   The table only considers peers in the ring (it doesn't track transitions
   for evicted peers).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to