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

Re-introduce timeout debug messages in CassandraServer

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Low
    • Resolution: Fixed
    • 0.8.10, 1.0.7
    • Legacy/CQL

    Description

      In 0.7 we log at debug when returning TOE back to the client:

      .       catch (TimeoutException e) 
              {
                  logger.debug("... timed out");
                  throw new TimedOutException();
              }
      

      This is primarily useful when reading through debug logs to make it obvious when StorageProxy gave up waiting and cleared its callbacks.

      At some point this got removed from 0.8+. (Or possibly never got correctly merged upwards.) Let's fix this.

      Attachments

        1. 3661.txt
          2 kB
          Brandon Williams

        Activity

          People

            brandon.williams Brandon Williams
            jbellis Jonathan Ellis
            Brandon Williams
            Jonathan Ellis
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: