Re: [PR] [FLINK-33698][datastream] Fix the backoff time calculation in ExponentialBackoffDelayRetryStrategy [flink]

2023-12-01 Thread via GitHub
lincoln-lil merged PR #23830: URL: https://github.com/apache/flink/pull/23830 -- 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:

Re: [PR] [FLINK-33698][datastream] Fix the backoff time calculation in ExponentialBackoffDelayRetryStrategy [flink]

2023-11-30 Thread via GitHub
xiangyuf commented on code in PR #23830: URL: https://github.com/apache/flink/pull/23830#discussion_r1410877781 ## flink-streaming-java/src/main/java/org/apache/flink/streaming/util/retryable/AsyncRetryStrategies.java: ## @@ -181,11 +180,12 @@ public boolean canRetry(int

Re: [PR] [FLINK-33698][datastream] Fix the backoff time calculation in ExponentialBackoffDelayRetryStrategy [flink]

2023-11-30 Thread via GitHub
lincoln-lil commented on code in PR #23830: URL: https://github.com/apache/flink/pull/23830#discussion_r1410826099 ## flink-streaming-java/src/main/java/org/apache/flink/streaming/util/retryable/AsyncRetryStrategies.java: ## @@ -181,11 +180,12 @@ public boolean canRetry(int

Re: [PR] [FLINK-33698][datastream] Fix the backoff time calculation in ExponentialBackoffDelayRetryStrategy [flink]

2023-11-29 Thread via GitHub
flinkbot commented on PR #23830: URL: https://github.com/apache/flink/pull/23830#issuecomment-1833070399 ## CI report: * a46a6199800b5dfbff93f2a3d2a186b64edbddfe UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot run azure`

Re: [PR] [FLINK-33698][datastream] Fix the backoff time calculation in ExponentialBackoffDelayRetryStrategy [flink]

2023-11-29 Thread via GitHub
xiangyuf commented on PR #23830: URL: https://github.com/apache/flink/pull/23830#issuecomment-1833068864 @lincoln-lil hi, could help review when you have time? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[PR] [FLINK-33698][datastream] Fix the backoff time calculation in ExponentialBackoffDelayRetryStrategy [flink]

2023-11-29 Thread via GitHub
xiangyuf opened a new pull request, #23830: URL: https://github.com/apache/flink/pull/23830 ## What is the purpose of the change Fix the backoff time calculation in ExponentialBackoffDelayRetryStrategy. ## Brief change log The backoff time calculation in