deniskuzZ commented on code in PR #6068:
URL: https://github.com/apache/hive/pull/6068#discussion_r2352059698


##########
ql/src/java/org/apache/hadoop/hive/ql/txn/compactor/Initiator.java:
##########
@@ -236,7 +236,10 @@ private TableOptimizer instantiateTableOptimizer(String 
className) {
   }
 
   private void recoverFailedCompactions(boolean remoteOnly) throws 
MetaException {
-    if (!remoteOnly) txnHandler.revokeFromLocalWorkers(ServerUtils.hostname());
+    if (!remoteOnly && 

Review Comment:
   @tanishq-chugh  we should drop `HIVE_METASTORE_RUNWORKER_IN` and not allow 
to run workers on HMS



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