You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@asterixdb.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2023/10/24 04:30:00 UTC

[jira] [Commented] (ASTERIXDB-3277) Add query queue time to the query result metrics

    [ https://issues.apache.org/jira/browse/ASTERIXDB-3277?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17778920#comment-17778920 ] 

ASF subversion and git services commented on ASTERIXDB-3277:
------------------------------------------------------------

Commit 18d4d80a167eee8072033a47b4cbfe36ea13bdf5 in asterixdb's branch refs/heads/master from Ayush Tripathi
[ https://gitbox.apache.org/repos/asf?p=asterixdb.git;h=18d4d80a16 ]

[ASTERIXDB-3277][API] Adding query queue time to stats data.

- user model changes: yes
- storage format changes: no
- interface changes: no

Details:
Adding query waiting time inside job queue as a part of returned metric.

-added queueWaitTime inside stats.
-adding queueWaitTime inside metric and reading it from stats.

Change-Id: I1ff41693e7080abe5535c402d0dbb6b8bc387a37
Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/17854
Integration-Tests: Jenkins <je...@fulliautomatix.ics.uci.edu>
Tested-by: Jenkins <je...@fulliautomatix.ics.uci.edu>
Reviewed-by: Peeyush Gupta <pe...@couchbase.com>


> Add query queue time to the query result metrics
> ------------------------------------------------
>
>                 Key: ASTERIXDB-3277
>                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-3277
>             Project: Apache AsterixDB
>          Issue Type: Improvement
>          Components: API - HTTP API
>    Affects Versions: 0.9.9
>            Reporter: Peeyush Gupta
>            Priority: Major
>              Labels: triaged
>             Fix For: 0.9.9
>
>
> Queries that are compiled but cannot be executed yet due to cluster resources are added to the job queue. We need to expose the time a query was waiting in the job queue as part of the returned metrics of each query result.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)