abstractdog commented on code in PR #6771:
URL: https://github.com/apache/hive/pull/6771#discussion_r3976038173


##########
common/src/java/org/apache/hadoop/hive/conf/HiveConf.java:
##########
@@ -5627,6 +5627,11 @@ public static enum ConfVars {
 
     HIVE_QUERY_MAX_REEXECUTION_COUNT("hive.query.reexecution.max.count", 1,
         "Maximum number of re-executions for a single query."),
+    HIVE_QUERY_REEXECUTION_RETRIABLE_EXCEPTIONS(

Review Comment:
   this not something we might want to configure, I think
   I cannot imagine a scenario, where, in the presence of a `SessionNotRunning` 
we don't retry a query just like in the case of a `TezRuntimeException`
   the whole logic can be embedded into the re-execute plugin



-- 
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.

To unsubscribe, e-mail: [email protected]

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


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

Reply via email to