Skip to content

Commit f7ec524

Browse files
Update bookkeeper-server/src/main/java/org/apache/bookkeeper/client/RackawareEnsemblePlacementPolicyImpl.java
Co-authored-by: Copilot <[email protected]>
1 parent 44fbe3f commit f7ec524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bookkeeper-server/src/main/java/org/apache/bookkeeper/client/RackawareEnsemblePlacementPolicyImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ protected Set<BookieId> addDefaultRackBookiesIfMinNumRacksIsEnforced(
372372
}
373373
bookiesInDefaultRack.add(((BookieNode) node).getAddr());
374374
} else {
375-
LOG.error("found non-BookieNode: {} as leaf of defaultrack: {}", node, getDefaultRack());
375+
LOG.error("found non-BookieNode: {} as leaf of defaultRack: {}", node, getDefaultRack());
376376
}
377377
}
378378
if ((bookiesInDefaultRack == null) || bookiesInDefaultRack.isEmpty()) {

0 commit comments

Comments
 (0)