xy720 commented on code in PR #54516:
URL: https://github.com/apache/doris/pull/54516#discussion_r2269558521
##########
gensrc/proto/cloud.proto:
##########
@@ -517,17 +517,24 @@ message RestoreJobCloudPB {
enum State {
UNKNOWN = 0;
PREPARED = 1;
- DROPPED = 2;
+ COMMITTED = 2;
+ DROPPED = 3;
+ COMPLETED = 4;
+ RECYCLING = 5;
}
optional int64 tablet_id = 1;
- optional int64 creation_time = 2;
- optional int64 expiration = 3; // expiration timestamp
- optional doris.TabletMetaCloudPB tablet_meta = 4;
- optional State state = 5;
- optional int64 total_rowset_num = 6;
- optional int64 total_row_num = 7;
- optional int64 total_segment_num = 8;
- optional int64 total_disk_size = 9;
+ optional int64 ctime_s = 2;
+ optional int64 mtime_s = 3;
+ optional int64 expiration = 4; // expiration timestamp
Review Comment:
done
--
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]