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

[Improvement-16872][Master] Select a coordinator from masters to wake up task group #16873

Merged
merged 3 commits into from
Dec 18, 2024

Release the task group queue slot when task instance failover

e967b9b
Select commit
Loading
Failed to load commit list.
Merged

[Improvement-16872][Master] Select a coordinator from masters to wake up task group #16873

Release the task group queue slot when task instance failover
e967b9b
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Dec 16, 2024 in 5s

1 new alert

New alerts in code changed by this pull request

  • 1 note

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 81 in dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/engine/TaskGroupCoordinator.java

See this annotation in the file changed.

Code scanning / CodeQL

Missing Override annotation Note

This method overrides
ITaskGroupCoordinator.start
; it is advisable to add an Override annotation.