dingshun3016 opened a new pull request, #1715: URL: https://github.com/apache/incubator-uniffle/pull/1715
### What changes were proposed in this pull request? In https://github.com/apache/incubator-uniffle/issues/1617 If the servers in the cluster is unhealthy very frequently, such as high load or high network card traffic or disk utilization triggering thresholds, etc, this may easily trigger the restriction of blockFailSentRetryMaxTimes in reassign. therefore, add a limit to the number of retries when block access is denied. ### Why are the changes needed? Add a limit to the number of retries when block access is denied. Fix: # (issue) ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
