Skip to content

Allow coordinator to move segments cognizant of deploymentGroup

059de00
Select commit
Loading
Failed to load commit list.
Draft

feat: add DruidNode deploymentGroup field to support R/B deployments #19413

Allow coordinator to move segments cognizant of deploymentGroup
059de00
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded May 12, 2026 in 2s

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 45 in server/src/main/java/org/apache/druid/server/coordinator/loading/SegmentReplicationStatus.java

See this annotation in the file changed.

Code scanning / CodeQL

Possible confusion of local and field Note

Potentially confusing name:
SegmentReplicationStatus
also refers to field
totalReplicaCounts
(as this.totalReplicaCounts).

Check notice on line 91 in services/src/test/java/org/apache/druid/server/router/QueryHostFinderTest.java

See this annotation in the file changed.

Code scanning / CodeQL

Possible confusion of local and field Note test

Confusing name: method
testFindServer
also refers to field
server
(without qualifying it with 'this').