[ 
https://issues.apache.org/jira/browse/HIVE-23619?focusedWorklogId=447768&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-447768
 ]

ASF GitHub Bot logged work on HIVE-23619:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 18/Jun/20 10:56
            Start Date: 18/Jun/20 10:56
    Worklog Time Spent: 10m 
      Work Description: kgyrtkirk commented on a change in pull request #1146:
URL: https://github.com/apache/hive/pull/1146#discussion_r442142036



##########
File path: ql/src/java/org/apache/hadoop/hive/ql/DriverFactory.java
##########
@@ -64,6 +65,9 @@ private static IReExecutionPlugin buildReExecPlugin(String 
name) throws RuntimeE
     if (name.equals("reoptimize")) {
       return new ReOptimizePlugin();
     }
+    if(name.equals("reexecutelostam")) {

Review comment:
       Could you please describe it briefly this in 
`ConfVars.HIVE_QUERY_REEXECUTION_STRATEGIES`?
   ...and I think you may enable this plugin by default




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 447768)
    Time Spent: 20m  (was: 10m)

> HiveServer2 should retry query if the TezAM running it gets killed
> ------------------------------------------------------------------
>
>                 Key: HIVE-23619
>                 URL: https://issues.apache.org/jira/browse/HIVE-23619
>             Project: Hive
>          Issue Type: Improvement
>          Components: HiveServer2
>            Reporter: Adesh Kumar Rao
>            Assignee: Adesh Kumar Rao
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 4.0.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> If the TezAM was running a query and it gets killed because of external 
> factors like node going node, HS2 should retry the query in different TezAM.



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

Reply via email to