Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Fix] Split cpuUsage into systemCpuUsage and jvmCpuUsage #15803

Merged
merged 1 commit into from
Apr 9, 2024

Split cpuUsage to systemCpuUsage and jvmCpuUsage

705b1fa
Select commit
Loading
Failed to load commit list.
Merged

[Fix] Split cpuUsage into systemCpuUsage and jvmCpuUsage #15803

Split cpuUsage to systemCpuUsage and jvmCpuUsage
705b1fa
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Apr 9, 2024 in 3s

2 new alerts

New alerts in code changed by this pull request

  • 2 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 41 in dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/model/BaseHeartBeat.java

See this annotation in the file changed.

Code scanning / CodeQL

Missing Override annotation Note

This method overrides
HeartBeat.getServerStatus
; it is advisable to add an Override annotation.

Check notice on line 26 in dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/model/WorkerHeartBeat.java

See this annotation in the file changed.

Code scanning / CodeQL

Missing Override annotation Note

This method overrides
BaseHeartBeat.canEqual
; it is advisable to add an Override annotation.