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 2022/08/05 03:52:40 UTC

[GitHub] [pulsar] AnonHxy opened a new issue, #16952: Flaky-test: org.apache.pulsar.broker.admin.PersistentTopicsTest.setup

AnonHxy opened a new issue, #16952:
URL: https://github.com/apache/pulsar/issues/16952

   <!--- 
   
   Instructions for reporting a flaky test using this issue template:
   
   1. Replace test_class in title and body with the short test class name WITHOUT the package name.
   2. Replace test_method in title and body with the test method that failed. Multiple methods are flaky, remove the content that refers to the test method.
   3. Replace "url here" with a url to an example failure. In the Github Actions workflow run logs, you can right click on the line number to copy a link to the line. Example of such url is https://github.com/apache/pulsar/pull/8892/checks?check_run_id=1531075794#step:9:377 . The logs are available for a limited amount of time (usually for a few weeks).
   4. Replace "relevant parts of the exception stacktrace here" with the a few lines of the stack trace that shows at least the exception message and the line of test code where the stacktrace occurred.
   5. Replace "full exception stacktrace here" with the full exception stacktrace from logs. This section will be hidden by default.
   6. Remove all unused fields / content to unclutter the reported issue. Remove this comment too.
   
   -->
   org.apache.pulsar.broker.admin.PersistentTopicsTest.setup is flaky. It fails sporadically.
   
   [example failure](https://github.com/apache/pulsar/runs/7675339305?check_suite_focus=true)
   
   ```
    Error:  setup(org.apache.pulsar.broker.admin.PersistentTopicsTest)  Time elapsed: 3.704 s  <<< FAILURE!
     org.apache.pulsar.broker.PulsarServerException: org.apache.pulsar.broker.PulsarServerException: java.util.ConcurrentModificationException
     	at org.apache.pulsar.broker.PulsarService.start(PulsarService.java:897)
     	at java.base/java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:732)
     	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
     Caused by: org.apache.pulsar.broker.PulsarServerException: java.util.ConcurrentModificationException
     	at org.apache.pulsar.broker.loadbalance.impl.ModularLoadManagerImpl.start(ModularLoadManagerImpl.java:972)
     	at org.apache.pulsar.broker.loadbalance.impl.ModularLoadManagerWrapper.start(ModularLoadManagerWrapper.java:113)
     	at org.apache.pulsar.broker.PulsarService.startLoadManagementService(PulsarService.java:1167)
     	at java.base/java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:732)
     	at org.apache.pulsar.broker.PulsarService.startLoadManagementService(PulsarService.java:1166)
     	at org.apache.pulsar.broker.PulsarService.start(PulsarService.java:846)
     	... 2 more
     Caused by: java.util.ConcurrentModificationException
     	at java.base/java.util.HashMap$HashIterator.nextNode(HashMap.java:1597)
     	at java.base/java.util.HashMap$KeyIterator.next(HashMap.java:1620)
     	at java.base/java.util.AbstractCollection.addAll(AbstractCollection.java:335)
     	at java.base/java.util.HashSet.<init>(HashSet.java:121)
     	at org.apache.pulsar.broker.loadbalance.impl.ModularLoadManagerImpl.cleanupDeadBrokersData(ModularLoadManagerImpl.java:488)
     	at org.apache.pulsar.broker.loadbalance.impl.ModularLoadManagerImpl.updateAll(ModularLoadManagerImpl.java:479)
     	at org.apache.pulsar.broker.loadbalance.impl.ModularLoadManagerImpl.start(ModularLoadManagerImpl.java:969)
     	at org.apache.pulsar.broker.loadbalance.impl.ModularLoadManagerWrapper.start(ModularLoadManagerWrapper.java:113)
     	at org.apache.pulsar.broker.PulsarService.startLoadManagementService(PulsarService.java:1167)
     	at java.base/java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:732)
     	at org.mockito.internal.util.reflection.InstrumentationMemberAccessor$Dispatcher$ByteBuddy$MmqWuKBu.invokeWithArguments(Unknown Source)
     	at org.mockito.internal.util.reflection.InstrumentationMemberAccessor.invoke(InstrumentationMemberAccessor.java:239)
     	at org.mockito.internal.util.reflection.ModuleMemberAccessor.invoke(ModuleMemberAccessor.java:55)
     	at org.mockito.internal.creation.bytebuddy.MockMethodAdvice.tryInvoke(MockMethodAdvice.java:333)
     	at org.mockito.internal.creation.bytebuddy.MockMethodAdvice.access$500(MockMethodAdvice.java:60)
     	at org.mockito.internal.creation.bytebuddy.MockMethodAdvice$RealMethodCall.invoke(MockMethodAdvice.java:253)
     	at org.mockito.internal.invocation.InterceptedInvocation.callRealMethod(InterceptedInvocation.java:142)
     	at org.mockito.internal.stubbing.answers.CallsRealMethods.answer(CallsRealMethods.java:45)
     	at org.mockito.Answers.answer(Answers.java:99)
   ```
   
   <!-- optionally provide the full stacktrace ->
   <details>
   <summary>Full exception stacktrace</summary>
   <code><pre>
   full exception stacktrace here
   </pre></code>
   </details>
   


-- 
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.apache.org

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


[GitHub] [pulsar] Technoboy- closed issue #16952: Flaky-test: org.apache.pulsar.broker.admin.PersistentTopicsTest.setup

Posted by GitBox <gi...@apache.org>.
Technoboy- closed issue #16952: Flaky-test: org.apache.pulsar.broker.admin.PersistentTopicsTest.setup
URL: https://github.com/apache/pulsar/issues/16952


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