Uploaded image for project: 'Apache AsterixDB'
  1. Apache AsterixDB
  2. ASTERIXDB-3449

Metric JSON is malformed

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.9.10
    • 0.9.10
    • API - HTTP API

    Description

      Commas in the metric fields could be misplaced when cloud metrics are included. Example:

       "metrics": {
          "elapsedTime": "1.538404s",
          "executionTime": "1.430747625s",
          "compileTime": "281.564666ms",
          "queueWaitTime": "5ms",
          "resultCount": 1,
          "resultSize": 6,
          "processedObjects": 10000,
          "bufferCacheHitRatio": "69.57%",
          "bufferCachePageReadCount": 322 <-- missing comma
          "remoteStorageRequestsCount": 8,
          "remoteStoragePagesReadCount": 98,
          "remoteStoragePagesPersistedCount": 98
      }

      Attachments

        Activity

          People

            wyk Wail Y. Alkowaileet
            wyk Wail Y. Alkowaileet
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: