akshat0395 commented on code in PR #3803:
URL: https://github.com/apache/hive/pull/3803#discussion_r1034391882
##########
ql/src/java/org/apache/hadoop/hive/ql/txn/compactor/Cleaner.java:
##########
@@ -104,9 +103,8 @@ public class Cleaner extends MetaStoreCompactorThread {
@Override
public void init(AtomicBoolean stop) throws Exception {
super.init(stop);
+ checkInterval =
conf.getTimeVar(HiveConf.ConfVars.HIVE_COMPACTOR_CLEANER_RUN_INTERVAL,
TimeUnit.MILLISECONDS);
Review Comment:
The declaration of the variable is moved to the base class, as all Compactor
threads had concept of checkInterval.
--
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]