CalvinKirs commented on pull request #4342:
URL: 
https://github.com/apache/incubator-dolphinscheduler/pull/4342#issuecomment-752122636


   Deeply thanks for your contribution. But on this issue, we may need more 
discussion:
   I don’t think exit is a good solution (even if you use multiple intermittent 
retries). I think the original design is better. I also have a reply in this 
issue #4226. When the upstream is abnormal ( The downstream is strongly 
dependent on the upstream), our better approach is to adopt a circuit breaker 
strategy instead of directly downgrading. The original method (sleep is 
actually a means of circuit breakers)
   maybe ,you can improve this, using the warning method here, or other.


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to