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

StorageService::sendReplicationNotification has potential to end up in an infinite loop causing JVM to GC and die

    XMLWordPrintableJSON

Details

    • Normal

    Description

      sendReplicationNotification method has an infinite loop where it will continue to retry sending a REPLICATION_FINISHED message without backoff or limit the number of retries. This unique situation occurs when the FailureDetector thinks the host is alive but actually is unreachable via the MessagingService. The fix for this should be to either limit the number of retries and/or throttle the retries.

      Attachments

        Issue Links

          Activity

            People

              djoshi Dinesh Joshi
              djoshi Dinesh Joshi
              Dinesh Joshi
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated: