aloyszhang commented on a change in pull request #13796:
URL: https://github.com/apache/pulsar/pull/13796#discussion_r816757591
##########
File path:
pulsar-client-admin-api/src/main/java/org/apache/pulsar/client/admin/Namespaces.java
##########
@@ -2061,10 +2062,11 @@ void setBookieAffinityGroup(String namespace,
BookieAffinityGroupData bookieAffi
* @param bundle range of bundle to split
* @param unloadSplitBundles
* @param splitAlgorithmName
+ * @param splitBoundaries
* @throws PulsarAdminException
*/
- void splitNamespaceBundle(String namespace, String bundle, boolean
unloadSplitBundles, String splitAlgorithmName)
- throws PulsarAdminException;
+ void splitNamespaceBundle(String namespace, String bundle, boolean
unloadSplitBundles,
Review comment:
Not have to. The `SpecifiedPositionsBundleSplitAlgorithm` will filter
the boundaries that are out of bundle range.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]