mattisonchao opened a new pull request #11102: URL: https://github.com/apache/pulsar/pull/11102
[ Issues 10788 ] Fixed flaky test AdminApiTest. 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 ## Solution 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]
