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


##########
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:
   IMO configuring an exception is not something the user is supposed to do, it 
looks a bit confusing for me at first sight
   if we're not aware of other exceptions now, that's absolutely fine, we can 
add them later, but we cannot expect users to configure this every time we 
discover a new possible exception
   



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