ninsmiracle commented on code in PR #2184:
URL:
https://github.com/apache/incubator-pegasus/pull/2184#discussion_r1921902978
##########
src/replica/duplication/replica_duplicator.cpp:
##########
@@ -161,7 +161,7 @@ void replica_duplicator::start_dup_log()
_load = std::make_unique<load_mutation>(this, _replica,
_load_private.get());
from(*_load).link(*_ship).link(*_load);
- fork(*_load_private, LPC_REPLICATION_LONG_LOW, 0).link(*_ship);
+ fork(*_load_private, LPC_REPLICATION_LONG_COMMON, 0).link(*_ship);
Review Comment:
I also want to add this configuration, but I haven't decided whether to make
it a table-level configuration or a cluster-level configuration.
At present, the duplicate_log_batch_bytes parameter is cluster-level, so
should I make this parameter cluster-level as well? This is more convenient to
implement.
--
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]