[ 
https://issues.apache.org/jira/browse/IMPALA-6214?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pranay Singh reassigned IMPALA-6214:
------------------------------------

    Assignee: Pranay Singh

> 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
>            Assignee: Pranay Singh
>            Priority: Major
>              Labels: observability, supportability
>
> 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
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to