[ https://issues.apache.org/jira/browse/HIVE-16067?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15890570#comment-15890570 ]
Siddharth Seth commented on HIVE-16067: --------------------------------------- Thanks for the review. Committing. bq. why was getContext().containerStopRequested removed? There's several ways a container can complete. The normal flow with YARN containers is to send a message to the NM if we want to terminate the container. That's not required for LLAP. The alternate case is that a container kills itself, in which case sending a message to the NM is not required. Tez handles both, so got rid of the unnecessary message stopRequested (nothing was actually done in this case). LLAP now moves directly into a completed state. > LLAP: send out container complete messages after a fragment completes > --------------------------------------------------------------------- > > Key: HIVE-16067 > URL: https://issues.apache.org/jira/browse/HIVE-16067 > Project: Hive > Issue Type: Bug > Reporter: Siddharth Seth > Assignee: Siddharth Seth > Attachments: HIVE-16067.01.patch > > -- This message was sent by Atlassian JIRA (v6.3.15#6346)