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 00:28:46 UTC

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

rdhabalia 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-366833932
 
 
   I think based  on the few past performance tests, we realized that bundle with 1K topic doesn't have much performance impact and if user creates topic with > 1K partitions then [Load-manager](https://github.com/apache/incubator-pulsar/blob/master/pulsar-broker-common/src/main/java/org/apache/pulsar/broker/ServiceConfiguration.java#L370) will split the bundle if bundle has some good amount of traffic. Actually, adding more bundles will add more znodes in zookeeper and we may want to avoid zk-node creation if it doesn't require.?

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