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

Orphaned Observe request can contain total_duration_us = 0

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Major
    • 2.4.5
    • None
    • None
    • None
    • 0
    • SDK12

    Description

      A case reported from the field is of an "observe" operaton total_duration_us 0:

      {
        "kv": {
          "top_requests": [
            {
              "operation_name": "observe",
              "last_dispatch_duration_us": 287,
              "last_local_id": "905D7CF200000001/00000000CB55ABBD",
              "last_remote_socket": "10.207.11.155:11210",
              "total_dispatch_duration_us": 287,
              "last_local_socket": "10.152.0.2:56266",
              "total_server_duration_us": 6,
              "operation_id": "0x21920c25",
              "timeout_ms": 2500,
              "last_server_duration_us": 6,
              "total_duration_us": 0
            },
      

      The most likely explanation is that the code has not called request.logicallyComplete().

      Attachments

        For Gerrit Dashboard: JVMCBC-1252
        # Subject Branch Project Status CR V

        Activity

          People

            graham.pople Graham Pople
            graham.pople Graham Pople
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty