ruanwenjun commented on code in PR #15578:
URL:
https://github.com/apache/dolphinscheduler/pull/15578#discussion_r1487107525
##########
dolphinscheduler-standalone-server/src/main/resources/application.yaml:
##########
@@ -216,7 +216,7 @@ worker:
server-load-protection:
enabled: true
# Worker max cpu usage, when the worker's cpu usage is smaller then this
value, worker server can be dispatched tasks.
- max-cpu-usage-percentage-thresholds: 0.9
+ max-cpu-usage-percentage-thresholds: 1.5
Review Comment:
```suggestion
max-cpu-usage-percentage-thresholds: 1.0
```
##########
dolphinscheduler-standalone-server/src/main/resources/application.yaml:
##########
@@ -191,7 +191,7 @@ master:
server-load-protection:
enabled: true
# Master max cpu usage, when the master's cpu usage is smaller then this
value, master server can execute workflow.
- max-cpu-usage-percentage-thresholds: 0.9
+ max-cpu-usage-percentage-thresholds: 1.5
Review Comment:
```suggestion
max-cpu-usage-percentage-thresholds: 1.0
```
The max value of this parameter shouldld be 1.0.
--
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]