gavinchou commented on code in PR #37899: URL: https://github.com/apache/doris/pull/37899#discussion_r1678942134
########## fe/fe-core/src/main/java/org/apache/doris/catalog/StorageVaultMgr.java: ########## @@ -46,6 +47,8 @@ public class StorageVaultMgr { // <VaultName, VaultId> private Pair<String, String> defaultVaultInfo; + private Map<String, String> vaultNameToVaultId; Review Comment: do we need to initialize it? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org