Uploaded image for project: 'Java Couchbase JVM Core'
  1. Java Couchbase JVM Core
  2. JVMCBC-930

Threshold and Orphan Reporting report wrong time units

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 2.1.3
    • None
    • None
    • None
    • 1

    Description

      The following time units are wrongly calculated:

      OrphanReporter:

      • encode_us is actually nanos (so older versions should divide this value by 1000)
      • total_server_us is actually millis (older versions might report 0 since it is divided by 1000 by accident)

      ThresholdRequestTracer

      • encode_us is actually nanos (so older versions should divide this value by 1000)
      • server_us and total_server_us is actually millis (older versions might report 0 since it is divided by 1000 by accident)

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            daschl Michael Nitschinger
            daschl Michael Nitschinger
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty