[
https://issues.apache.org/jira/browse/GOBBLIN-1577?focusedWorklogId=682985&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-682985
]
ASF GitHub Bot logged work on GOBBLIN-1577:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 17/Nov/21 23:02
Start Date: 17/Nov/21 23:02
Worklog Time Spent: 10m
Work Description: arjun4084346 commented on a change in pull request
#3430:
URL: https://github.com/apache/gobblin/pull/3430#discussion_r751711718
##########
File path:
gobblin-compaction/src/main/java/org/apache/gobblin/compaction/mapreduce/MRCompactorJobRunner.java
##########
@@ -186,7 +186,7 @@
ImmutableMap.<String, Object>builder()
.put(RETRY_TIME_OUT_MS, TimeUnit.MINUTES.toMillis(2L)) //Overall
retry for 2 minutes
.put(RETRY_INTERVAL_MS, TimeUnit.SECONDS.toMillis(5L)) //Try to
retry 5 seconds
- .put(RETRY_MULTIPLIER, 2L) // Muliply by 2 every attempt
+ .put(RETRY_MULTIPLIER, TimeUnit.SECONDS.toMillis(2L))
Review comment:
god catch. increased maximumWait
--
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: 682985)
Time Spent: 0.5h (was: 20m)
> 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: 0.5h
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.20.1#820001)