liaoxin01 commented on code in PR #65330:
URL: https://github.com/apache/doris/pull/65330#discussion_r3572112057
##########
gensrc/proto/cloud.proto:
##########
@@ -152,6 +159,10 @@ message InstanceInfoPB {
// It is not always same as source_instance_id, because the source
instance may inherit from another
// instance during rollback, and the predecessor instance is the real
instance which to execute the rollback.
optional string predecessor_instance_id = 124;
+
+ optional InstanceDeletedStatus recycled_status = 125 [default =
INSTANCE_RECYCLE_PENDING];
+ // Last time when recycled_status was updated by a recycle step.
+ optional int64 last_recycle_time_ms = 126;
Review Comment:
last_recycle_time_ms -> recycle_state_update_time_ms
--
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]