gavinchou commented on code in PR #57528:
URL: https://github.com/apache/doris/pull/57528#discussion_r2477624487


##########
cloud/src/meta-service/meta_service_resource.cpp:
##########
@@ -832,7 +832,8 @@ static int alter_s3_storage_vault(InstanceInfoPB& instance, 
std::unique_ptr<Tran
 
     txn->put(vault_key, val);
     LOG(INFO) << "put vault_id=" << vault_id << ", vault_key=" << 
hex(vault_key)
-              << ", origin vault=" << origin_vault_info << ", new vault=" << 
new_vault_info;
+              << ", origin vault=" << encryt_sk(hide_ak(origin_vault_info))
+              << ", new vault=" << encryt_sk(hide_ak(new_vault_info));

Review Comment:
   2 hide_ak() called?



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to