Skip to content

Commit 141a8c1

Browse files
committed
[fix](dump) do not report success if dumping FE image fails (#37508)
1 parent e842f5b commit 141a8c1

File tree

1 file changed

+1
-0
lines changed
  • fe/fe-core/src/main/java/org/apache/doris/catalog

1 file changed

+1
-0
lines changed

fe/fe-core/src/main/java/org/apache/doris/catalog/Env.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5564,6 +5564,7 @@ public String dumpImage() {
55645564
saveImage(dumpFile, journalId);
55655565
} catch (IOException e) {
55665566
LOG.error("failed to dump image to {}", dumpFilePath, e);
5567+
return null;
55675568
}
55685569
} finally {
55695570
// unlock all

0 commit comments

Comments
 (0)