gaozhangmin commented on code in PR #4018:
URL: https://github.com/apache/bookkeeper/pull/4018#discussion_r1264823141
##########
bookkeeper-server/src/main/java/org/apache/bookkeeper/bookie/LedgerDirsManager.java:
##########
@@ -233,6 +235,13 @@ public List<File> getFullFilledLedgerDirs() {
return filledDirs;
}
+ /**
+ * @return warn threshold ledger dirs.
+ */
+ public List<File> getWarnLedgerDirs() {
Review Comment:
`warnLedgerDirs` is only used for trigger under warn threshold event. has no
effects on writing and reading.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]