You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Sahil Takiar (Jira)" <ji...@apache.org> on 2019/12/11 00:40:00 UTC

[jira] [Created] (IMPALA-9233) Add impalad level metrics for query retries

Sahil Takiar created IMPALA-9233:
------------------------------------

             Summary: Add impalad level metrics for query retries
                 Key: IMPALA-9233
                 URL: https://issues.apache.org/jira/browse/IMPALA-9233
             Project: IMPALA
          Issue Type: Sub-task
          Components: Backend
            Reporter: Sahil Takiar


It would nice to have some impalad level metrics related to query retries. This would help answer questions like - how often are queries retried? how often are the retries actually successful? If queries are constantly being retried, then there is probably something wrong with the cluster.

Some possible metrics to add:
 * Query retry rate (the rate at which queries are retried)
 ** This can be further divided by retry “type” - e.g. what caused the retry
 ** Potential categories would be:
 *** Queries retried due to failed RPCs
 *** Queries retried due to faulty disks
 *** Queries retried due to statestore detection of cluster membership changes
 * A metric that measures how often query retries are actually successful (e.g. if a query is retried, does the retry succeed, or does it just fail again)
 ** This can help users determine if query retries are actually helping, or just adding overhead (e.g. if retries always fail then something is probably wrong)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org