Skip to content

Commit 3ba8ff6

Browse files
committed
always recover log
1 parent a7aab8b commit 3ba8ff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fluss-server/src/main/java/org/apache/fluss/server/log/LogLoader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ private int recoverSegment(LogSegment segment) throws IOException {
179179
* overflow
180180
*/
181181
private Tuple2<Long, Long> recoverLog() throws IOException {
182-
if (!isCleanShutdown) {
182+
if (true) {
183183
List<LogSegment> unflushed =
184184
logSegments.values(recoveryPointCheckpoint, Long.MAX_VALUE);
185185
int numUnflushed = unflushed.size();

0 commit comments

Comments
 (0)