lh fix individual read deduplication and limiting #1381
Annotations
5 errors and 2 warnings
Run unit test group BROKER_FLAKY
Process completed with exit code 1.
|
Publish Test Report:
pulsar-broker/src/test/java/org/apache/pulsar/client/api/MessageDispatchThrottlingTest.java#L1268
expected [true] but found [false]
|
Publish Test Report:
pulsar-broker/src/test/java/org/apache/pulsar/client/api/SimpleProducerConsumerTest.java#L3098
reading message index #30 failed expected object to not be null
|
Publish Test Report:
pulsar-broker/src/test/java/org/apache/pulsar/client/api/SubscriptionMessageDispatchThrottlingTest.java#L1
--- An unexpected error occurred in the server ---
Message: org.apache.pulsar.metadata.api.MetadataStoreException: org.apache.zookeeper.KeeperException$NotEmptyException: KeeperErrorCode = Directory not empty for /managed-ledgers/my-property/throttling_ns/persistent/throttlingOverride2
Stacktrace:
org.apache.bookkeeper.mledger.ManagedLedgerException$MetaStoreException: org.apache.pulsar.metadata.api.MetadataStoreException: org.apache.zookeeper.KeeperException$NotEmptyException: KeeperErrorCode = Directory not empty for /managed-ledgers/my-property/throttling_ns/persistent/throttlingOverride2
Caused by: org.apache.pulsar.metadata.api.MetadataStoreException: org.apache.zookeeper.KeeperException$NotEmptyException: KeeperErrorCode = Directory not empty for /managed-ledgers/my-property/throttling_ns/persistent/throttlingOverride2
at org.apache.pulsar.metadata.impl.ZKMetadataStore.getException(ZKMetadataStore.java:490)
at org.apache.pulsar.metadata.impl.ZKMetadataStore.handleDeleteResult(ZKMetadataStore.java:318)
at org.apache.pulsar.metadata.impl.ZKMetadataStore.lambda$batchOperation$7(ZKMetadataStore.java:230)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.zookeeper.KeeperException$NotEmptyException: KeeperErrorCode = Directory not empty for /managed-ledgers/my-property/throttling_ns/persistent/throttlingOverride2
at org.apache.zookeeper.KeeperException.create(KeeperException.java:131)
at org.apache.zookeeper.KeeperException.create(KeeperException.java:53)
at org.apache.pulsar.metadata.impl.ZKMetadataStore.getException(ZKMetadataStore.java:480)
... 9 more
|
Publish Test Report:
pulsar-broker/src/test/java/org/apache/pulsar/client/api/SubscriptionMessageDispatchThrottlingTest.java#L1
expected [true] but found [false]
|
Report detected thread leaks
Summary: Tests in class org.apache.pulsar.client.api.ClientDeduplicationFailureTest created 73 new threads. There are now 82 threads in total.
|
Report detected thread leaks
Summary: Tests in class org.apache.pulsar.broker.service.ReplicatorRateLimiterTest created 3 new threads. There are now 83 threads in total.
|
Loading