[
https://issues.apache.org/jira/browse/HIVE-24602?focusedWorklogId=532720&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-532720
]
ASF GitHub Bot logged work on HIVE-24602:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 07/Jan/21 21:24
Start Date: 07/Jan/21 21:24
Worklog Time Spent: 10m
Work Description: pvargacl commented on a change in pull request #1839:
URL: https://github.com/apache/hive/pull/1839#discussion_r553597416
##########
File path:
standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/conf/MetastoreConf.java
##########
@@ -415,6 +415,10 @@ public static ConfVars getMetaConf(String name) {
new RangeValidator(1, 20), "Number of consecutive compaction failures
(per table/partition) " +
"after which automatic compactions will not be scheduled any more.
Note that this must be less " +
"than hive.compactor.history.retention.failed."),
+
COMPACTOR_INITIATOR_FAILED_RETRY_TIME("metastore.compactor.initiator.failed.retry.time",
Review comment:
good idea, did that
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 532720)
Time Spent: 40m (was: 0.5h)
> Retry compaction after configured time
> --------------------------------------
>
> Key: HIVE-24602
> URL: https://issues.apache.org/jira/browse/HIVE-24602
> Project: Hive
> Issue Type: Improvement
> Reporter: Peter Varga
> Assignee: Peter Varga
> Priority: Major
> Labels: pull-request-available
> Time Spent: 40m
> Remaining Estimate: 0h
>
> Currently if compaction fails two consecutive times it will stop compaction
> forever for the given partition / table unless someone manually intervenes.
> See COMPACTOR_INITIATOR_FAILED_THRESHOLD.
> The Initiator should retry again after a configurable amount of time.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)