mattisonchao opened a new pull request #11101: URL: https://github.com/apache/pulsar/pull/11101
Fixes #10788 Master Issue: #10788 ### Motivation See this issue: https://github.com/apache/pulsar/issues/10788 #### Cause Due to `NamespaceService` split and `updateNamespaceBundles` may fail because of concurrent write to zookeeper, And exceeded the maximum number of retries. Source code is here: > NamespaceService 838:856 ### Modifications Since this error is less likely to occur, we can try to retry the test in case of an error to solve the problem. -- 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]
