Huang Xingbo created FLINK-28453: ------------------------------------ Summary: KafkaSourceLegacyITCase.testBrokerFailure hang on azure Key: FLINK-28453 URL: https://issues.apache.org/jira/browse/FLINK-28453 Project: Flink Issue Type: Bug Components: Connectors / Kafka Affects Versions: 1.16.0 Reporter: Huang Xingbo
{code:java} 2022-07-07T17:55:16.4876240Z "main" #1 prio=5 os_prio=0 tid=0x00007fd0b000b800 nid=0x258c waiting on condition [0x00007fd0b77f2000] 2022-07-07T17:55:16.4876830Z java.lang.Thread.State: WAITING (parking) 2022-07-07T17:55:16.4877232Z at sun.misc.Unsafe.park(Native Method) 2022-07-07T17:55:16.4877916Z - parking to wait for <0x00000000a46ffae8> (a java.util.concurrent.CompletableFuture$Signaller) 2022-07-07T17:55:16.4878495Z at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) 2022-07-07T17:55:16.4879100Z at java.util.concurrent.CompletableFuture$Signaller.block(CompletableFuture.java:1707) 2022-07-07T17:55:16.4879714Z at java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3323) 2022-07-07T17:55:16.4880318Z at java.util.concurrent.CompletableFuture.waitingGet(CompletableFuture.java:1742) 2022-07-07T17:55:16.4880921Z at java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1908) 2022-07-07T17:55:16.4881505Z at org.apache.flink.test.util.TestUtils.tryExecute(TestUtils.java:67) 2022-07-07T17:55:16.4882182Z at org.apache.flink.streaming.connectors.kafka.KafkaConsumerTestBase.runBrokerFailureTest(KafkaConsumerTestBase.java:1506) 2022-07-07T17:55:16.4883003Z at org.apache.flink.connector.kafka.source.KafkaSourceLegacyITCase.testBrokerFailure(KafkaSourceLegacyITCase.java:94) 2022-07-07T17:55:16.4883648Z at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2022-07-07T17:55:16.4884261Z at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 2022-07-07T17:55:16.4884907Z at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 2022-07-07T17:55:16.4885487Z at java.lang.reflect.Method.invoke(Method.java:498) 2022-07-07T17:55:16.4886039Z at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) 2022-07-07T17:55:16.4886697Z at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) 2022-07-07T17:55:16.4887406Z at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) 2022-07-07T17:55:16.4888051Z at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) 2022-07-07T17:55:16.4888678Z at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 2022-07-07T17:55:16.4889330Z at org.apache.flink.testutils.junit.RetryRule$RetryOnFailureStatement.evaluate(RetryRule.java:135) 2022-07-07T17:55:16.4889974Z at org.apache.flink.util.TestNameProvider$1.evaluate(TestNameProvider.java:45) 2022-07-07T17:55:16.4890554Z at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61) 2022-07-07T17:55:16.4891101Z at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 2022-07-07T17:55:16.4891705Z at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) 2022-07-07T17:55:16.4892306Z at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) 2022-07-07T17:55:16.4892901Z at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) 2022-07-07T17:55:16.4893525Z at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) 2022-07-07T17:55:16.4894166Z at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) 2022-07-07T17:55:16.4894712Z at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) 2022-07-07T17:55:16.4895267Z at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) 2022-07-07T17:55:16.4895913Z at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) 2022-07-07T17:55:16.4896468Z at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) 2022-07-07T17:55:16.4897105Z at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 2022-07-07T17:55:16.4897722Z at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 2022-07-07T17:55:16.4898385Z at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) 2022-07-07T17:55:16.4898967Z at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) 2022-07-07T17:55:16.4899507Z at org.junit.rules.RunRules.evaluate(RunRules.java:20) 2022-07-07T17:55:16.4900014Z at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) 2022-07-07T17:55:16.4900557Z at org.junit.runners.ParentRunner.run(ParentRunner.java:413) 2022-07-07T17:55:16.4901061Z at org.junit.runner.JUnitCore.run(JUnitCore.java:137) 2022-07-07T17:55:16.4901555Z at org.junit.runner.JUnitCore.run(JUnitCore.java:115) 2022-07-07T17:55:16.4902127Z at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:42) 2022-07-07T17:55:16.4902780Z at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:80) 2022-07-07T17:55:16.4903409Z at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:72) 2022-07-07T17:55:16.4904156Z at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:107) 2022-07-07T17:55:16.4904915Z at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88) 2022-07-07T17:55:16.4905695Z at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54) 2022-07-07T17:55:16.4906427Z at org.junit.platform.launcher.core.EngineExecutionOrchestrator$$Lambda$200/1902430796.accept(Unknown Source) 2022-07-07T17:55:16.4907238Z at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67) 2022-07-07T17:55:16.4908039Z at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52) 2022-07-07T17:55:16.4908719Z at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114) 2022-07-07T17:55:16.4909362Z at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86) 2022-07-07T17:55:16.4910081Z at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86) 2022-07-07T17:55:16.4910837Z at org.junit.platform.launcher.core.SessionPerRequestLauncher.execute(SessionPerRequestLauncher.java:53) 2022-07-07T17:55:16.4911572Z at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:188) 2022-07-07T17:55:16.4912342Z at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:154) 2022-07-07T17:55:16.4913098Z at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:124) 2022-07-07T17:55:16.4913845Z at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428) 2022-07-07T17:55:16.4914491Z at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) 2022-07-07T17:55:16.4915098Z at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562) 2022-07-07T17:55:16.4915692Z at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548) {code} https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=37848&view=logs&j=aa18c3f6-13b8-5f58-86bb-c1cffb239496&t=502fb6c0-30a2-5e49-c5c2-a00fa3acb203 -- This message was sent by Atlassian Jira (v8.20.10#820010)