hycdong commented on code in PR #1102:
URL: https://github.com/apache/incubator-pegasus/pull/1102#discussion_r941928945
##########
src/rdsn/src/common/backup.thrift:
##########
@@ -20,6 +20,30 @@ include "../../../../idl/dsn.layer2.thrift"
namespace cpp dsn.replication
+enum backup_status
+{
+ INVALID,
+ CHECKPOINTING,
+ CHECKPOINTED,
+ UPLOADING,
Review Comment:
CHECKPOINTED is used for replica server, when all partitions status is
CHECKPOINTED, app status will turn into UPLOADING.
--
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]