We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 717ec52 commit 52fd99eCopy full SHA for 52fd99e
bookkeeper-server/src/main/java/org/apache/bookkeeper/bookie/LedgerDirsMonitor.java
@@ -182,7 +182,7 @@ private void check(final LedgerDirsManager ldm) {
182
}
183
184
if (isFirstLoopOfCheckTaskLocalValue && ldm.getFullFilledLedgerDirs().isEmpty()) {
185
- // notify any disk full.
+ // notify no disk full.
186
for (LedgerDirsListener listener : ldm.getListeners()) {
187
listener.allDisksWritable();
188
0 commit comments