merlimat opened a new pull request #7075: URL: https://github.com/apache/pulsar/pull/7075
### Motivation The test has been failing frequently in CI with this error: ``` [ERROR] testUpdateGlobalTopicPartition(org.apache.pulsar.broker.service.ReplicatorTest) Time elapsed: 0.034 s <<< FAILURE! org.apache.pulsar.client.admin.PulsarAdminException$ConflictException: Namespace already exists at org.apache.pulsar.client.admin.internal.BaseResource.getApiException(BaseResource.java:223) at org.apache.pulsar.client.admin.internal.BaseResource$1.failed(BaseResource.java:133) at org.glassfish.jersey.client.JerseyInvocation$4.failed(JerseyInvocation.java:1030) at org.glassfish.jersey.client.JerseyInvocation$4.completed(JerseyInvocation.java:1017) at org.glassfish.jersey.client.ClientRuntime.processResponse(ClientRuntime.java:227) ``` ---------------------------------------------------------------- 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: us...@infra.apache.org