[ 
https://issues.apache.org/jira/browse/GOBBLIN-1577?focusedWorklogId=683048&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-683048
 ]

ASF GitHub Bot logged work on GOBBLIN-1577:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 18/Nov/21 02:43
            Start Date: 18/Nov/21 02:43
    Worklog Time Spent: 10m 
      Work Description: phet commented on a change in pull request #3430:
URL: https://github.com/apache/gobblin/pull/3430#discussion_r751863546



##########
File path: 
gobblin-modules/gobblin-kafka-09/src/test/java/org/apache/gobblin/runtime/KafkaAvroJobStatusMonitorTest.java
##########
@@ -356,7 +357,8 @@ public void 
testProcessingRetriedForApparentlyTransientErrors() throws IOExcepti
     }, 2, 2, TimeUnit.SECONDS);
     Thread mainThread = Thread.currentThread();
     // guardrail against excessive retries (befitting this unit test):
-    toggleManagementExecutor.scheduleAtFixedRate(mainThread::interrupt, 60, 5, 
TimeUnit.SECONDS);
+    toggleManagementExecutor.scheduleAtFixedRate(mainThread::interrupt, 20, 5, 
TimeUnit.SECONDS);

Review comment:
       actually, now I see the 1ms above, so sequence of [1ms, 2ms, 4ms, 8ms, 
16ms, 32ms, ... ]
   
   all good!




-- 
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: 683048)
    Time Spent: 2h  (was: 1h 50m)

> 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: 2h
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to