You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@hive.apache.org by "deniskuzZ (via GitHub)" <gi...@apache.org> on 2023/02/14 13:29:16 UTC

[GitHub] [hive] deniskuzZ commented on pull request #4055: HIVE-27075: removeDuplicateCompletedTxnComponents() task must start o…

deniskuzZ commented on PR #4055:
URL: https://github.com/apache/hive/pull/4055#issuecomment-1429750727

   ```  
   isCompactorEnabled =
           MetastoreConf.getBoolVar(conf, MetastoreConf.ConfVars.COMPACTOR_INITIATOR_ON) || MetastoreConf.getBoolVar(conf,
               MetastoreConf.ConfVars.COMPACTOR_CLEANER_ON);
       txnHandler = TxnUtils.getTxnStore(conf);
   ````
   it's wrong, we should only consider COMPACTOR_INITIATOR_ON config (auto-compaction)


-- 
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: gitbox-unsubscribe@hive.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org
For additional commands, e-mail: gitbox-help@hive.apache.org