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 2021/06/26 01:02:32 UTC

[GitHub] [pulsar] mattisonchao opened a new pull request #11102: [ Issues 10788 ] Fixed flaky test AdminApiTest.

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

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



[GitHub] [pulsar] mattisonchao closed pull request #11102: [ Issues 10788 ] Fixed flaky test AdminApiTest.

Posted by GitBox <gi...@apache.org>.
mattisonchao closed pull request #11102:
URL: https://github.com/apache/pulsar/pull/11102


   


-- 
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



[GitHub] [pulsar] mattisonchao commented on pull request #11102: [ Issues 10788 ] Fixed flaky test AdminApiTest.

Posted by GitBox <gi...@apache.org>.
mattisonchao commented on pull request #11102:
URL: https://github.com/apache/pulsar/pull/11102#issuecomment-868948024


   /pulsarbot rerun-failure-checks


-- 
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