We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 164542f commit 6c85c30Copy full SHA for 6c85c30
fluss-server/src/main/java/org/apache/fluss/server/log/remote/RemoteLogIndexCache.java
@@ -476,8 +476,9 @@ private <T> T loadIndexFile(
476
index = readIndex.apply(indexFile);
477
} catch (CorruptIndexException ex) {
478
LOG.info(
479
- "Error occurred while loading the stored index file {}",
+ "Error occurred while loading the stored index file {} for bucket {}",
480
indexFile.getPath(),
481
+ remoteLogSegment.tableBucket(),
482
ex);
483
}
484
0 commit comments