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


##########
cloud/src/common/bvars.cpp:
##########
@@ -112,6 +113,21 @@ mBvarLongStatus 
g_bvar_recycler_instance_next_time("recycler_instance_next_time_
 mBvarPairStatus<int64_t> 
g_bvar_recycler_instance_recycle_times("recycler_instance_recycle_times",{"instance_id"});
 mBvarLongStatus 
g_bvar_recycler_instance_recycle_last_success_times("recycler_instance_recycle_last_success_times",{"instance_id"});
 
+// recycler's mbvars
+// instance_id: unique identifier for the instance
+// resource_type: type of resources need to be recycled (indexes, partitions, 
rowsets, etc.)
+// vault_unique_id: unique identifier for the repository
+// status: status of the recycle task (normal, abnormal, etc.)
+mBvarIntAdder 
g_bvar_recycler_vault_recycle_status("recycler_vault_recycle_status", 
{"instance_id", "vault_unique_id", "status"});

Review Comment:
   vault_unique_id -> vault_id



-- 
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