This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch branch-4.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-4.0 by this push:
new 13f17f24448 branch-4.0: [Bug](cloud restore) Fix npe in show restore
command after fe restart #57051 (#57172)
13f17f24448 is described below
commit 13f17f24448eb93a9423945f9a09604dfb8246c7
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Oct 22 11:28:20 2025 +0800
branch-4.0: [Bug](cloud restore) Fix npe in show restore command after fe
restart #57051 (#57172)
Cherry-picked from #57051
Co-authored-by: xy720 <[email protected]>
---
.../src/main/java/org/apache/doris/cloud/backup/CloudRestoreJob.java | 1 +
1 file changed, 1 insertion(+)
diff --git
a/fe/fe-core/src/main/java/org/apache/doris/cloud/backup/CloudRestoreJob.java
b/fe/fe-core/src/main/java/org/apache/doris/cloud/backup/CloudRestoreJob.java
index e0adccc1de5..80bd91d9d54 100644
---
a/fe/fe-core/src/main/java/org/apache/doris/cloud/backup/CloudRestoreJob.java
+++
b/fe/fe-core/src/main/java/org/apache/doris/cloud/backup/CloudRestoreJob.java
@@ -544,6 +544,7 @@ public class CloudRestoreJob extends RestoreJob {
@Override
public void gsonPostProcess() throws IOException {
+ super.gsonPostProcess();
storageVaultName = properties.get(PROP_STORAGE_VAULT_NAME);
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]