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 2019/05/20 08:54:42 UTC

[GitHub] [pulsar] sijie commented on a change in pull request #4314: `rereplicationEntryBatchSize` should be smaller than `maxPendingReadR…

sijie commented on a change in pull request #4314: `rereplicationEntryBatchSize` should be smaller than `maxPendingReadR…
URL: https://github.com/apache/pulsar/pull/4314#discussion_r285486872
 
 

 ##########
 File path: conf/bookkeeper.conf
 ##########
 @@ -224,7 +224,7 @@ maxPendingAddRequestsPerThread=10000
 auditorPeriodicBookieCheckInterval=86400
 
 # The number of entries that a replication will rereplicate in parallel.
-rereplicationEntryBatchSize=5000
+rereplicationEntryBatchSize=1000
 
 Review comment:
   I would suggest reducing this to 100. because this setting is applied per ledger.

----------------------------------------------------------------
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


With regards,
Apache Git Services