Skip to content

Commit 31e2f4e

Browse files
authored
fix(s3stream): error callback (#1845)
Signed-off-by: Robin Han <[email protected]>
1 parent 309dee3 commit 31e2f4e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

s3stream/src/main/java/com/automq/stream/s3/S3Storage.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,6 @@ public boolean append0(AppendContext context, WalWriteRequest request, boolean f
486486
if (ex != null) {
487487
LOGGER.error("append WAL fail, request {}", request, ex);
488488
storageFailureHandler.handle(ex);
489-
return;
490489
}
491490
handleAppendCallback(request);
492491
});

0 commit comments

Comments
 (0)