lhotari commented on issue #20375:
URL: https://github.com/apache/pulsar/issues/20375#issuecomment-1581182896

   another recent failure, contains #20379 changes:
   ```
     Error:  Tests run: 25, Failures: 1, Errors: 0, Skipped: 11, Time elapsed: 
928.429 s <<< FAILURE! - in 
org.apache.pulsar.broker.service.ClusterMigrationTest
     Error:  
org.apache.pulsar.broker.service.ClusterMigrationTest.testClusterMigrationWithReplicationBacklog[false,
 Key_Shared](14)  Time elapsed: 92.04 s  <<< FAILURE!
     org.apache.pulsar.client.api.PulsarClientException$TimeoutException: The 
producer cluster1-1 can not send message to the topic 
persistent://pulsar/migrationNs/migrationTopic-086a8557-33f1-4e52-a04c-1cd285a00753
 within given timeout : createdAt 30.002 seconds ago, firstSentAt 0.0 seconds 
ago, lastSentAt 0.0 seconds ago, retryCount 0
        at 
org.apache.pulsar.client.api.PulsarClientException.unwrap(PulsarClientException.java:1043)
        at 
org.apache.pulsar.client.impl.TypedMessageBuilderImpl.send(TypedMessageBuilderImpl.java:90)
        at org.apache.pulsar.client.impl.ProducerBase.send(ProducerBase.java:62)
        at 
org.apache.pulsar.broker.service.ClusterMigrationTest.testClusterMigrationWithReplicationBacklog(ClusterMigrationTest.java:461)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:568)
        at 
org.testng.internal.invokers.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:139)
        at 
org.testng.internal.invokers.InvokeMethodRunnable.runOne(InvokeMethodRunnable.java:47)
        at 
org.testng.internal.invokers.InvokeMethodRunnable.call(InvokeMethodRunnable.java:76)
        at 
org.testng.internal.invokers.InvokeMethodRunnable.call(InvokeMethodRunnable.java:11)
        at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
        at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
        at java.base/java.lang.Thread.run(Thread.java:833)
   ```
   the detailed surefire logs are at 
https://gist.github.com/lhotari/e0cef84147402309bb25d81c06522500 
   
   @vineeth1995 do you have a chance to take another look at this flaky test? 
thanks
   
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to