void-ptr974 opened a new issue, #25951:
URL: https://github.com/apache/pulsar/issues/25951

   ### Search before reporting
   
   - [x] I searched existing issues and did not find an open issue for this 
failure. Related closed reports: #24789, #24508.
   
   ### Example failure
   
   
https://github.com/apache/pulsar/actions/runs/27039096029/job/79811334294?pr=25946
   
   ### Exception stacktrace
   
   ```text
   java.lang.AssertionError: expected object to not be null
       at org.testng.Assert.fail(Assert.java:111)
       at org.testng.Assert.assertNotNull(Assert.java:1496)
       at org.testng.Assert.assertNotNull(Assert.java:1480)
       at 
org.apache.pulsar.broker.service.ReplicatorTestBase$MessageConsumer.receive(ReplicatorTestBase.java:629)
       at 
org.apache.pulsar.broker.service.ReplicatorTest.testResumptionAfterBacklogRelaxed(ReplicatorTest.java:1066)
       at 
java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
       at java.base/java.lang.reflect.Method.invoke(Method.java:580)
       at 
org.testng.internal.invokers.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:141)
       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:317)
       at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
       at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
       at java.base/java.lang.Thread.run(Thread.java:1583)
   ```
   
   ### Notes
   
   The failure happened in `CI - Unit - Brokers - Broker Group 5` while running 
`:pulsar-broker:test`.
   
   The failed invocation was:
   
   ```text
   
org.apache.pulsar.broker.service.ReplicatorTest.testResumptionAfterBacklogRelaxed[2](producer_exception)
   ```
   
   The test report also showed a previous skipped retry for the same test with 
the same assertion failure, and the remaining data-provider case was skipped by 
fail-fast. The logs before the failure repeatedly reported 
`TopicBacklogQuotaExceededException: Cannot create producer on topic with 
backlog quota exceeded` while the producer/replicator connection was retrying.
   
   ### Are you willing to submit a PR?
   
   - [x] I'm willing to submit a PR: #25950
   


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