veghlaci05 commented on code in PR #3513:
URL: https://github.com/apache/hive/pull/3513#discussion_r949856542
##########
standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/conf/MetastoreConf.java:
##########
@@ -441,6 +441,12 @@ public enum ConfVars {
COMPACTOR_USE_CUSTOM_POOL("metastore.compactor.use.custom.pool",
"hive.compactor.use.custom.pool",
false, "internal usage only -- use custom connection pool specific
to compactor components."
),
+ COMPACTOR_WORKER_POOL_TIMEOUT(
+ "metastore.compactor.worker.pool.timeout",
+ "hive.compactor.worker.pool.timeout",
+ 12, TimeUnit.HOURS,
+ "Time in seconds after which a compaction job will be declared failed
and the\n" +
Review Comment:
You are absolutely right, I forgot to update the description at all. It's
just a coincidence that the copied description was somewhat meaningfull in this
context too.
--
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]