weizuo93 commented on code in PR #10298: URL: https://github.com/apache/doris/pull/10298#discussion_r923435779
########## be/src/common/config.h: ########## @@ -35,6 +35,11 @@ CONF_Int32(brpc_port, "8060"); // the number of bthreads for brpc, the default value is set to -1, which means the number of bthreads is #cpu-cores CONF_Int32(brpc_num_threads, "-1"); +// port to brpc server for single replica load +CONF_Int32(single_replica_load_brpc_port, "8070"); Review Comment: > The notification rpc is a light weight rpc. Do we really need to create a new brpc port for this? When data load concurrency is high, notification rpc will affect RPC for data distribution. -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org