acelyc111 commented on code in PR #1841:
URL:
https://github.com/apache/incubator-pegasus/pull/1841#discussion_r1448387412
##########
src/server/pegasus_mutation_duplicator.cpp:
##########
@@ -63,6 +63,13 @@ namespace dsn {
namespace replication {
struct replica_base;
+DSN_DEFINE_uint64(replication,
+ max_allowed_write_size,
Review Comment:
You are using FLAGS_**dup**_max_allowed_write_size in line 246, which is not
defined.
If you want to reuse max_allowed_write_size, it should be
FLAGS_max_allowed_write_size, and declare like
`DSN_DEFINE_uint64(max_allowed_write_size)` here.
--
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]