You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "bharath v (JIRA)" <ji...@apache.org> on 2018/03/18 17:28:00 UTC

[jira] [Created] (IMPALA-6696) Dump of an impalad state

bharath v created IMPALA-6696:
---------------------------------

             Summary: Dump of an impalad state
                 Key: IMPALA-6696
                 URL: https://issues.apache.org/jira/browse/IMPALA-6696
             Project: IMPALA
          Issue Type: Improvement
          Components: Backend
    Affects Versions: Impala 2.12.0
            Reporter: bharath v


Each of the Impalad web UI's should provide a way to dump the current state of the daemon (json?), preferably with the following data.

Coordinator:
- All queries in flight (with query IDs)
- Current state of each query ID, along with a timeline
- Last report time of each of the fragment instances, for each query ID
- Lock diagnostics if a query is blocked on something
- Lock diagnostics of the process level locks (like coordinator::lock_ etc..)

Executor:
- All the fragment instances running at the current time
- State of each of the fragment instances
- Backtraces of the executor nodes in the fragment instances.
- Lock diagnostics if the nodes are blocked on something
- Event timeline of each of the executor nodes



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)