You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Lars Volker (JIRA)" <ji...@apache.org> on 2017/11/18 00:13:00 UTC

[jira] [Created] (IMPALA-6214) Determine and warn about stuck fragment instances

Lars Volker created IMPALA-6214:
-----------------------------------

             Summary: Determine and warn about stuck fragment instances
                 Key: IMPALA-6214
                 URL: https://issues.apache.org/jira/browse/IMPALA-6214
             Project: IMPALA
          Issue Type: Bug
          Components: Backend
            Reporter: Lars Volker


It would be great to have a programmatic way to determine if a fragment instance is hung by checking if it’s producing rows periodically. A fragment instance can appear to be not making progress because its input operator / fragment may be hung (e.g.the probe side of a join will not be able to make much progress until the build side is done and the build side itself could be another chain of joins). It'd be much easier to resolve this dependency chain programmatically to find the root of the cascade of delay.

Details of algorithm are still unclear. It may be easier to include exec node states in query profile and analyze those, but this probably requires taking multiple snapshots of the query profiles over time.




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)