GehaFearless commented on code in PR #1658:
URL:
https://github.com/apache/incubator-pegasus/pull/1658#discussion_r1474335868
##########
src/meta/meta_backup_service.cpp:
##########
@@ -1695,7 +1695,8 @@ void
backup_service::start_backup_app(start_backup_app_rpc rpc)
});
int32_t app_id = request.app_id;
- std::shared_ptr<backup_engine> engine =
std::make_shared<backup_engine>(this);
+ std::shared_ptr<backup_engine> engine =
Review Comment:
auto
--
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]