Wail Y. Alkowaileet created ASTERIXDB-3449:
----------------------------------------------
Summary: Metric JSON is malformed
Key: ASTERIXDB-3449
URL: https://issues.apache.org/jira/browse/ASTERIXDB-3449
Project: Apache AsterixDB
Issue Type: Bug
Components: API - HTTP API
Affects Versions: 0.9.10
Reporter: Wail Y. Alkowaileet
Assignee: Wail Y. Alkowaileet
Fix For: 0.9.10
Commas in the metric fields could be misplaced when cloud metrics are included.
Example:
{noformat}
"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
}{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)