liaoxin01 commented on code in PR #65330:
URL: https://github.com/apache/doris/pull/65330#discussion_r3629280984
##########
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 InstanceRecycleState recycled_state = 125 [default =
INSTANCE_RECYCLE_STATE_CLEANUP_PENDING];
+ // Last time when recycled_state was updated by a recycle step.
+ optional int64 recycle_state_update_time_ms = 126;
Review Comment:
```suggestion
optional int64 recycled_state_update_time_ms = 126;
```
--
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]