Uploaded image for project: 'Cassandra'
  1. Cassandra
  2. CASSANDRA-15097

Avoid updating unchanged gossip state

    XMLWordPrintableJSON

Details

    • Degradation - Performance Bug/Regression
    • Low
    • Normal
    • User Report
    • All
    • None
    • Hide

      Unittest is passed. And the code is committed and running in Instagram production environment.

      Show
      Unittest is passed. And the code is committed and running in Instagram production environment.

    Description

      The node might get unchanged gossip states, the state might be just updated after sending a GOSSIP_SYN, then it will get the state that is already up to date. If the heartbeat in the GOSSIP_ACK message is updated, it will unnecessary re-apply the same state again, which could be costly like updating token change.
      It's very likely to happen for large cluster when a node startup, as the first gossip message will sync all endpoints tokens, it could take some time (in our case about 200 seconds), during that time, it keeps gossip with other node and get the full token states. Which causes lots of pending gossip tasks.

      Attachments

        Activity

          People

            jay.zhuang Jay Zhuang
            jay.zhuang Jay Zhuang
            Jay Zhuang
            Sam Tunnicliffe
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: