[
https://issues.apache.org/jira/browse/GOBBLIN-1577?focusedWorklogId=683728&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-683728
]
ASF GitHub Bot logged work on GOBBLIN-1577:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 19/Nov/21 00:58
Start Date: 19/Nov/21 00:58
Worklog Time Spent: 10m
Work Description: ZihanLi58 commented on a change in pull request #3430:
URL: https://github.com/apache/gobblin/pull/3430#discussion_r752783695
##########
File path:
gobblin-service/src/main/java/org/apache/gobblin/service/monitoring/KafkaJobStatusMonitor.java
##########
@@ -131,10 +131,8 @@ public KafkaJobStatusMonitor(String topic, Config config,
int numThreads, JobIss
this.flowNameGroupToWorkUnitCount = new ConcurrentHashMap<>();
- Config retryerOverridesConfig =
config.hasPath(ConfigurationKeys.KAFKA_JOB_STATUS_MONITOR_RETRY_TIME_OUT_MINUTES)
- ? ConfigFactory.parseMap(ImmutableMap.of(
- RETRY_TIME_OUT_MS,
-
config.getDuration(ConfigurationKeys.KAFKA_JOB_STATUS_MONITOR_RETRY_TIME_OUT_MINUTES,
TimeUnit.MINUTES)))
Review comment:
Do we want to remove this definition from ConfigurationKeys as well?
--
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]
Issue Time Tracking
-------------------
Worklog Id: (was: 683728)
Time Spent: 3h 10m (was: 3h)
> multipler in exponential delay in retryerFactory is not right
> -------------------------------------------------------------
>
> Key: GOBBLIN-1577
> URL: https://issues.apache.org/jira/browse/GOBBLIN-1577
> Project: Apache Gobblin
> Issue Type: Bug
> Reporter: Arjun Singh Bora
> Priority: Major
> Time Spent: 3h 10m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.20.1#820001)