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 2020/05/28 02:40:54 UTC

[GitHub] [pulsar] merlimat opened a new pull request #7075: Fix flaky ReplicatorTest.testUpdateGlobalTopicPartition

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:
users@infra.apache.org



[GitHub] [pulsar] merlimat merged pull request #7075: Fix flaky ReplicatorTest.testUpdateGlobalTopicPartition

Posted by GitBox <gi...@apache.org>.
merlimat merged pull request #7075:
URL: https://github.com/apache/pulsar/pull/7075


   


----------------------------------------------------------------
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:
users@infra.apache.org