pvary commented on a change in pull request #2772:
URL: https://github.com/apache/hive/pull/2772#discussion_r773109849



##########
File path: 
standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/txn/TxnHandler.java
##########
@@ -3814,6 +3815,74 @@ public CompactionResponse compact(CompactionRequest 
rqst) throws MetaException {
     }
   }
 
+  @Override
+  @RetrySemantics.Idempotent

Review comment:
       This means, we can resubmit without issues in case of a failure.
   Would it cause issues if we have multiple compactions scheduled for the same 
table?




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