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 2018/02/20 18:42:49 UTC

[GitHub] merlimat commented on issue #1253: Increase number of bundles if a topic has huge number of partitions.

merlimat commented on issue #1253: Increase number of bundles if a topic has huge number of partitions.
URL: https://github.com/apache/incubator-pulsar/issues/1253#issuecomment-367076991
 
 
   > If a topic is created with huge number of partitions, it would be good to increase number of bundles by default. 
   
   It is already the default behavior, though it happens after the creation of all the partitions, since before there's no way how many will be created. 
   
   The default setting is to keep "splitting" bundles until there are < 1K topics/partitions in each. By default, too, we force unload of those bundles to spread them across available brokers. 
   
   One thing that is not really clear from the documentation is how to prepare upfront for this kind of scenarios and create multiple bundles when creating the namespace.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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