acelyc111 commented on code in PR #1150: URL: https://github.com/apache/incubator-pegasus/pull/1150#discussion_r976022967
########## docker/README.md: ########## @@ -27,7 +27,7 @@ to deploying a standalone cluster of Pegasus containers on your local machine. [](https://github.com/apache/incubator-pegasus/actions/workflows/thirdparty-regular-push.yml) -[](https://github.com/apache/incubator-pegasus/actions/workflows/pegasus-regular-build.yml) +[](https://github.com/apache/incubator-pegasus/actions/workflows/regular-build.yml) Review Comment: Rebase the master branch could solve this problem, it has been fixed. ########## src/rdsn/src/common/backup_restore_common.h: ########## @@ -29,6 +29,7 @@ namespace dsn { namespace replication { DSN_DECLARE_string(cold_backup_root); +DSN_DECLARE_uint32(cold_backup_checkpoint_reserve_minutes); Review Comment: Larger header file will cause build slower -- 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]
