You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2020/11/16 03:49:00 UTC

[GitHub] [pulsar] cclient opened a new issue #8570: pulsar producter write to 3 node gluster slower than standalone

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:
users@infra.apache.org



[GitHub] [pulsar] codelipenghui commented on issue #8570: pulsar producter write to 3 node gluster slower than standalone

Posted by GitBox <gi...@apache.org>.
codelipenghui commented on issue #8570:
URL: https://github.com/apache/pulsar/issues/8570#issuecomment-727850338


   @cclient The data fsync is disabled by default in the standalone but enabled by default in the broker. I think you can try to enable the data fsync in standalone.conf or disable the data fsync in the broker.conf.


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [pulsar] cclient closed issue #8570: pulsar producter write to 3 node gluster slower than standalone

Posted by GitBox <gi...@apache.org>.
cclient closed issue #8570:
URL: https://github.com/apache/pulsar/issues/8570


   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [pulsar] cclient commented on issue #8570: pulsar producter write to 3 node gluster slower than standalone

Posted by GitBox <gi...@apache.org>.
cclient commented on issue #8570:
URL: https://github.com/apache/pulsar/issues/8570#issuecomment-727921407


   > @cclient The data fsync is disabled by default in the standalone but enabled by default in the broker. I think you can try to enable the data fsync in standalone.conf or disable the data fsync in the broker.conf.
   
   thanks
   
   cluster:
   conf/bookkeeper.conf
   journalSyncData=false
   
   standalone:
   conf/standalone.conf
   journalSyncData=true 
   
   it was my negligence


----------------------------------------------------------------
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:
users@infra.apache.org