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

Harden internode message resource limit accounting against serialization failures

    XMLWordPrintableJSON

Details

    Description

      If the internode messaging exception recovery code fails and is unable to correctly adjust the resource limits for an OutboundConnection, it affects the other connection types sharing the same OutboundConnections so that any of the connections could hit assert using >= 0; in
      org.apache.cassandra.net.ResourceLimits.Concurrent#release.

      While it is possible to modify all of the outbound connection code to re-initialize all of the connections with a correct limit, the effort to test and maintain the recovery code seems too high for something that should "never happen" (except it did once, which is why it needs hardening). The safer option is to kill the JVM and have whatever external monitoring is in place restart the instance in a known good state.

      Additionally, the logging for dropping outbound messages that have expired or are unserializable messages takes place after the recovery handling logic. If there are problems with the recovery logic that throw an exception, the message is never logged for future diagnosis. Logging should take place first, and then releasing capacity/handling the expiration/serialization.

      Discovered on a branch modified for testing that threw an exception in the Verb.serializeSize method.

      Attachments

        Activity

          People

            jmeredithco Jon Meredith
            jmeredithco Jon Meredith
            Jon Meredith
            Benjamin Lerer, David Capwell
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Time Tracking

                Estimated:
                Original Estimate - Not Specified
                Not Specified
                Remaining:
                Remaining Estimate - 0h
                0h
                Logged:
                Time Spent - 20m
                20m