gavinchou commented on code in PR #47723: URL: https://github.com/apache/doris/pull/47723#discussion_r1953965486
########## cloud/src/recycler/recycler.cpp: ########## @@ -533,9 +535,26 @@ int InstanceRecycler::init_storage_vault_accessors() { LOG(WARNING) << "malformed storage vault, unable to deserialize key=" << hex(k); return -1; } + if (!config::storage_vault_white_list.empty()) { Review Comment: print storage vault white list in log -- 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