acelyc111 commented on PR #1841: URL: https://github.com/apache/incubator-pegasus/pull/1841#issuecomment-1925565941
> > Is it necessary to add the new config? Can the issue be resolved by adjust `duplicate_log_batch_bytes` on master cluster or `max_allowed_write_size` on backup cluster? > > If the maintainer of the duplication clusters config `max_allowed_write_size` to zero , the problem will be resolved. However , if maintainer config it to zero for every duplication cluster , when dup service send mutatioin, packaging functionality will no longer supported . I think it's a unsuitable design. How about limiting the message size separately for common client write operations and duplication write operations, you can distinguish them by rpc code, then use corresponding limits? -- 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]
