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 2022/09/23 01:58:24 UTC

[GitHub] [pulsar] mattisonchao commented on a diff in pull request #17797: [fix][broker] Update new bundle-range to policies after bundle split

mattisonchao commented on code in PR #17797:
URL: https://github.com/apache/pulsar/pull/17797#discussion_r978212251


##########
pulsar-broker/src/main/java/org/apache/pulsar/broker/namespace/NamespaceService.java:
##########
@@ -880,12 +881,22 @@ void splitAndOwnBundleOnceAndRetry(NamespaceBundle bundle,
                                     for (NamespaceBundle sBundle : splittedBundles.getRight()) {
                                         checkNotNull(ownershipCache.tryAcquiringOwnership(sBundle));
                                     }
+                                    updateNamespaceBundlesForPolicies(nsname, splittedBundles.getLeft())

Review Comment:
   What about update `updateNamespaceBundlesForPolicies` success but `updateNamespaceBundles` fail?



-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org