acelyc111 commented on code in PR #1703:
URL: 
https://github.com/apache/incubator-pegasus/pull/1703#discussion_r1413637957


##########
src/replica/replication_app_base.h:
##########
@@ -71,13 +72,14 @@ class replica_init_info
 
 public:
     replica_init_info() { memset((void *)this, 0, sizeof(*this)); }
-    error_code load(const std::string &dir) WARN_UNUSED_RESULT;
-    error_code store(const std::string &dir);
+    error_code load(const std::string &dir,

Review Comment:
   I don't think it's neccessary to changes these functions of 
`replica_init_info` or `replica_app_info`. You only need to refactor 
write_blob_to_file, right?



-- 
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]

Reply via email to