murong00 opened a new pull request #6374: [conf] Amend the default value of `supportedNamespaceBundleSplitAlgorithms` URL: https://github.com/apache/pulsar/pull/6374 ### Motivation The default value of `supportedNamespaceBundleSplitAlgorithms` is `[range_equally_divide,topic_count_equally_divide]` which will lead broker fail to start as below: ``` error Uncaught exception in thread main: The given supported namespace bundle split algorithm has unavailable algorithm. Available algorithms are [range_equally_divide, topic_count_equally_divide] ``` ### Modifications Correct the default value.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
