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/05/11 06:31:31 UTC

[GitHub] [pulsar] linlinnn opened a new issue #10537: flaky test LoadBalancerTest often failed

linlinnn opened a new issue #10537:
URL: https://github.com/apache/pulsar/issues/10537


   **Describe the bug**
   flaky test LoadBalancerTest often failed 
   
   **Expected behavior**
   pass test
   
   **Additional context**
   ```
   Error:  testBrokerRanking(org.apache.pulsar.broker.loadbalance.LoadBalancerTest)  Time elapsed: 0.085 s  <<< FAILURE!
   java.lang.NullPointerException
   	at org.apache.pulsar.broker.loadbalance.LoadBalancerTest.testBrokerRanking(LoadBalancerTest.java:336)
   	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   	at java.lang.reflect.Method.invoke(Method.java:498)
   	at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:132)
   	at org.testng.internal.InvokeMethodRunnable.runOne(InvokeMethodRunnable.java:45)
   	at org.testng.internal.InvokeMethodRunnable.call(InvokeMethodRunnable.java:73)
   	at org.testng.internal.InvokeMethodRunnable.call(InvokeMethodRunnable.java:11)
   	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   	at java.lang.Thread.run(Thread.java:748)
   ```
   


-- 
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] linlinnn closed issue #10537: flaky test LoadBalancerTest often failed

Posted by GitBox <gi...@apache.org>.
linlinnn closed issue #10537:
URL: https://github.com/apache/pulsar/issues/10537


   


-- 
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] nicoloboschi commented on issue #10537: flaky test LoadBalancerTest often failed

Posted by GitBox <gi...@apache.org>.
nicoloboschi commented on issue #10537:
URL: https://github.com/apache/pulsar/issues/10537#issuecomment-1056897082


   @linlinnn I see this test failing on branch-2.8 
   https://github.com/apache/pulsar/runs/5389692926?check_suite_focus=true
   
   did you close the issue because there was a fix?  


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