akshat0395 commented on code in PR #3915:
URL: https://github.com/apache/hive/pull/3915#discussion_r1063109875


##########
standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/leader/CompactorTasks.java:
##########
@@ -110,6 +113,9 @@ private void logCompactionParameters() {
       if (!MetastoreConf.getBoolVar(configuration, 
MetastoreConf.ConfVars.COMPACTOR_INITIATOR_ON)) {
         HiveMetaStore.LOG.warn("Compactor Initiator is turned Off. Automatic 
compaction will not be triggered.");
       }
+      HiveMetaStore.LOG.info(

Review Comment:
   As we are already printing the of COMPACTOR_CLEANER_ON as INFO log on line 
96, do we really need this log?
   Can this be similar to the WARN log for initiator from line 113 and give a 
warn log if cleaner is turned off and automatic cleaner will be be triggered? 



-- 
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-unsubscr...@hive.apache.org

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


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

Reply via email to