veghlaci05 commented on a change in pull request #3126:
URL: https://github.com/apache/hive/pull/3126#discussion_r834217245
##########
File path: ql/src/java/org/apache/hadoop/hive/ql/txn/compactor/Worker.java
##########
@@ -343,7 +343,7 @@ protected Boolean findNextCompactionAndExecute(boolean
collectGenericStats, bool
findNextCompactRequest.setWorkerId(workerName);
findNextCompactRequest.setWorkerVersion(runtimeVersion);
ci =
CompactionInfo.optionalCompactionInfoStructToInfo(msc.findNextCompact(findNextCompactRequest));
- LOG.debug("Processing compaction request " + ci);
+ LOG.info("Processing compaction request {}", ci);
Review comment:
During a log analysis with @pvary we realized that there's no info level
log entry at the beginning of the worker process, which makes a bit more
difficult to track down compactions which failed on the checks and did not
reach the
` LOG.info("Starting " + ci.type.toString() + " compaction for " +
ci.getFullPartitionName() + ", id:" +
ci.id + " in " + compactionTxn + " with compute stats set to
" + computeStats);
`
line. So we agreed to change this to info level.
--
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]