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

Change cassandra.wait_for_tracing_events_timeout_secs default to -1 so C* doesn't wait on trace events to be written before responding to request by default

    XMLWordPrintableJSON

Details

    • Normal

    Description

      CASSANDRA-11465 introduces a new system property cassandra.wait_for_tracing_events_timeout_secs that controls whether or not C* waits for events to be written before responding to client. The current default behavior is to wait up to 1 second and then respond and timeout.

      If using probabilistic tracing this can cause queries to be randomly delayed up to 1 second.

      Changing the default to -1 (disabled and enabling it explicitly in cql_tracing_test.TestCqlTracing.tracing_unknown_impl_test.

      Ideally it would be nice to be able to control this behavior on a per request basis (which would require native protocol changes).

      Attachments

        Issue Links

          Activity

            People

              stefania Stefania Alborghetti
              andrew.tolbert Andy Tolbert
              Stefania Alborghetti
              Paulo Motta
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: