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 2021/04/08 03:43:37 UTC

[GitHub] [pulsar] thanhcb commented on issue #10143: Partitioned topics not served enough active brokers

thanhcb commented on issue #10143:
URL: https://github.com/apache/pulsar/issues/10143#issuecomment-815423207


   i thought each of internal topics was split across to all active brokers at first, after reading the bundles you said, maybe i have some misunderstanding here.
   The bundles in broker.conf i keep all default
   
   # When a namespace is created without specifying the number of bundle, this
   # value will be used as the default
   defaultNumberOfNamespaceBundles=4
   
   # enable/disable namespace bundle auto split
   loadBalancerAutoBundleSplitEnabled=true
   
   # enable/disable automatic unloading of split bundles
   loadBalancerAutoUnloadSplitBundlesEnabled=true
   
   # maximum topics in a bundle, otherwise bundle split will be triggered
   loadBalancerNamespaceBundleMaxTopics=1000
   
   Could you explain what is the link between the configs and the issue i wrote above? Why the internal topics in partitioned topic is not split across all the brokers? Thanks u so much


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