codelipenghui opened a new issue #13750: URL: https://github.com/apache/pulsar/issues/13750
[EndToEndMetadataTest] is flaky. The [testPublishConsume] test method fails sporadically. https://github.com/apache/pulsar/runs/4805692281?check_suite_focus=true ``` Error: Tests run: 10, Failures: 1, Errors: 0, Skipped: 9, Time elapsed: 1.027 s <<< FAILURE! - in org.apache.pulsar.broker.EndToEndMetadataTest Error: testPublishConsume(org.apache.pulsar.broker.EndToEndMetadataTest) Time elapsed: 0.166 s <<< FAILURE! java.lang.IllegalArgumentException: Unknown backend metadata-store at org.apache.bookkeeper.meta.MetadataDrivers.getBookieDriver(MetadataDrivers.java:272) at org.apache.bookkeeper.meta.MetadataDrivers.getBookieDriver(MetadataDrivers.java:295) at org.apache.bookkeeper.bookie.Bookie.instantiateMetadataDriver(Bookie.java:1141) at org.apache.bookkeeper.bookie.Bookie.<init>(Bookie.java:730) at org.apache.bookkeeper.proto.BookieServer.newBookie(BookieServer.java:152) at org.apache.bookkeeper.proto.BookieServer.<init>(BookieServer.java:120) at org.apache.pulsar.metadata.bookkeeper.BKCluster.startBookie(BKCluster.java:237) at org.apache.pulsar.metadata.bookkeeper.BKCluster.startNewBookie(BKCluster.java:222) at org.apache.pulsar.metadata.bookkeeper.BKCluster.startBKCluster(BKCluster.java:128) at org.apache.pulsar.metadata.bookkeeper.BKCluster.<init>(BKCluster.java:80) at org.apache.pulsar.broker.EmbeddedPulsarCluster.<init>(EmbeddedPulsarCluster.java:59) at org.apache.pulsar.broker.EmbeddedPulsarCluster.<init>(EmbeddedPulsarCluster.java:33) at org.apache.pulsar.broker.EmbeddedPulsarCluster$EmbeddedPulsarClusterBuilder.build(EmbeddedPulsarCluster.java:54) at org.apache.pulsar.broker.EndToEndMetadataTest.testPublishConsume(EndToEndMetadataTest.java:43) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) 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.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) ``` -- 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]
