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

Run compaction as a supervisor on Overlord #16768

Merged
merged 35 commits into from
Sep 2, 2024

Merge branch 'master' of github.com:apache/druid into compact_scheduler

3d2e58f
Select commit
Loading
Failed to load commit list.
Merged

Run compaction as a supervisor on Overlord #16768

Merge branch 'master' of github.com:apache/druid into compact_scheduler
3d2e58f
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Sep 1, 2024 in 4s

4 new alerts

New alerts in code changed by this pull request

  • 4 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 130 in indexing-service/src/main/java/org/apache/druid/indexing/compact/CompactionSupervisor.java

See this annotation in the file changed.

Code scanning / CodeQL

Class has same name as super class Note

State has the same name as its supertype
org.apache.druid.indexing.overlord.supervisor.SupervisorStateManager$State
.

Check notice on line 50 in server/src/main/java/org/apache/druid/server/compaction/CompactionCandidateSearchPolicy.java

See this annotation in the file changed.

Code scanning / CodeQL

Useless parameter Note

The parameter 'candidate' is never used.

Check notice on line 51 in server/src/main/java/org/apache/druid/server/compaction/CompactionCandidateSearchPolicy.java

See this annotation in the file changed.

Code scanning / CodeQL

Useless parameter Note

The parameter 'currentCompactionStatus' is never used.

Check notice on line 52 in server/src/main/java/org/apache/druid/server/compaction/CompactionCandidateSearchPolicy.java

See this annotation in the file changed.

Code scanning / CodeQL

Useless parameter Note

The parameter 'latestTaskStatus' is never used.