mirror of https://github.com/apache/druid.git
fix typo
This commit is contained in:
parent
f9386c3623
commit
db556102db
|
@ -52,7 +52,7 @@ public class SegmentReplicantLookup
|
|||
|
||||
// Also account for queued segments
|
||||
for (DataSegment segment : serverHolder.getPeon().getSegmentsToLoad()) {
|
||||
Integer numReplicants = segmentsInCluster.get(segment.getIdentifier(), server.getTier());
|
||||
Integer numReplicants = loadingSegments.get(segment.getIdentifier(), server.getTier());
|
||||
if (numReplicants == null) {
|
||||
numReplicants = 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue