eye-gu commented on issue #14271:
URL: 
https://github.com/apache/dolphinscheduler/issues/14271#issuecomment-1575521198

   > * And if online and offline operation is frequent
   
   At present, the indicators for online and offline are the same, and when the 
master happens to load near this indicator, it is easy to encounter the 
frequent online and offline issues you mentioned. My example is that the master 
goes offline when the load is greater than 0.9, but instead of immediately 
going online when the load is less than 0.9, it goes online when the load is 
less than 0.7 to solve the problem of frequent online and offline
   
   If this interval configuration method is used, the master will occupy slots 
for a period of time without consuming commands, so this is the problem that my 
issue will solve.


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

Reply via email to