You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
logger.info("Recover data file to the end of {} ", mappedFile.getFileName());
223
223
break;
224
224
}
@@ -567,6 +567,7 @@ public Pair<Long, Integer> getEntryPosAndSize(Long index) {
567
567
SelectMmapBufferResult.release(indexSbr);
568
568
}
569
569
}
570
+
570
571
publicvoidindexCheck(Longindex) {
571
572
PreConditions.check(index >= 0, DLedgerResponseCode.INDEX_OUT_OF_RANGE, "%d should gt 0", index);
572
573
PreConditions.check(index >= ledgerBeginIndex, DLedgerResponseCode.INDEX_LESS_THAN_LOCAL_BEGIN, "%d should be gt %d, ledgerBeginIndex may be revised", index, ledgerBeginIndex);
@@ -690,10 +691,10 @@ public CleanSpaceService(String name, Logger logger) {
0 commit comments