merlimat opened a new issue #3541: Intermittent test failure in 
PulsarFunctionE2ETest
URL: https://github.com/apache/pulsar/issues/3541
 
 
   ```
   2019-02-07\T\17:22:21.662 [INFO] Running 
org.apache.pulsar.io.PulsarFunctionE2ETest
   2019-02-07\T\17:24:42.450 [ERROR] Tests run: 11, Failures: 1, Errors: 0, 
Skipped: 2, Time elapsed: 139.986 s <<< FAILURE! - in 
org.apache.pulsar.io.PulsarFunctionE2ETest
   2019-02-07\T\17:24:42.451 [ERROR] 
setup(org.apache.pulsar.io.PulsarFunctionE2ETest)  Time elapsed: 68.995 s  <<< 
FAILURE!
   org.apache.pulsar.broker.PulsarServerException: java.lang.RuntimeException: 
org.apache.pulsar.client.api.PulsarClientException$TimeoutException: 8 lookup 
request timedout after ms 30000
        at org.apache.pulsar.broker.PulsarService.start(PulsarService.java:448)
        at 
org.apache.pulsar.io.PulsarFunctionE2ETest.setup(PulsarFunctionE2ETest.java:179)
        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:124)
        at 
org.testng.internal.MethodInvocationHelper.invokeMethodConsideringTimeout(MethodInvocationHelper.java:59)
        at 
org.testng.internal.Invoker.invokeConfigurationMethod(Invoker.java:451)
        at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:222)
        at org.testng.internal.Invoker.invokeMethod(Invoker.java:516)
        at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:707)
        at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:979)
        at 
org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
        at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:109)
        at org.testng.TestRunner.privateRun(TestRunner.java:648)
        at org.testng.TestRunner.run(TestRunner.java:505)
        at org.testng.SuiteRunner.runTest(SuiteRunner.java:455)
        at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:450)
        at org.testng.SuiteRunner.privateRun(SuiteRunner.java:415)
        at org.testng.SuiteRunner.run(SuiteRunner.java:364)
        at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
        at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:84)
        at org.testng.TestNG.runSuitesSequentially(TestNG.java:1187)
        at org.testng.TestNG.runSuitesLocally(TestNG.java:1116)
        at org.testng.TestNG.runSuites(TestNG.java:1028)
        at org.testng.TestNG.run(TestNG.java:996)
        at 
org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:135)
        at 
org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeSingleClass(TestNGDirectoryTestSuite.java:112)
        at 
org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:99)
        at 
org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:146)
        at 
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:379)
        at 
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:340)
        at 
org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:125)
        at 
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:413)
   Caused by: java.lang.RuntimeException: 
org.apache.pulsar.client.api.PulsarClientException$TimeoutException: 8 lookup 
request timedout after ms 30000
        at 
org.apache.pulsar.functions.worker.WorkerService.start(WorkerService.java:204)
        at 
org.apache.pulsar.broker.PulsarService.startWorkerService(PulsarService.java:1042)
        at org.apache.pulsar.broker.PulsarService.start(PulsarService.java:441)
        ... 34 more
   Caused by: 
org.apache.pulsar.client.api.PulsarClientException$TimeoutException: 8 lookup 
request timedout after ms 30000
        at 
org.apache.pulsar.client.impl.ClientCnx.checkRequestTimeout(ClientCnx.java:864)
        at 
org.apache.pulsar.client.impl.ClientCnx.lambda$new$0(ClientCnx.java:161)
        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
        at 
io.netty.util.concurrent.ScheduledFutureTask.run(ScheduledFutureTask.java:131)
        at 
io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163)
        at 
io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:404)
        at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:309)
        at 
io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:886)
        at 
io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
        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 GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to