cclient opened a new issue #8570: URL: https://github.com/apache/pulsar/issues/8570
#### Actual behavior pulsar producter write to 3 node gluster slower than standalone #### System configuration Pulsar version: 2.6.2 all use the default config and same disk(hdd)/net ##### to standalone time bin/pulsar-client --url pulsar://a.b.c:6650 produce persistent://public/default/test -n 1000 -m "Hello Pulsar" real 0m5.940s user 0m8.329s sys 0m0.964s ##### to 3 node gluster time bin/pulsar-client --url pulsar://a.b.c:36650 produce persistent://public/default/test -n 1000 -m "Hello Pulsar" real 0m38.696s user 0m9.626s sys 0m1.539s is any config can slove this problem? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
