[jira] [Created] (FLINK-25139) Shaded Hadoop S3A with credentials provider failed on azure

2021-12-01 Thread Yun Gao (Jira)
Yun Gao created FLINK-25139:
---

 Summary: Shaded Hadoop S3A with credentials provider failed on 
azure
 Key: FLINK-25139
 URL: https://issues.apache.org/jira/browse/FLINK-25139
 Project: Flink
  Issue Type: Bug
  Components: FileSystems
Affects Versions: 1.13.3
Reporter: Yun Gao


{code:java}
Dec 01 19:33:39 at 
org.apache.hadoop.fs.s3a.S3AFileSystem.getObjectMetadata(S3AFileSystem.java:1232)
 ~[?:?]
Dec 01 19:33:39 at 
org.apache.hadoop.fs.s3a.S3AFileSystem.s3GetFileStatus(S3AFileSystem.java:2169) 
~[?:?]
Dec 01 19:33:39 at 
org.apache.hadoop.fs.s3a.S3AFileSystem.innerGetFileStatus(S3AFileSystem.java:2149)
 ~[?:?]
Dec 01 19:33:39 at 
org.apache.hadoop.fs.s3a.S3AFileSystem.getFileStatus(S3AFileSystem.java:2088) 
~[?:?]
Dec 01 19:33:39 at 
org.apache.hadoop.fs.FileSystem.exists(FileSystem.java:1734) ~[?:?]
Dec 01 19:33:39 at 
org.apache.hadoop.fs.s3a.S3AFileSystem.exists(S3AFileSystem.java:2970) ~[?:?]
Dec 01 19:33:39 at 
org.apache.flink.fs.s3hadoop.common.HadoopFileSystem.exists(HadoopFileSystem.java:165)
 ~[?:?]
Dec 01 19:33:39 at 
org.apache.flink.core.fs.PluginFileSystemFactory$ClassLoaderFixingFileSystem.exists(PluginFileSystemFactory.java:148)
 ~[flink-dist_2.11-1.13-SNAPSHOT.jar:1.13-SNAPSHOT]
Dec 01 19:33:39 at 
org.apache.flink.core.fs.FileSystem.initOutPathDistFS(FileSystem.java:984) 
~[flink-dist_2.11-1.13-SNAPSHOT.jar:1.13-SNAPSHOT]
Dec 01 19:33:39 at 
org.apache.flink.api.common.io.FileOutputFormat.initializeGlobal(FileOutputFormat.java:299)
 ~[flink-dist_2.11-1.13-SNAPSHOT.jar:1.13-SNAPSHOT]
Dec 01 19:33:39 at 
org.apache.flink.runtime.jobgraph.InputOutputFormatVertex.initializeOnMaster(InputOutputFormatVertex.java:110)
 ~[flink-dist_2.11-1.13-SNAPSHOT.jar:1.13-SNAPSHOT]
Dec 01 19:33:39 at 
org.apache.flink.runtime.executiongraph.DefaultExecutionGraphBuilder.buildGraph(DefaultExecutionGraphBuilder.java:174)
 ~[flink-dist_2.11-1.13-SNAPSHOT.jar:1.13-SNAPSHOT]
Dec 01 19:33:39 at 
org.apache.flink.runtime.scheduler.DefaultExecutionGraphFactory.createAndRestoreExecutionGraph(DefaultExecutionGraphFactory.java:107)
 ~[flink-dist_2.11-1.13-SNAPSHOT.jar:1.13-SNAPSHOT]
Dec 01 19:33:39 at 
org.apache.flink.runtime.scheduler.SchedulerBase.createAndRestoreExecutionGraph(SchedulerBase.java:342)
 ~[flink-dist_2.11-1.13-SNAPSHOT.jar:1.13-SNAPSHOT]
Dec 01 19:33:39 at 
org.apache.flink.runtime.scheduler.SchedulerBase.(SchedulerBase.java:190) 
~[flink-dist_2.11-1.13-SNAPSHOT.jar:1.13-SNAPSHOT]
Dec 01 19:33:39 at 
org.apache.flink.runtime.scheduler.DefaultScheduler.(DefaultScheduler.java:122)
 ~[flink-dist_2.11-1.13-SNAPSHOT.jar:1.13-SNAPSHOT]
Dec 01 19:33:39 at 
org.apache.flink.runtime.scheduler.DefaultSchedulerFactory.createInstance(DefaultSchedulerFactory.java:132)
 ~[flink-dist_2.11-1.13-SNAPSHOT.jar:1.13-SNAPSHOT]
Dec 01 19:33:39 at 
org.apache.flink.runtime.jobmaster.DefaultSlotPoolServiceSchedulerFactory.createScheduler(DefaultSlotPoolServiceSchedulerFactory.java:110)
 ~[flink-dist_2.11-1.13-SNAPSHOT.jar:1.13-SNAPSHOT]
Dec 01 19:33:39 at 
org.apache.flink.runtime.jobmaster.JobMaster.createScheduler(JobMaster.java:340)
 ~[flink-dist_2.11-1.13-SNAPSHOT.jar:1.13-SNAPSHOT]
Dec 01 19:33:39 at 
org.apache.flink.runtime.jobmaster.JobMaster.(JobMaster.java:317) 
~[flink-dist_2.11-1.13-SNAPSHOT.jar:1.13-SNAPSHOT]
Dec 01 19:33:39 at 
org.apache.flink.runtime.jobmaster.factories.DefaultJobMasterServiceFactory.internalCreateJobMasterService(DefaultJobMasterServiceFactory.java:107)
 ~[flink-dist_2.11-1.13-SNAPSHOT.jar:1.13-SNAPSHOT]
Dec 01 19:33:39 at 
org.apache.flink.runtime.jobmaster.factories.DefaultJobMasterServiceFactory.lambda$createJobMasterService$0(DefaultJobMasterServiceFactory.java:95)
 ~[flink-dist_2.11-1.13-SNAPSHOT.jar:1.13-SNAPSHOT]
Dec 01 19:33:39 at 
org.apache.flink.util.function.FunctionUtils.lambda$uncheckedSupplier$4(FunctionUtils.java:112)
 ~[flink-dist_2.11-1.13-SNAPSHOT.jar:1.13-SNAPSHOT]
Dec 01 19:33:39 at 
java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1604)
 ~[?:1.8.0_292]
Dec 01 19:33:39 at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) 
~[?:1.8.0_292]
Dec 01 19:33:39 at 
java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_292]
Dec 01 19:33:39 at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
 ~[?:1.8.0_292]
Dec 01 19:33:39 at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
 ~[?:1.8.0_292]
Dec 01 19:33:39 at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) 
~[?:1.8.0_292]
Dec 01 19:33:39 at

[jira] [Created] (FLINK-25140) Streaming File Sink s3 end-to-end test failed due to job has not started within a timeout of 10 sec

2021-12-01 Thread Yun Gao (Jira)
Yun Gao created FLINK-25140:
---

 Summary: Streaming File Sink s3 end-to-end test failed due to job 
has not started within a timeout of 10 sec
 Key: FLINK-25140
 URL: https://issues.apache.org/jira/browse/FLINK-25140
 Project: Flink
  Issue Type: Bug
  Components: Connectors / FileSystem
Affects Versions: 1.13.3
Reporter: Yun Gao


{code:java}
Dec 01 19:06:38 Starting taskexecutor daemon on host fv-az26-327.
Dec 01 19:06:38 Submitting job.
Dec 01 19:06:54 Job (62f9a00856309492574699642574071c) is not yet running.
Dec 01 19:06:57 Job (62f9a00856309492574699642574071c) is not yet running.
Dec 01 19:07:00 Job (62f9a00856309492574699642574071c) is not yet running.
Dec 01 19:07:03 Job (62f9a00856309492574699642574071c) is not yet running.
Dec 01 19:07:06 Job (62f9a00856309492574699642574071c) is not yet running.
Dec 01 19:07:09 Job (62f9a00856309492574699642574071c) is not yet running.
Dec 01 19:07:12 Job (62f9a00856309492574699642574071c) is not yet running.
Dec 01 19:07:15 Job (62f9a00856309492574699642574071c) is not yet running.
Dec 01 19:07:18 Job (62f9a00856309492574699642574071c) is not yet running.
Dec 01 19:07:21 Job (62f9a00856309492574699642574071c) is not yet running.
Dec 01 19:07:22 Job (62f9a00856309492574699642574071c) has not started within a 
timeout of 10 sec
Dec 01 19:07:22 Stopping job timeout watchdog (with pid=401626)
 {code}
https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=27382&view=logs&j=c88eea3b-64a0-564d-0031-9fdcd7b8abee&t=ff888d9b-cd34-53cc-d90f-3e446d355529&l=12560



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Created] (FLINK-25150) org.apache.flink.connector.file.src.reader.TextLineInputFormat.createReader failed due to violate ApiAnnotationRules

2021-12-02 Thread Yun Gao (Jira)
Yun Gao created FLINK-25150:
---

 Summary: 
org.apache.flink.connector.file.src.reader.TextLineInputFormat.createReader 
failed due to violate ApiAnnotationRules
 Key: FLINK-25150
 URL: https://issues.apache.org/jira/browse/FLINK-25150
 Project: Flink
  Issue Type: Bug
  Components: API / DataStream
Reporter: Yun Gao


{code:java}
021-12-02T21:44:11.4722598Z Dec 02 21:44:11 [ERROR] Tests run: 4, Failures: 1, 
Errors: 0, Skipped: 0, Time elapsed: 38.799 s <<< FAILURE! - in 
org.apache.flink.architecture.rules.ApiAnnotationRules
2021-12-02T21:44:11.4724167Z Dec 02 21:44:11 [ERROR] 
ApiAnnotationRules.PUBLIC_EVOLVING_API_METHODS_USE_ONLY_PUBLIC_EVOLVING_API_TYPES
  Time elapsed: 0.231 s  <<< FAILURE!
2021-12-02T21:44:11.4725222Z Dec 02 21:44:11 java.lang.AssertionError: 
2021-12-02T21:44:11.4726849Z Dec 02 21:44:11 Architecture Violation [Priority: 
MEDIUM] - Rule 'Return and argument types of methods annotated with 
@PublicEvolving must be annotated with @Public(Evolving).' was violated (2 
times):
2021-12-02T21:44:11.4730100Z Dec 02 21:44:11 
org.apache.flink.connector.file.src.reader.TextLineInputFormat.createReader(org.apache.flink.configuration.Configuration,
 org.apache.flink.core.fs.FSDataInputStream): Returned leaf type 
org.apache.flink.connector.file.src.reader.StreamFormat$Reader does not 
satisfy: reside outside of package 'org.apache.flink..' or annotated with 
@Public or annotated with @PublicEvolving or annotated with @Deprecated
2021-12-02T21:44:11.4734006Z Dec 02 21:44:11 
org.apache.flink.connector.file.src.reader.TextLineInputFormat.createReader(org.apache.flink.configuration.Configuration,
 org.apache.flink.core.fs.FSDataInputStream): Returned leaf type 
org.apache.flink.connector.file.src.reader.TextLineInputFormat$Reader does not 
satisfy: reside outside of package 'org.apache.flink..' or annotated with 
@Public or annotated with @PublicEvolving or annotated with @Deprecated
2021-12-02T21:44:11.4736377Z Dec 02 21:44:11at 
com.tngtech.archunit.lang.ArchRule$Assertions.assertNoViolation(ArchRule.java:94)
2021-12-02T21:44:11.4737400Z Dec 02 21:44:11at 
com.tngtech.archunit.lang.ArchRule$Assertions.check(ArchRule.java:82)
2021-12-02T21:44:11.4738529Z Dec 02 21:44:11at 
com.tngtech.archunit.library.freeze.FreezingArchRule.check(FreezingArchRule.java:96)
2021-12-02T21:44:11.4739712Z Dec 02 21:44:11at 
com.tngtech.archunit.junit.ArchUnitTestDescriptor$ArchUnitRuleDescriptor.execute(ArchUnitTestDescriptor.java:159)
2021-12-02T21:44:11.4740983Z Dec 02 21:44:11at 
com.tngtech.archunit.junit.ArchUnitTestDescriptor$ArchUnitRuleDescriptor.execute(ArchUnitTestDescriptor.java:142)
2021-12-02T21:44:11.4742309Z Dec 02 21:44:11at 
org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
2021-12-02T21:44:11.4743532Z Dec 02 21:44:11at 
org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
2021-12-02T21:44:11.4744736Z Dec 02 21:44:11at 
org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
2021-12-02T21:44:11.4745846Z Dec 02 21:44:11at 
org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
2021-12-02T21:44:11.4747137Z Dec 02 21:44:11at 
org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
2021-12-02T21:44:11.4748480Z Dec 02 21:44:11at 
org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
2021-12-02T21:44:11.4749659Z Dec 02 21:44:11at 
org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
2021-12-02T21:44:11.4750777Z Dec 02 21:44:11at 
org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
2021-12-02T21:44:11.4751822Z Dec 02 21:44:11at 
java.util.ArrayList.forEach(ArrayList.java:1259)
2021-12-02T21:44:11.4752983Z Dec 02 21:44:11at 
org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
2021-12-02T21:44:11.4754345Z Dec 02 21:44:11at 
org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
2021-12-02T21:44:11.470Z Dec 02 21:44:11at 
org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
2021-12-02T21:44:11.4756753Z Dec 02 21:44:11at 
org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
2021-12-02T21:44:11.4757869Z Dec 02 21:44:11at 
org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
20

[jira] [Created] (FLINK-25165) CassandraConnectorITCase.testCassandraPojoAtLeastOnceSink failed on azure

2021-12-04 Thread Yun Gao (Jira)
Yun Gao created FLINK-25165:
---

 Summary: CassandraConnectorITCase.testCassandraPojoAtLeastOnceSink 
failed on azure
 Key: FLINK-25165
 URL: https://issues.apache.org/jira/browse/FLINK-25165
 Project: Flink
  Issue Type: Bug
Reporter: Yun Gao


{code:java}
Dec 03 15:44:22 at 
io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:355)
Dec 03 15:44:22 at 
io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410)
Dec 03 15:44:22 at 
io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:377)
Dec 03 15:44:22 at 
io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:363)
Dec 03 15:44:22 at 
io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919)
Dec 03 15:44:22 at 
io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:792)
Dec 03 15:44:22 at 
io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:475)
Dec 03 15:44:22 at 
io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:378)
Dec 03 15:44:22 at 
io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989)
Dec 03 15:44:22 at 
io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
Dec 03 15:44:22 at java.lang.Thread.run(Thread.java:748)
Dec 03 15:44:22 Caused by: 
com.datastax.driver.core.exceptions.AlreadyExistsException: Table flink.test 
already exists
Dec 03 15:44:22 at 
com.datastax.driver.core.Responses$Error$1.decode(Responses.java:85)
Dec 03 15:44:22 at 
com.datastax.driver.core.Responses$Error$1.decode(Responses.java:37)
Dec 03 15:44:22 at 
com.datastax.driver.core.Message$ProtocolDecoder.decode(Message.java:266)
Dec 03 15:44:22 at 
com.datastax.driver.core.Message$ProtocolDecoder.decode(Message.java:246)
Dec 03 15:44:22 at 
io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:88)
Dec 03 15:44:22 ... 18 more
Dec 03 15:44:22 
Dec 03 15:44:24 [INFO] 
Dec 03 15:44:24 [INFO] Results:
Dec 03 15:44:24 [INFO] 
Dec 03 15:44:24 [ERROR] Errors: 
Dec 03 15:44:24 [ERROR]   
CassandraConnectorITCase.testCassandraPojoAtLeastOnceSink:469 » AlreadyExists 
...
Dec 03 15:44:24 [INFO] 
Dec 03 15:44:24 [ERROR] Tests run: 17, Failures: 0, Errors: 1, Skipped: 0
Dec 03 15:44:24 [INFO] 
 {code}
https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=27539&view=logs&j=d44f43ce-542c-597d-bf94-b0718c71e5e8&t=ed165f3f-d0f6-524b-5279-86f8ee7d0e2d&l=11550



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Created] (FLINK-25166) UpsertKafkaDynamicTableFactoryTest failed on azure

2021-12-04 Thread Yun Gao (Jira)
Yun Gao created FLINK-25166:
---

 Summary: UpsertKafkaDynamicTableFactoryTest failed on azure
 Key: FLINK-25166
 URL: https://issues.apache.org/jira/browse/FLINK-25166
 Project: Flink
  Issue Type: Bug
  Components: Connectors / Kafka
Affects Versions: 1.15.0
Reporter: Yun Gao


{code:java}
2021-12-04T01:23:22.9044771Z Dec 04 01:23:22 [ERROR] 
org.apache.flink.streaming.connectors.kafka.table.UpsertKafkaDynamicTableFactoryTest.testCreateSourceTableWithoutPK
  Time elapsed: 0.117 s  <<< FAILURE!
2021-12-04T01:23:22.9046338Z Dec 04 01:23:22 java.lang.AssertionError: 
2021-12-04T01:23:22.9047372Z Dec 04 01:23:22 
2021-12-04T01:23:22.9050240Z Dec 04 01:23:22 Expected: (an instance of 
org.apache.flink.table.api.ValidationException and Expected failure cause is 
)
2021-12-04T01:23:22.9054889Z Dec 04 01:23:22  but: Expected failure cause 
is  The throwable  does not contain the expected 
failure cause 
2021-12-04T01:23:22.9073152Z Dec 04 01:23:22 Stacktrace was: 
org.apache.flink.table.api.ValidationException: Unable to create a source for 
reading table 'default.default.t1'.
2021-12-04T01:23:22.9073787Z Dec 04 01:23:22 
2021-12-04T01:23:22.9074202Z Dec 04 01:23:22 Table options are:
2021-12-04T01:23:22.9074871Z Dec 04 01:23:22 
2021-12-04T01:23:22.9075467Z Dec 04 01:23:22 'connector'='upsert-kafka'
2021-12-04T01:23:22.9076416Z Dec 04 01:23:22 'key.format'='test-format'
2021-12-04T01:23:22.9077449Z Dec 04 01:23:22 
'key.test-format.changelog-mode'='I'
2021-12-04T01:23:22.9078047Z Dec 04 01:23:22 'key.test-format.delimiter'=','
2021-12-04T01:23:22.9078684Z Dec 04 01:23:22 
'key.test-format.fail-on-missing'='true'
2021-12-04T01:23:22.9079338Z Dec 04 01:23:22 
'properties.bootstrap.servers'='dummy'
2021-12-04T01:23:22.9079984Z Dec 04 01:23:22 'topic'='sourceTopic_1'
2021-12-04T01:23:22.9080573Z Dec 04 01:23:22 'value.format'='test-format'
2021-12-04T01:23:22.9081181Z Dec 04 01:23:22 
'value.test-format.changelog-mode'='I'
2021-12-04T01:23:22.9081869Z Dec 04 01:23:22 'value.test-format.delimiter'=','
2021-12-04T01:23:22.9082502Z Dec 04 01:23:22 
'value.test-format.fail-on-missing'='true'
2021-12-04T01:23:22.9083130Z Dec 04 01:23:22at 
org.apache.flink.table.factories.FactoryUtil.createDynamicTableSource(FactoryUtil.java:151)
2021-12-04T01:23:22.9084069Z Dec 04 01:23:22at 
org.apache.flink.table.factories.utils.FactoryMocks.createTableSource(FactoryMocks.java:58)
2021-12-04T01:23:22.9085335Z Dec 04 01:23:22at 
org.apache.flink.streaming.connectors.kafka.table.UpsertKafkaDynamicTableFactoryTest.testCreateSourceTableWithoutPK(UpsertKafkaDynamicTableFactoryTest.java:413)
2021-12-04T01:23:22.9087234Z Dec 04 01:23:22at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2021-12-04T01:23:22.9088432Z Dec 04 01:23:22at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
2021-12-04T01:23:22.9089635Z Dec 04 01:23:22at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2021-12-04T01:23:22.9090624Z Dec 04 01:23:22at 
java.base/java.lang.reflect.Method.invoke(Method.java:566)
2021-12-04T01:23:22.9091202Z Dec 04 01:23:22at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
2021-12-04T01:23:22.9092013Z Dec 04 01:23:22at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
2021-12-04T01:23:22.9092699Z Dec 04 01:23:22at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
2021-12-04T01:23:22.9093385Z Dec 04 01:23:22at 
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
2021-12-04T01:23:22.9094096Z Dec 04 01:23:22at 
org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258)
2021-12-04T01:23:22.9095110Z Dec 04 01:23:22at 
org.apache.flink.util.TestNameProvider$1.evaluate(TestNameProvider.java:45)
2021-12-04T01:23:22.9095817Z Dec 04 01:23:22at 
org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
2021-12-04T01:23:22.9096630Z Dec 04 01:23:22at 
org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
2021-12-04T01:23:22.9097273Z Dec 04 01:23:22at 
org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
2021-12-04T01:23:22.9097859Z Dec 04 01:23:22at 
org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
2021-12-04T01:23:22.9098505Z Dec 04 01:23:22at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
2021-12-04T01:23:22.9099176Z Dec 04 01:

[jira] [Created] (FLINK-25168) Azure failed due to unable to transfer maven artifacts

2021-12-05 Thread Yun Gao (Jira)
Yun Gao created FLINK-25168:
---

 Summary: Azure failed due to unable to transfer maven artifacts
 Key: FLINK-25168
 URL: https://issues.apache.org/jira/browse/FLINK-25168
 Project: Flink
  Issue Type: Bug
  Components: Build System / Azure Pipelines
Affects Versions: 1.13.3
Reporter: Yun Gao


{code:java}
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy (default-deploy) on 
project flink-tests: Failed to deploy artifacts: Could not transfer artifact 
org.apache.flink:flink-tests:jar:1.13-20211205.020632-728 from/to 
apache.snapshots.https 
(https://repository.apache.org/content/repositories/snapshots): Failed to 
transfer file: 
https://repository.apache.org/content/repositories/snapshots/org/apache/flink/flink-tests/1.13-SNAPSHOT/flink-tests-1.13-20211205.020632-728.jar.
 Return code is: 502, ReasonPhrase: Proxy Error. -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn  -rf :flink-tests
##[error]Bash exited with code '1'.
Finishing: Deploy maven snapshot
 {code}
https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=27560&view=logs&j=eca6b3a6-1600-56cc-916a-c549b3cde3ff&t=e9844b5e-5aa3-546b-6c3e-5395c7c0cac7&l=97156



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Created] (FLINK-25269) Quickstarts Scala nightly end-to-end test failed on azure due to could not connect to resource manager

2021-12-12 Thread Yun Gao (Jira)
Yun Gao created FLINK-25269:
---

 Summary: Quickstarts Scala nightly end-to-end test failed on azure 
due to could not connect to resource manager
 Key: FLINK-25269
 URL: https://issues.apache.org/jira/browse/FLINK-25269
 Project: Flink
  Issue Type: Bug
  Components: Runtime / Coordination
Affects Versions: 1.15.0
Reporter: Yun Gao


{code:java}
Dec 10 13:12:17 at akka.actor.Actor.aroundReceive(Actor.scala:537) 
[flink-rpc-akka_ae8961cc-571e-483d-b468-da652db90bb9.jar:1.15-SNAPSHOT]
Dec 10 13:12:17 at akka.actor.Actor.aroundReceive$(Actor.scala:535) 
[flink-rpc-akka_ae8961cc-571e-483d-b468-da652db90bb9.jar:1.15-SNAPSHOT]
Dec 10 13:12:17 at 
akka.actor.AbstractActor.aroundReceive(AbstractActor.scala:220) 
[flink-rpc-akka_ae8961cc-571e-483d-b468-da652db90bb9.jar:1.15-SNAPSHOT]
Dec 10 13:12:17 at 
akka.actor.ActorCell.receiveMessage(ActorCell.scala:580) 
[flink-rpc-akka_ae8961cc-571e-483d-b468-da652db90bb9.jar:1.15-SNAPSHOT]
Dec 10 13:12:17 at akka.actor.ActorCell.invoke(ActorCell.scala:548) 
[flink-rpc-akka_ae8961cc-571e-483d-b468-da652db90bb9.jar:1.15-SNAPSHOT]
Dec 10 13:12:17 at 
akka.dispatch.Mailbox.processMailbox(Mailbox.scala:270) 
[flink-rpc-akka_ae8961cc-571e-483d-b468-da652db90bb9.jar:1.15-SNAPSHOT]
Dec 10 13:12:17 at akka.dispatch.Mailbox.run(Mailbox.scala:231) 
[flink-rpc-akka_ae8961cc-571e-483d-b468-da652db90bb9.jar:1.15-SNAPSHOT]
Dec 10 13:12:17 at akka.dispatch.Mailbox.exec(Mailbox.scala:243) 
[flink-rpc-akka_ae8961cc-571e-483d-b468-da652db90bb9.jar:1.15-SNAPSHOT]
Dec 10 13:12:17 at 
java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) [?:1.8.0_292]
Dec 10 13:12:17 at 
java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) 
[?:1.8.0_292]
Dec 10 13:12:17 at 
java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) 
[?:1.8.0_292]
Dec 10 13:12:17 at 
java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:175) 
[?:1.8.0_292]
Dec 10 13:12:17 2021-12-10 13:12:07,296 INFO  
org.apache.flink.runtime.resourcemanager.StandaloneResourceManager [] - 
Starting the resource manager.
Dec 10 13:12:17 2021-12-10 13:12:09,426 INFO  
org.apache.flink.runtime.resourcemanager.StandaloneResourceManager [] - 
Registering TaskManager with ResourceID 10.1.0.79:35275-d26a40 
(akka.tcp://flink@10.1.0.79:35275/user/rpc/taskmanager_0) at ResourceManager
Dec 10 13:12:17 2021-12-10 13:12:09,496 INFO  
org.apache.flink.runtime.resourcemanager.StandaloneResourceManager [] - 
Registering TaskManager with ResourceID 10.1.0.79:35275-d26a40 
(akka.tcp://flink@10.1.0.79:35275/user/rpc/taskmanager_0) at ResourceManager
Dec 10 13:12:17 2021-12-10 13:12:13,189 INFO  
org.apache.flink.runtime.dispatcher.StandaloneDispatcher [] - Received 
JobGraph submission 'Elasticsearch7.x end to end sink test example' 
(effb86be1cfd961e947988200a724de7).
Dec 10 13:12:17 2021-12-10 13:12:13,190 INFO  
org.apache.flink.runtime.dispatcher.StandaloneDispatcher [] - Submitting 
job 'Elasticsearch7.x end to end sink test example' 
(effb86be1cfd961e947988200a724de7).
Dec 10 13:12:17 2021-12-10 13:12:13,225 INFO  
org.apache.flink.runtime.rpc.akka.AkkaRpcService [] - Starting RPC 
endpoint for org.apache.flink.runtime.jobmaster.JobMaster at 
akka://flink/user/rpc/jobmanager_2 .
Dec 10 13:12:17 2021-12-10 13:12:13,252 INFO  
org.apache.flink.runtime.jobmaster.JobMaster [] - Initializing 
job 'Elasticsearch7.x end to end sink test example' 
(effb86be1cfd961e947988200a724de7).
Dec 10 13:12:17 2021-12-10 13:12:13,324 INFO  
org.apache.flink.runtime.jobmaster.JobMaster [] - Using restart 
back off time strategy 
FixedDelayRestartBackoffTimeStrategy(maxNumberRestartAttempts=2147483647, 
backoffTimeMS=1000) for Elasticsearch7.x end to end sink test example 
(effb86be1cfd961e947988200a724de7).
Dec 10 13:12:17 2021-12-10 13:12:13,428 INFO  
org.apache.flink.runtime.jobmaster.JobMaster [] - Running 
initialization on master for job Elasticsearch7.x end to end sink test example 
(effb86be1cfd961e947988200a724de7).
 {code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Created] (FLINK-25270) Azure failed due to stopped hearing from agent AlibabaCI006-agent01

2021-12-12 Thread Yun Gao (Jira)
Yun Gao created FLINK-25270:
---

 Summary: Azure failed due to stopped hearing from agent 
AlibabaCI006-agent01
 Key: FLINK-25270
 URL: https://issues.apache.org/jira/browse/FLINK-25270
 Project: Flink
  Issue Type: Bug
  Components: Build System / Azure Pipelines
Affects Versions: 1.14.0
Reporter: Yun Gao


{code:java}
##[error]We stopped hearing from agent AlibabaCI006-agent01. Verify the agent 
machine is running and has a healthy network connection. Anything that 
terminates an agent process, starves it for CPU, or blocks its network access 
can cause this error. For more information, see: 
https://go.microsoft.com/fwlink/?linkid=846610
Started: 周六 at 下午1:37
Duration: <1s
 {code}
https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=27982&view=logs&j=f2b08047-82c3-520f-51ee-a30fd6254285



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Created] (FLINK-25271) ApplicationDispatcherBootstrapITCase. testDispatcherRecoversAfterLosingAndRegainingLeadership failed on azure

2021-12-12 Thread Yun Gao (Jira)
Yun Gao created FLINK-25271:
---

 Summary: ApplicationDispatcherBootstrapITCase. 
testDispatcherRecoversAfterLosingAndRegainingLeadership failed on azure
 Key: FLINK-25271
 URL: https://issues.apache.org/jira/browse/FLINK-25271
 Project: Flink
  Issue Type: Bug
  Components: Client / Job Submission
Affects Versions: 1.14.0
Reporter: Yun Gao


{code:java}
Dec 12 04:22:42 at 
org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:128)
Dec 12 04:22:42 at 
org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:150)
Dec 12 04:22:42 at 
org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:120)
Dec 12 04:22:42 at 
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
Dec 12 04:22:42 at 
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
Dec 12 04:22:42 at 
org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
Dec 12 04:22:42 at 
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
Dec 12 04:22:42 
Dec 12 04:22:42 [INFO] 
Dec 12 04:22:42 [INFO] Results:
Dec 12 04:22:42 [INFO] 
Dec 12 04:22:42 [ERROR] Errors: 
Dec 12 04:22:42 [ERROR]   
ApplicationDispatcherBootstrapITCase.testDispatcherRecoversAfterLosingAndRegainingLeadership:124->awaitJobStatus:135->lambda$awaitJobStatus$2:138
 » IllegalState
Dec 12 04:22:42 [INFO] 
Dec 12 04:22:42 [ERROR] Tests run: 3, Failures: 0, Errors: 1, Skipped: 0
Dec 12 04:22:42 [INFO] 
 {code}
https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=27993&view=logs&j=4d4a0d10-fca2-5507-8eed-c07f0bdf4887&t=7b25afdf-cc6c-566f-5459-359dc2585798&l=9350



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Created] (FLINK-25278) Azure failed due to unable to transfer jar from confluent maven repo

2021-12-13 Thread Yun Gao (Jira)
Yun Gao created FLINK-25278:
---

 Summary: Azure failed due to unable to transfer jar from confluent 
maven repo
 Key: FLINK-25278
 URL: https://issues.apache.org/jira/browse/FLINK-25278
 Project: Flink
  Issue Type: Bug
  Components: Build System / Azure Pipelines
Affects Versions: 1.13.3
Reporter: Yun Gao


{code:java}
Dec 12 00:46:45 [ERROR] Failed to execute goal on project 
flink-avro-confluent-registry: Could not resolve dependencies for project 
org.apache.flink:flink-avro-confluent-registry:jar:1.13-SNAPSHOT: Could not 
transfer artifact io.confluent:common-utils:jar:5.5.2 from/to confluent 
(https://packages.confluent.io/maven/): transfer failed for 
https://packages.confluent.io/maven/io/confluent/common-utils/5.5.2/common-utils-5.5.2.jar:
 Connection reset -> [Help 1]
Dec 12 00:46:45 [ERROR] 
Dec 12 00:46:45 [ERROR] To see the full stack trace of the errors, re-run Maven 
with the -e switch.
Dec 12 00:46:45 [ERROR] Re-run Maven using the -X switch to enable full debug 
logging.
Dec 12 00:46:45 [ERROR] 
Dec 12 00:46:45 [ERROR] For more information about the errors and possible 
solutions, please read the following articles:
Dec 12 00:46:45 [ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
Dec 12 00:46:45 [ERROR] 
Dec 12 00:46:45 [ERROR] After correcting the problems, you can resume the build 
with the command
Dec 12 00:46:45 [ERROR]   mvn  -rf :flink-avro-confluent-registry
 {code}
https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=27994&view=logs&j=a5ef94ef-68c2-57fd-3794-dc108ed1c495&t=9c1ddabe-d186-5a2c-5fcc-f3cafb3ec699&l=8812



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Created] (FLINK-25279) KafkaSourceLegacyITCase.testKeyValueSupport failed on azure due to topic already exists

2021-12-13 Thread Yun Gao (Jira)
Yun Gao created FLINK-25279:
---

 Summary: KafkaSourceLegacyITCase.testKeyValueSupport failed on 
azure due to topic already exists
 Key: FLINK-25279
 URL: https://issues.apache.org/jira/browse/FLINK-25279
 Project: Flink
  Issue Type: Bug
  Components: Connectors / Kafka
Affects Versions: 1.15.0
Reporter: Yun Gao


{code:java}
Dec 12 03:00:12 [ERROR] Failures: 
Dec 12 03:00:12 [ERROR]   
KafkaSourceLegacyITCase.testKeyValueSupport:58->KafkaConsumerTestBase.runKeyValueTest:1528->KafkaTestBase.createTestTopic:222
 Create test topic : keyvaluetest failed, 
org.apache.kafka.common.errors.TopicExistsException: Topic 'keyvaluetest' 
already exists.
Dec 12 03:00:12 [INFO] 
Dec 12 03:00:12 [ERROR] Tests run: 177, Failures: 1, Errors: 0, Skipped: 0
 {code}
https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=27995&view=logs&j=72d4811f-9f0d-5fd0-014a-0bc26b72b642&t=e424005a-b16e-540f-196d-da062cc19bdf&l=35697



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Created] (FLINK-25280) KafkaPartitionSplitReaderTest failed on azure due to Offsets out of range with no configured reset policy for partitions

2021-12-13 Thread Yun Gao (Jira)
Yun Gao created FLINK-25280:
---

 Summary: KafkaPartitionSplitReaderTest failed on azure due to 
Offsets out of range with no configured reset policy for partitions
 Key: FLINK-25280
 URL: https://issues.apache.org/jira/browse/FLINK-25280
 Project: Flink
  Issue Type: Bug
  Components: Connectors / Kafka
Affects Versions: 1.14.0
Reporter: Yun Gao


{code:java}
Dec 13 03:30:12 at 
org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84)
 Dec 13 03:30:12 at java.util.ArrayList.forEach(ArrayList.java:1259) Dec 13 
03:30:12 at 
org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38)
 Dec 13 03:30:12 at 
org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143)
 Dec 13 03:30:12 at 
org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
 Dec 13 03:30:12 at 
org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129)
 Dec 13 03:30:12 at 
org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) Dec 
13 03:30:12 at 
org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127)
 Dec 13 03:30:12 at 
org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
 Dec 13 03:30:12 at 
org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126)
 Dec 13 03:30:12 at 
org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84)
 Dec 13 03:30:12 at 
org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32)
 Dec 13 03:30:12 at 
org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
 Dec 13 03:30:12 at 
org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51)
 Dec 13 03:30:12 at 
org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:220)
 Dec 13 03:30:12 at 
org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$6(DefaultLauncher.java:188)
 Dec 13 03:30:12 at 
org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:202)
 Dec 13 03:30:12 at 
org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:181)
 Dec 13 03:30:12 at 
org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:128)
 Dec 13 03:30:12 at 
org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:150)
 Dec 13 03:30:12 at 
org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:124)
 Dec 13 03:30:12 at 
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
 Dec 13 03:30:12 at 
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
 Dec 13 03:30:12 at 
org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) 
Dec 13 03:30:12 at 
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) Dec 
13 03:30:12
{code}
[https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=28010&view=logs&j=c5612577-f1f7-5977-6ff6-7432788526f7&t=ffa8837a-b445-534e-cdf4-db364cf8235d&l=7010]

testNumBytesInCounter and testPendingRecordsGauge also failed.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Created] (FLINK-25281) Azure failed due to python tests "tox check failed"

2021-12-13 Thread Yun Gao (Jira)
Yun Gao created FLINK-25281:
---

 Summary: Azure failed due to python tests "tox check failed"
 Key: FLINK-25281
 URL: https://issues.apache.org/jira/browse/FLINK-25281
 Project: Flink
  Issue Type: Bug
  Components: API / Python, Build System / Azure Pipelines
Affects Versions: 1.14.0
Reporter: Yun Gao


{code:java}
Dec 13 03:03:08 pip_test_code.py success!
Dec 13 03:03:09 ___ summary 

Dec 13 03:03:09   py36-cython: commands succeeded
Dec 13 03:03:09 ERROR:   py37-cython: commands failed
Dec 13 03:03:09   py38-cython: commands succeeded
Dec 13 03:03:09 tox checks... [FAILED]
Dec 13 03:03:09 Process exited with EXIT CODE: 1.
Dec 13 03:03:09 Trying to KILL watchdog (2760).
/__w/1/s/tools/ci/watchdog.sh: line 100:  2760 Terminated  watchdog
Dec 13 03:03:09 Searching for .dump, .dumpstream and related files in '/__w/1/s'
The STDIO streams did not close within 10 seconds of the exit event from 
process '/bin/bash'. This may indicate a child process inherited the STDIO 
streams and has not yet exited.
##[error]Bash exited with code '1'.
Finishing: Test - python
 {code}
https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=28010&view=logs&j=bdd9ea51-4de2-506a-d4d9-f3930e4d2355&t=dd50312f-73b5-56b5-c172-4d81d03e2ef1&l=24236



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Created] (FLINK-25292) Azure failed due to unable to fetch some archives

2021-12-13 Thread Yun Gao (Jira)
Yun Gao created FLINK-25292:
---

 Summary: Azure failed due to unable to fetch some archives
 Key: FLINK-25292
 URL: https://issues.apache.org/jira/browse/FLINK-25292
 Project: Flink
  Issue Type: Bug
  Components: Build System / Azure Pipelines
Affects Versions: 1.13.3
Reporter: Yun Gao


{code:java}
/bin/bash --noprofile --norc /__w/_temp/ba0f8961-8595-4ace-b13f-d60e17df8803.sh
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  libio-pty-perl libipc-run-perl
Suggested packages:
  libtime-duration-perl libtimedate-perl
The following NEW packages will be installed:
  libio-pty-perl libipc-run-perl moreutils
0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
Need to get 177 kB of archives.
After this operation, 573 kB of additional disk space will be used.
Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 libio-pty-perl amd64 
1:1.08-1.1build1
  Could not connect to archive.ubuntu.com:80 (91.189.88.152), connection timed 
out [IP: 91.189.88.152 80]
Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 libipc-run-perl all 
0.94-1
  Unable to connect to archive.ubuntu.com:http: [IP: 91.189.88.152 80]
Err:3 http://archive.ubuntu.com/ubuntu xenial/universe amd64 moreutils amd64 
0.57-1
  Unable to connect to archive.ubuntu.com:http: [IP: 91.189.88.152 80]
E: Failed to fetch 
http://archive.ubuntu.com/ubuntu/pool/main/libi/libio-pty-perl/libio-pty-perl_1.08-1.1build1_amd64.deb
  Could not connect to archive.ubuntu.com:80 (91.189.88.152), connection timed 
out [IP: 91.189.88.152 80]

E: Failed to fetch 
http://archive.ubuntu.com/ubuntu/pool/main/libi/libipc-run-perl/libipc-run-perl_0.94-1_all.deb
  Unable to connect to archive.ubuntu.com:http: [IP: 91.189.88.152 80]

E: Failed to fetch 
http://archive.ubuntu.com/ubuntu/pool/universe/m/moreutils/moreutils_0.57-1_amd64.deb
  Unable to connect to archive.ubuntu.com:http: [IP: 91.189.88.152 80]

E: Unable to fetch some archives, maybe run apt-get update or try with 
--fix-missing?
Running command './tools/ci/test_controller.sh kafka/gelly' with a timeout of 
234 minutes.
./tools/azure-pipelines/uploading_watchdog.sh: line 76: ts: command not found
The STDIO streams did not close within 10 seconds of the exit event from 
process '/bin/bash'. This may indicate a child process inherited the STDIO 
streams and has not yet exited.
##[error]Bash exited with code '141'.
 {code}
https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=28064&view=logs&j=72d4811f-9f0d-5fd0-014a-0bc26b72b642&t=e424005a-b16e-540f-196d-da062cc19bdf&l=13



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Created] (FLINK-25305) Always wait for input channel state and result partition state get completed in AsyncRunnable

2021-12-14 Thread Yun Gao (Jira)
Yun Gao created FLINK-25305:
---

 Summary: Always wait for input channel state and result partition 
state get completed in AsyncRunnable
 Key: FLINK-25305
 URL: https://issues.apache.org/jira/browse/FLINK-25305
 Project: Flink
  Issue Type: Sub-task
  Components: Runtime / Checkpointing
Affects Versions: 1.15.0
Reporter: Yun Gao


 
{code:java}
29245 [jobmanager-io-thread-12] INFO  
org.apache.flink.runtime.checkpoint.CheckpointCoordinator [] - Decline 
checkpoint 16 by task 07fea3eb73acb4898317b4aa2c9fea30 of job 
da6de908107aa847cde5e9e0beb4812b at 064277c9-73dc-4bf2-8729-91ab16bbe8c6 @ 
localhost (dataPort=-1).org.apache.flink.util.SerializedThrowable: Asynchronous 
task checkpoint failed.
    at 
org.apache.flink.streaming.runtime.tasks.AsyncCheckpointRunnable.handleExecutionException(AsyncCheckpointRunnable.java:321)
 ~[classes/:?]
    at 
org.apache.flink.streaming.runtime.tasks.AsyncCheckpointRunnable.run(AsyncCheckpointRunnable.java:158)
 ~[classes/:?]
    at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) 
[?:1.8.0_271]
    at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 
[?:1.8.0_271]
    at java.lang.Thread.run(Thread.java:748) [?:1.8.0_271]
Caused by: org.apache.flink.util.SerializedThrowable: Could not materialize 
checkpoint 16 for operator keyed (1/5)#5.
    at 
org.apache.flink.streaming.runtime.tasks.AsyncCheckpointRunnable.handleExecutionException(AsyncCheckpointRunnable.java:299)
 ~[classes/:?]
    ... 4 more
Caused by: org.apache.flink.util.SerializedThrowable
    at org.apache.flink.util.Preconditions.checkState(Preconditions.java:177) 
~[classes/:?]
    at 
org.apache.flink.util.Preconditions.checkCompletedNormally(Preconditions.java:261)
 ~[classes/:?]
    at 
org.apache.flink.util.concurrent.FutureUtils.checkStateAndGet(FutureUtils.java:1193)
 ~[classes/:?]
    at 
org.apache.flink.runtime.checkpoint.CheckpointMetricsBuilder.build(CheckpointMetricsBuilder.java:133)
 ~[classes/:?]
    at 
org.apache.flink.streaming.runtime.tasks.AsyncCheckpointRunnable.reportCompletedSnapshotStates(AsyncCheckpointRunnable.java:248)
 ~[classes/:?]
    at 
org.apache.flink.streaming.runtime.tasks.AsyncCheckpointRunnable.run(AsyncCheckpointRunnable.java:139)
 ~[classes/:?]
    ... 3 more
 {code}
 


When both unaligned checkpoint and final checkpoint is enabled, some 
checkpoints would fail due to the above exception at the async phase, 
indicating that the checkpoint metric futures are not fully fulfilled. 

The exception should be caused by when the operator get closed at first run, or 
a task is restored with previously fully finished, when taking checkpoint, we 
would skip snapshotting the state of the operators. Specially, we would also 
not includes the InputChannelStates and the ResultPartitionState attached to 
the operator. Then with unaligned checkpoint, there would be the following bad 
case:

1. The task received the first barrier.
2. With the process of unaligned checkpoint, the task would snapshot the state 
of the operators.
3. The checkpoint would start the asynchronous part.
4. Normally in the asynchronous part, it would wait till all the state futures 
get done, including the channel states and result partition states. With this 
method, it ensures the asynchronous part would wait till the last barrier 
arrived. But when we have closed operators and fully finished tasks, the 
situation is broken.
5. Then the asynchronous part would fail since when it try to build the 
CheckpointMetrics, the alignment for this checkpoint is in fact not done yet.

 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Created] (FLINK-25306) Flink CLI end-to-end test timeout on azure

2021-12-14 Thread Yun Gao (Jira)
Yun Gao created FLINK-25306:
---

 Summary: Flink CLI end-to-end test timeout on azure
 Key: FLINK-25306
 URL: https://issues.apache.org/jira/browse/FLINK-25306
 Project: Flink
  Issue Type: Bug
  Components: Build System / Azure Pipelines, Client / Job Submission
Affects Versions: 1.15.0
Reporter: Yun Gao



{code:java}

Dec 14 02:14:48 Waiting for Dispatcher REST endpoint to come up...
Dec 14 02:16:59 Waiting for Dispatcher REST endpoint to come up...
Dec 14 02:19:10 Waiting for Dispatcher REST endpoint to come up...
Dec 14 02:21:21 Waiting for Dispatcher REST endpoint to come up...
Dec 14 02:23:32 Waiting for Dispatcher REST endpoint to come up...
Dec 14 02:25:43 Waiting for Dispatcher REST endpoint to come up...
Dec 14 02:27:54 Waiting for Dispatcher REST endpoint to come up...
Dec 14 02:30:05 Waiting for Dispatcher REST endpoint to come up...
Dec 14 02:32:16 Waiting for Dispatcher REST endpoint to come up...
Dec 14 02:34:27 Waiting for Dispatcher REST endpoint to come up...
Dec 14 02:36:38 Waiting for Dispatcher REST endpoint to come up...
Dec 14 02:38:49 Waiting for Dispatcher REST endpoint to come up...
Dec 14 02:41:01 Waiting for Dispatcher REST endpoint to come up...
Dec 14 02:43:12 Waiting for Dispatcher REST endpoint to come up...
Dec 14 02:45:23 Waiting for Dispatcher REST endpoint to come up...
Dec 14 02:47:34 Waiting for Dispatcher REST endpoint to come up...
Dec 14 02:49:45 Waiting for Dispatcher REST endpoint to come up...
Dec 14 02:49:46 Dispatcher REST endpoint has not started within a timeout of 30 
sec
Dec 14 02:49:46 [FAIL] Test script contains errors.
Dec 14 02:49:46 Checking for errors...
Dec 14 02:49:46 No errors in log files.
Dec 14 02:49:46 Checking for exceptions...
Dec 14 02:49:46 No exceptions in log files.
Dec 14 02:49:46 Checking for non-empty .out files...
Dec 14 02:49:46 No non-empty .out files.
Dec 14 02:49:46 
Dec 14 02:49:46 [FAIL] 'Flink CLI end-to-end test' failed after 65 minutes and 
35 seconds! Test exited with exit code 1
Dec 14 02:49:46 
02:49:46 ##[group]Environment Information
Dec 14 02:49:46 Searching for .dump, .dumpstream and related files in 
'/home/vsts/work/1/s'
dmesg: read kernel buffer failed: Operation not permitted
Dec 14 02:49:48 Stopping taskexecutor daemon (pid: 93858) on host fv-az231-497.
Dec 14 02:49:49 Stopping standalonesession daemon (pid: 93605) on host 
fv-az231-497.
The STDIO streams did not close within 10 seconds of the exit event from 
process '/usr/bin/bash'. This may indicate a child process inherited the STDIO 
streams and has not yet exited.
##[error]Bash exited with code '1'.
{code}

https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=28066&view=logs&j=2ffee335-fb12-54a6-1ba9-9610c8a56b81&t=ad628523-4b0b-5f7d-41f5-e8e2e6921343&l=108




--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Created] (FLINK-25307) Resuming Savepoint (hashmap, async, no parallelism change) end-to-end test timeout on azure

2021-12-14 Thread Yun Gao (Jira)
Yun Gao created FLINK-25307:
---

 Summary: Resuming Savepoint (hashmap, async, no parallelism 
change) end-to-end test timeout on azure
 Key: FLINK-25307
 URL: https://issues.apache.org/jira/browse/FLINK-25307
 Project: Flink
  Issue Type: Bug
  Components: Build System / Azure Pipelines, Runtime / Checkpointing
Affects Versions: 1.15.0
Reporter: Yun Gao



{code:java}
/home/vsts/work/1/s/flink-end-to-end-tests/test-scripts/common.sh: line 860: 
kill: (93166) - No such process
Dec 14 10:30:13 Stopping job timeout watchdog (with pid=93166)
Dec 14 10:30:13 [FAIL] Test script contains errors.
Dec 14 10:30:13 Checking for errors...
Dec 14 10:30:14 No errors in log files.
Dec 14 10:30:14 Checking for exceptions...
Dec 14 10:30:14 No exceptions in log files.
Dec 14 10:30:14 Checking for non-empty .out files...
Dec 14 10:30:14 No non-empty .out files.
Dec 14 10:30:14 
Dec 14 10:30:14 [FAIL] 'Resuming Savepoint (hashmap, async, no parallelism 
change) end-to-end test' failed after 15 minutes and 0 seconds! Test exited 
with exit code 1
Dec 14 10:30:14 
10:30:14 ##[group]Environment Information
Dec 14 10:30:15 Searching for .dump, .dumpstream and related files in 
'/home/vsts/work/1/s'
dmesg: read kernel buffer failed: Operation not permitted
Dec 14 10:30:16 Stopping taskexecutor daemon (pid: 93751) on host fv-az43-70.
Dec 14 10:30:17 Stopping standalonesession daemon (pid: 93500) on host 
fv-az43-70.
The STDIO streams did not close within 10 seconds of the exit event from 
process '/usr/bin/bash'. This may indicate a child process inherited the STDIO 
streams and has not yet exited.
##[error]Bash exited with code '1'.
Finishing: Run e2e tests

{code}

https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=28088&view=logs&j=bea52777-eaf8-5663-8482-18fbc3630e81&t=b2642e3a-5b86-574d-4c8a-f7e2842bfb14&l=79112



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Created] (FLINK-25317) ApplicationDispatcherBootstrapITCase blocked on azure

2021-12-14 Thread Yun Gao (Jira)
Yun Gao created FLINK-25317:
---

 Summary: ApplicationDispatcherBootstrapITCase blocked on azure
 Key: FLINK-25317
 URL: https://issues.apache.org/jira/browse/FLINK-25317
 Project: Flink
  Issue Type: Bug
  Components: Client / Job Submission
Affects Versions: 1.14.0
Reporter: Yun Gao



{code:java}

Dec 15 05:25:12 
Dec 15 05:25:12 "VM Thread" os_prio=0 tid=0x7f7b641bc000 nid=0x2543b 
runnable 
Dec 15 05:25:12 
Dec 15 05:25:12 "Gang worker#0 (Parallel GC Threads)" os_prio=0 
tid=0x7f7b64020800 nid=0x25428 runnable 
Dec 15 05:25:12 
Dec 15 05:25:12 "Gang worker#1 (Parallel GC Threads)" os_prio=0 
tid=0x7f7b64022000 nid=0x2542a runnable 
Dec 15 05:25:12 
Dec 15 05:25:12 "G1 Main Concurrent Mark GC Thread" os_prio=0 
tid=0x7f7b64046000 nid=0x25431 runnable 
Dec 15 05:25:12 
Dec 15 05:25:12 "Gang worker#0 (G1 Parallel Marking Threads)" os_prio=0 
tid=0x7f7b64048000 nid=0x25432 runnable 
Dec 15 05:25:12 
Dec 15 05:25:12 "G1 Concurrent Refinement Thread#0" os_prio=0 
tid=0x7f7b64028000 nid=0x25430 runnable 
Dec 15 05:25:12 
Dec 15 05:25:12 "G1 Concurrent Refinement Thread#1" os_prio=0 
tid=0x7f7b64026800 nid=0x2542e runnable 
Dec 15 05:25:12 
Dec 15 05:25:12 "G1 Concurrent Refinement Thread#2" os_prio=0 
tid=0x7f7b64024800 nid=0x2542b runnable 
Dec 15 05:25:12 
Dec 15 05:25:12 "VM Periodic Task Thread" os_prio=0 tid=0x7f7b64207800 
nid=0x25446 waiting on condition 
Dec 15 05:25:12 
Dec 15 05:25:12 JNI global references: 2194
Dec 15 05:25:12 

{code}

https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=28133&view=logs&j=4d4a0d10-fca2-5507-8eed-c07f0bdf4887&t=7b25afdf-cc6c-566f-5459-359dc2585798&l=9362



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Created] (FLINK-25319) Quickstarts Scala nightly end-to-end test failed due to akka rpc server failed to start

2021-12-15 Thread Yun Gao (Jira)
Yun Gao created FLINK-25319:
---

 Summary: Quickstarts Scala nightly end-to-end test failed due to 
akka rpc server failed to start
 Key: FLINK-25319
 URL: https://issues.apache.org/jira/browse/FLINK-25319
 Project: Flink
  Issue Type: Bug
  Components: Runtime / Coordination
Affects Versions: 1.15.0
Reporter: Yun Gao



{code:java}

Dec 14 17:36:15 at 
akka.dispatch.Mailbox.exec(Mailbox.scala:243) ~[?:?]
Dec 14 17:36:15 at 
java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) ~[?:1.8.0_292]
Dec 14 17:36:15 at 
java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) 
~[?:1.8.0_292]
Dec 14 17:36:15 at 
java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) 
~[?:1.8.0_292]
Dec 14 17:36:15 at 
java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:175) 
~[?:1.8.0_292]
Dec 14 17:36:15 Caused by: java.lang.NullPointerException
Dec 14 17:36:15 at 
org.apache.flink.runtime.rpc.RpcEndpoint.getAddress(RpcEndpoint.java:283) 
~[flink-dist-1.15-SNAPSHOT.jar:1.15-SNAPSHOT]
Dec 14 17:36:15 at 
org.apache.flink.runtime.rpc.akka.AkkaRpcActor.handleMessage(AkkaRpcActor.java:177)
 ~[?:?]
Dec 14 17:36:15 at 
akka.japi.pf.UnitCaseStatement.apply(CaseStatements.scala:24) ~[?:?]
Dec 14 17:36:15 at 
akka.japi.pf.UnitCaseStatement.apply(CaseStatements.scala:20) ~[?:?]
Dec 14 17:36:15 at 
scala.PartialFunction.applyOrElse(PartialFunction.scala:123) 
~[flink-scala_2.12-1.15-SNAPSHOT.jar:1.15-SNAPSHOT]
Dec 14 17:36:15 at 
scala.PartialFunction.applyOrElse$(PartialFunction.scala:122) 
~[flink-scala_2.12-1.15-SNAPSHOT.jar:1.15-SNAPSHOT]
Dec 14 17:36:15 at 
akka.japi.pf.UnitCaseStatement.applyOrElse(CaseStatements.scala:20) ~[?:?]
Dec 14 17:36:15 at 
scala.PartialFunction$OrElse.applyOrElse(PartialFunction.scala:171) 
~[flink-scala_2.12-1.15-SNAPSHOT.jar:1.15-SNAPSHOT]
Dec 14 17:36:15 at 
scala.PartialFunction$OrElse.applyOrElse(PartialFunction.scala:172) 
~[flink-scala_2.12-1.15-SNAPSHOT.jar:1.15-SNAPSHOT]
Dec 14 17:36:15 at 
scala.PartialFunction$OrElse.applyOrElse(PartialFunction.scala:172) 
~[flink-scala_2.12-1.15-SNAPSHOT.jar:1.15-SNAPSHOT]
Dec 14 17:36:15 at akka.actor.Actor.aroundReceive(Actor.scala:537) 
~[?:?]
Dec 14 17:36:15 at akka.actor.Actor.aroundReceive$(Actor.scala:535) 
~[?:?]
Dec 14 17:36:15 at 
akka.actor.AbstractActor.aroundReceive(AbstractActor.scala:220) ~[?:?]
Dec 14 17:36:15 at 
akka.actor.ActorCell.receiveMessage(ActorCell.scala:580) ~[?:?]
Dec 14 17:36:15 at akka.actor.ActorCell.invoke(ActorCell.scala:548) 
~[?:?]
Dec 14 17:36:15 at 
akka.dispatch.Mailbox.processMailbox(Mailbox.scala:270) ~[?:?]
Dec 14 17:36:15 at akka.dispatch.Mailbox.run(Mailbox.scala:231) ~[?:?]
Dec 14 17:36:15 at akka.dispatch.Mailbox.exec(Mailbox.scala:243) ~[?:?]
Dec 14 17:36:15 at 
java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) ~[?:1.8.0_292]
Dec 14 17:36:15 at 
java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) 
~[?:1.8.0_292]
Dec 14 17:36:15 at 
java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) 
~[?:1.8.0_292]
Dec 14 17:36:15 at 
java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:175) 
~[?:1.8.0_292]
Dec 14 17:36:15 2021-12-14 17:35:43,572 INFO  
org.apache.flink.runtime.entrypoint.ClusterEntrypoint[] - Shutting 
StandaloneSessionClusterEntrypoint down with application status UNKNOWN. 
Diagnostics Cluster entrypoint has been closed externally..
Dec 14 17:36:15 2021-12-14 17:35:43,582 INFO  
org.apache.flink.runtime.blob.BlobServer [] - Stopped BLOB 
server at 0.0.0.0:42449
Dec 14 17:36:15 2021-12-14 17:35:43,584 INFO  
org.apache.flink.runtime.dispatcher.DispatcherRestEndpoint   [] - Shutting down 
rest endpoint.
Dec 14 17:36:15 2021-12-14 17:35:40,722 INFO  
org.apache.flink.runtime.taskexecutor.TaskManagerRunner  [] - 

Dec 14 17:36:15 2021-12-14 17:35:40,724 INFO  
org.apache.flink.runtime.taskexecutor.TaskManagerRunner  [] -  
Preconfiguration: 
Dec 14 17:36:15 2021-12-14 17:35:40,724 INFO  
org.apache.flink.runtime.taskexecutor.TaskManagerRunner  [] - 

{code}

https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=28117&view=logs&j=af184cdd-c6d8-5084-0b69-7e9c67b35f7a&t=160c9ae5-96fd-516e-1c91-deb81f59292a&l=3955



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Created] (FLINK-25343) HBaseConnectorITCase.testTableSourceSinkWithDDL fail on azure

2021-12-16 Thread Yun Gao (Jira)
Yun Gao created FLINK-25343:
---

 Summary: HBaseConnectorITCase.testTableSourceSinkWithDDL fail on 
azure
 Key: FLINK-25343
 URL: https://issues.apache.org/jira/browse/FLINK-25343
 Project: Flink
  Issue Type: Bug
  Components: Connectors / HBase
Reporter: Yun Gao



{code:java}

Dec 15 16:54:20 at 
org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
Dec 15 16:54:20 at 
org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
Dec 15 16:54:20 at 
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
Dec 15 16:54:20 at 
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
Dec 15 16:54:20 at 
org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
Dec 15 16:54:20 at org.junit.rules.RunRules.evaluate(RunRules.java:20)
Dec 15 16:54:20 at 
org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
Dec 15 16:54:20 at 
org.junit.runners.ParentRunner.run(ParentRunner.java:413)
Dec 15 16:54:20 at 
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
Dec 15 16:54:20 at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
Dec 15 16:54:20 at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
Dec 15 16:54:20 at 
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
Dec 15 16:54:20 at 
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
Dec 15 16:54:20 at 
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
Dec 15 16:54:20 at 
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
Dec 15 16:54:20 
Dec 15 16:54:21 
Dec 15 16:54:21 Results :
Dec 15 16:54:21 
Dec 15 16:54:21 Failed tests: 
Dec 15 16:54:21   HBaseConnectorITCase.testTableSourceSinkWithDDL:371 
expected:<8> but was:<3>
Dec 15 16:54:21 
Dec 15 16:54:21 Tests run: 9, Failures: 1, Errors: 0, Skipped: 0
Dec 15 16:54:21 

{code}

https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=28204&view=logs&j=d44f43ce-542c-597d-bf94-b0718c71e5e8&t=ed165f3f-d0f6-524b-5279-86f8ee7d0e2d&l=12375



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Created] (FLINK-25358) New File Sink end-to-end test failed due to TM could not connect to RM

2021-12-16 Thread Yun Gao (Jira)
Yun Gao created FLINK-25358:
---

 Summary: New File Sink end-to-end test failed due to TM could not 
connect to RM
 Key: FLINK-25358
 URL: https://issues.apache.org/jira/browse/FLINK-25358
 Project: Flink
  Issue Type: Bug
  Components: Build System / Azure Pipelines, Runtime / Coordination
Affects Versions: 1.14.2
Reporter: Yun Gao



{code:java}
2021-12-16T16:53:21.8386046Z Dec 16 16:53:15 2021-12-16 16:39:16,946 INFO  
org.apache.flink.runtime.taskexecutor.DefaultJobLeaderService [] - Start job 
leader service.
2021-12-16T16:53:21.8386987Z Dec 16 16:53:15 2021-12-16 16:39:16,948 INFO  
org.apache.flink.runtime.filecache.FileCache [] - User file 
cache uses directory /tmp/flink-dist-cache-3a780c9f-c395-4355-b496-ade62a0757ad
2021-12-16T16:53:21.8388219Z Dec 16 16:53:15 2021-12-16 16:39:16,960 INFO  
org.apache.flink.runtime.taskexecutor.TaskExecutor   [] - Connecting to 
ResourceManager 
akka.ssl.tcp://flink@localhost:6123/user/rpc/resourcemanager_*().
2021-12-16T16:53:21.8389898Z Dec 16 16:53:15 2021-12-16 16:39:17,485 WARN  
akka.remote.EndpointReader   [] - Discarding 
inbound message to [Actor[akka://flink/temp/_user_rpc_resourcemanager_*$a]] in 
read-only association to [akka.ssl.tcp://flink@localhost:6123]. If this happens 
often you may consider using akka.remote.use-passive-connections=off or use 
Artery TCP.
2021-12-16T16:53:21.8391767Z Dec 16 16:53:15 2021-12-16 16:39:18,851 WARN  
akka.remote.EndpointReader   [] - Discarding 
inbound message to [Actor[akka://flink/user/rpc/taskmanager_0#-1901973634]] in 
read-only association to [akka.ssl.tcp://flink@localhost:6123]. If this happens 
often you may consider using akka.remote.use-passive-connections=off or use 
Artery TCP.
2021-12-16T16:53:21.8393631Z Dec 16 16:53:15 2021-12-16 16:39:20,374 WARN  
akka.remote.EndpointReader   [] - Discarding 
inbound message to [Actor[akka://flink/user/rpc/taskmanager_0#-1901973634]] in 
read-only association to [akka.ssl.tcp://flink@localhost:6123]. If this happens 
often you may consider using akka.remote.use-passive-connections=off or use 
Artery TCP.
2021-12-16T16:53:21.8395509Z Dec 16 16:53:15 2021-12-16 16:39:20,376 WARN  
akka.remote.EndpointReader   [] - Discarding 
inbound message to [Actor[akka://flink/user/rpc/taskmanager_0#-1901973634]] in 
read-only association to [akka.ssl.tcp://flink@localhost:6123]. If this happens 
often you may consider using akka.remote.use-passive-connections=off or use 
Artery TCP.
2021-12-16T16:53:21.8397548Z Dec 16 16:53:15 2021-12-16 16:39:27,018 INFO  
org.apache.flink.runtime.taskexecutor.TaskExecutor   [] - Could not 
resolve ResourceManager address 
akka.ssl.tcp://flink@localhost:***@localhost:6123/user/rpc/resourcemanager_*.
2021-12-16T16:53:21.8399173Z Dec 16 16:53:15 2021-12-16 16:39:28,864 WARN  
akka.remote.EndpointReader   [] - Discarding 
inbound message to [Actor[akka://flink/user/rpc/taskmanager_0#-1901973634]] in 
read-only association to [akka.ssl.tcp://flink@localhost:6123]. If this happens 
often you may consider using akka.remote.use-passive-connections=off or use 
Artery TCP.
2021-12-16T16:53:21.8401223Z Dec 16 16:53:15 2021-12-16 16:39:30,357 WARN  
akka.remote.EndpointReader   [] - Discarding 
inbound message to [Actor[akka://flink/user/rpc/taskmanager_0#-1901973634]] in 
read-only association to [akka.ssl.tcp://flink@localhost:6123]. If this happens 
often you may consider using akka.remote.use-passive-connections=off or use 
Artery TCP.
2021-12-16T16:53:21.8403087Z Dec 16 16:53:15 2021-12-16 16:39:37,036 WARN  
akka.remote.EndpointReader   [] - Discarding 
inbound message to [Actor[akka://flink/temp/_user_rpc_resourcemanager_*$b]] in 
read-only association to [akka.ssl.tcp://flink@localhost:6123]. If this happens 
often you may consider using akka.remote.use-passive-connections=off or use 
Artery TCP.
2021-12-16T16:53:21.8404956Z Dec 16 16:53:15 2021-12-16 16:39:38,886 WARN  
akka.remote.EndpointReader   [] - Discarding 
inbound message to [Actor[akka://flink/user/rpc/taskmanager_0#-1901973634]] in 
read-only association to [akka.ssl.tcp://flink@localhost:6123]. If this happens 
often you may consider using akka.remote.use-passive-connections=off or use 
Artery TCP.
2021-12-16T16:53:21.8406801Z Dec 16 16:53:15 2021-12-16 16:39:40,374 WARN  
akka.remote.EndpointReader   [] - Discarding 
inbound message to [Actor[akka://flink/user/rpc/taskmanager_0#-1901973634]] in 
read-only association to [akka.ssl.tcp://flink@localhost:6123]. If this happens 
often you may consider using akka.remote.use

[jira] [Created] (FLINK-25374) Azure pipeline get stalled on scanning project

2021-12-18 Thread Yun Gao (Jira)
Yun Gao created FLINK-25374:
---

 Summary: Azure pipeline get stalled on scanning project
 Key: FLINK-25374
 URL: https://issues.apache.org/jira/browse/FLINK-25374
 Project: Flink
  Issue Type: Bug
  Components: Build System / Azure Pipelines
Affects Versions: 1.14.2, 1.13.5, 1.15.0
Reporter: Yun Gao



{code:java}

Dec 18 02:16:03 
Dec 18 02:16:03 "GC task thread#14 (ParallelGC)" os_prio=0 
tid=0x7fbd48039800 nid=0x17a runnable 
Dec 18 02:16:03 
Dec 18 02:16:03 "GC task thread#15 (ParallelGC)" os_prio=0 
tid=0x7fbd4803b000 nid=0x17b runnable 
Dec 18 02:16:03 
Dec 18 02:16:03 "GC task thread#16 (ParallelGC)" os_prio=0 
tid=0x7fbd4803d000 nid=0x17c runnable 
Dec 18 02:16:03 
Dec 18 02:16:03 "GC task thread#17 (ParallelGC)" os_prio=0 
tid=0x7fbd4803e800 nid=0x17d runnable 
Dec 18 02:16:03 
Dec 18 02:16:03 "GC task thread#18 (ParallelGC)" os_prio=0 
tid=0x7fbd48040800 nid=0x17e runnable 
Dec 18 02:16:03 
Dec 18 02:16:03 "GC task thread#19 (ParallelGC)" os_prio=0 
tid=0x7fbd48042800 nid=0x17f runnable 
Dec 18 02:16:03 
Dec 18 02:16:03 "GC task thread#20 (ParallelGC)" os_prio=0 
tid=0x7fbd48044000 nid=0x180 runnable 
Dec 18 02:16:03 
Dec 18 02:16:03 "GC task thread#21 (ParallelGC)" os_prio=0 
tid=0x7fbd48046000 nid=0x181 runnable 
Dec 18 02:16:03 
Dec 18 02:16:03 "GC task thread#22 (ParallelGC)" os_prio=0 
tid=0x7fbd48047800 nid=0x182 runnable 
Dec 18 02:16:03 
Dec 18 02:16:03 "VM Periodic Task Thread" os_prio=0 tid=0x7fbd4810f000 
nid=0x197 waiting on condition 
Dec 18 02:16:03 
Dec 18 02:16:03 JNI global references: 16
Dec 18 02:16:03 
Dec 18 02:16:03 
==
Dec 18 02:16:03 Printing stack trace of Java process 857
Dec 18 02:16:03 
==
Picked up JAVA_TOOL_OPTIONS: -XX:+HeapDumpOnOutOfMemoryError
857: No such process
Dec 18 02:16:05 Killing process with pid=353 and all descendants
/__w/2/s/tools/ci/watchdog.sh: line 113:   353 Terminated  $cmd
Dec 18 02:16:05 Process exited with EXIT CODE: 143.
Dec 18 02:16:05 Trying to KILL watchdog (349).
Dec 18 02:16:05 
==
Dec 18 02:16:05 Compilation failure detected, skipping test execution.
Dec 18 02:16:05 
==
The STDIO streams did not close within 10 seconds of the exit event from 
process '/bin/bash'. This may indicate a child process inherited the STDIO 
streams and has not yet exited.
##[error]Bash exited with code '143'.
Finishing: Test - python

{code}

https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=28344&view=logs&j=9cada3cb-c1d3-5621-16da-0f718fb86602&t=c67e71ed-6451-5d26-8920-5a8cf9651901&l=170



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Created] (FLINK-25383) Skip waiting for the final checkpoint if the task do not contains 2-pc operators

2021-12-20 Thread Yun Gao (Jira)
Yun Gao created FLINK-25383:
---

 Summary: Skip waiting for the final checkpoint if the task do not 
contains 2-pc operators
 Key: FLINK-25383
 URL: https://issues.apache.org/jira/browse/FLINK-25383
 Project: Flink
  Issue Type: Sub-task
  Components: Runtime / Checkpointing
Reporter: Yun Gao






--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Created] (FLINK-25442) HBaseConnectorITCase.testTableSink failed on azure

2021-12-24 Thread Yun Gao (Jira)
Yun Gao created FLINK-25442:
---

 Summary: HBaseConnectorITCase.testTableSink failed on azure
 Key: FLINK-25442
 URL: https://issues.apache.org/jira/browse/FLINK-25442
 Project: Flink
  Issue Type: Bug
  Components: Connectors / HBase
Affects Versions: 1.14.2
Reporter: Yun Gao



{code:java}
Dec 24 00:48:54 Picked up JAVA_TOOL_OPTIONS: -XX:+HeapDumpOnOutOfMemoryError
Dec 24 00:48:54 OpenJDK 64-Bit Server VM warning: ignoring option 
MaxPermSize=128m; support was removed in 8.0
Dec 24 00:48:54 Running org.apache.flink.connector.hbase2.HBaseConnectorITCase
Dec 24 00:48:59 Formatting using clusterid: testClusterID
Dec 24 00:50:15 java.lang.ThreadGroup[name=PEWorkerGroup,maxpri=10]
Dec 24 00:50:15 Thread[HFileArchiver-8,5,PEWorkerGroup]
Dec 24 00:50:15 Thread[HFileArchiver-9,5,PEWorkerGroup]
Dec 24 00:50:15 Thread[HFileArchiver-10,5,PEWorkerGroup]
Dec 24 00:50:15 Thread[HFileArchiver-11,5,PEWorkerGroup]
Dec 24 00:50:15 Thread[HFileArchiver-12,5,PEWorkerGroup]
Dec 24 00:50:15 Thread[HFileArchiver-13,5,PEWorkerGroup]
Dec 24 00:50:16 Tests run: 9, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 
82.068 sec <<< FAILURE! - in 
org.apache.flink.connector.hbase2.HBaseConnectorITCase
Dec 24 00:50:16 
testTableSink(org.apache.flink.connector.hbase2.HBaseConnectorITCase)  Time 
elapsed: 8.534 sec  <<< FAILURE!
Dec 24 00:50:16 java.lang.AssertionError: expected:<8> but was:<5>
Dec 24 00:50:16 at org.junit.Assert.fail(Assert.java:89)
Dec 24 00:50:16 at org.junit.Assert.failNotEquals(Assert.java:835)
Dec 24 00:50:16 at org.junit.Assert.assertEquals(Assert.java:120)
Dec 24 00:50:16 at org.junit.Assert.assertEquals(Assert.java:146)
Dec 24 00:50:16 at 
org.apache.flink.connector.hbase2.HBaseConnectorITCase.testTableSink(HBaseConnectorITCase.java:291)
Dec 24 00:50:16 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
Dec 24 00:50:16 at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
Dec 24 00:50:16 at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
Dec 24 00:50:16 at java.lang.reflect.Method.invoke(Method.java:498)
Dec 24 00:50:16 at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
Dec 24 00:50:16 at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
Dec 24 00:50:16 at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
Dec 24 00:50:16 at 
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
Dec 24 00:50:16 at 
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
Dec 24 00:50:16 at 
org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
Dec 24 00:50:16 at 
org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
Dec 24 00:50:16 at 
org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
Dec 24 00:50:16 at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
Dec 24 00:50:16 at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
Dec 24 00:50:16 at 
org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
Dec 24 00:50:16 at 
org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
Dec 24 00:50:16 at 
org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
Dec 24 00:50:16 at 
org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)

{code}




--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Created] (FLINK-25448) TaskManagerRunnerTest.testShouldShutdownIfRegistrationWithJobManagerFails failed on azure

2021-12-26 Thread Yun Gao (Jira)
Yun Gao created FLINK-25448:
---

 Summary: 
TaskManagerRunnerTest.testShouldShutdownIfRegistrationWithJobManagerFails 
failed on azure
 Key: FLINK-25448
 URL: https://issues.apache.org/jira/browse/FLINK-25448
 Project: Flink
  Issue Type: Bug
  Components: Runtime / Coordination
Affects Versions: 1.14.2
Reporter: Yun Gao



{code:java}
Dec 25 01:36:58 [ERROR] Failures: 
Dec 25 01:36:58 [ERROR]   
TaskManagerRunnerTest.testShouldShutdownIfRegistrationWithJobManagerFails 
Multiple Failures (2 failures)
Dec 25 01:36:58 java.util.concurrent.CompletionException: 
java.util.concurrent.TimeoutException
Dec 25 01:36:58 java.util.concurrent.TimeoutException: 
Dec 25 01:36:58 [INFO] 
Dec 25 01:36:58 [ERROR] Tests run: 6035, Failures: 1, Errors: 0, Skipped: 97

{code}

https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=28588&view=logs&j=6bfdaf55-0c08-5e3f-a2d2-2a0285fd41cf&t=cb073eeb-41fa-5f93-7035-c175e0e49392&l=8009



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Created] (FLINK-25449) KafkaSourceITCase.testRedundantParallelism failed on azure

2021-12-26 Thread Yun Gao (Jira)
Yun Gao created FLINK-25449:
---

 Summary: KafkaSourceITCase.testRedundantParallelism failed on azure
 Key: FLINK-25449
 URL: https://issues.apache.org/jira/browse/FLINK-25449
 Project: Flink
  Issue Type: Bug
  Components: Connectors / Kafka
Affects Versions: 1.13.5
Reporter: Yun Gao



{code:java}
Dec 25 00:51:07 [ERROR] Tests run: 5, Failures: 1, Errors: 1, Skipped: 0, Time 
elapsed: 88.463 s <<< FAILURE! - in 
org.apache.flink.connector.kafka.source.KafkaSourceITCase
Dec 25 00:51:07 [ERROR] 
testRedundantParallelism(org.apache.flink.connector.kafka.source.KafkaSourceITCase)
  Time elapsed: 4.188 s  <<< ERROR!
Dec 25 00:51:07 org.apache.flink.runtime.client.JobExecutionException: Job 
execution failed.
Dec 25 00:51:07 at 
org.apache.flink.runtime.jobmaster.JobResult.toJobExecutionResult(JobResult.java:144)
Dec 25 00:51:07 at 
org.apache.flink.runtime.minicluster.MiniClusterJobClient.lambda$getJobExecutionResult$3(MiniClusterJobClient.java:137)
Dec 25 00:51:07 at 
java.util.concurrent.CompletableFuture.uniApply(CompletableFuture.java:616)
Dec 25 00:51:07 at 
java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:591)
Dec 25 00:51:07 at 
java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:488)
Dec 25 00:51:07 at 
java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:1975)
Dec 25 00:51:07 at 
org.apache.flink.runtime.rpc.akka.AkkaInvocationHandler.lambda$invokeRpc$0(AkkaInvocationHandler.java:237)
Dec 25 00:51:07 at 
java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:774)
Dec 25 00:51:07 at 
java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:750)
Dec 25 00:51:07 at 
java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:488)
Dec 25 00:51:07 at 
java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:1975)
Dec 25 00:51:07 at 
org.apache.flink.runtime.concurrent.FutureUtils$1.onComplete(FutureUtils.java:1081)
Dec 25 00:51:07 at akka.dispatch.OnComplete.internal(Future.scala:264)
Dec 25 00:51:07 at akka.dispatch.OnComplete.internal(Future.scala:261)
Dec 25 00:51:07 at 
akka.dispatch.japi$CallbackBridge.apply(Future.scala:191)
Dec 25 00:51:07 at 
akka.dispatch.japi$CallbackBridge.apply(Future.scala:188)
Dec 25 00:51:07 at 
scala.concurrent.impl.CallbackRunnable.run(Promise.scala:36)
Dec 25 00:51:07 at 
org.apache.flink.runtime.concurrent.Executors$DirectExecutionContext.execute(Executors.java:73)
Dec 25 00:51:07 at 
scala.concurrent.impl.CallbackRunnable.executeWithValue(Promise.scala:44)
Dec 25 00:51:07 at 
scala.concurrent.impl.Promise$DefaultPromise.tryComplete(Promise.scala:252)
Dec 25 00:51:07 at 
akka.pattern.PromiseActorRef.$bang(AskSupport.scala:572)
Dec 25 00:51:07 at 
akka.pattern.PipeToSupport$PipeableFuture$$anonfun$pipeTo$1.applyOrElse(PipeToSupport.scala:22)
Dec 25 00:51:07 at 
akka.pattern.PipeToSupport$PipeableFuture$$anonfun$pipeTo$1.applyOrElse(PipeToSupport.scala:21)
Dec 25 00:51:07 at 
scala.concurrent.Future$$anonfun$andThen$1.apply(Future.scala:436)
Dec 25 00:51:07 at 
scala.concurrent.Future$$anonfun$andThen$1.apply(Future.scala:435)
Dec 25 00:51:07 at 
scala.concurrent.impl.CallbackRunnable.run(Promise.scala:36)
Dec 25 00:51:07 at 
akka.dispatch.BatchingExecutor$AbstractBatch.processBatch(BatchingExecutor.scala:55)

{code}




--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Created] (FLINK-25450) JobMasterTest.testJobFailureWhenTaskExecutorHeartbeatTimeout is unstable on azure

2021-12-26 Thread Yun Gao (Jira)
Yun Gao created FLINK-25450:
---

 Summary: 
JobMasterTest.testJobFailureWhenTaskExecutorHeartbeatTimeout is unstable on 
azure
 Key: FLINK-25450
 URL: https://issues.apache.org/jira/browse/FLINK-25450
 Project: Flink
  Issue Type: Bug
  Components: Runtime / Coordination
Affects Versions: 1.15.0
Reporter: Yun Gao


{code:java}
Dec 25 03:59:33 [ERROR] Errors: 
Dec 25 03:59:33 [ERROR]   
JobMasterTest.testJobFailureWhenTaskExecutorHeartbeatTimeout:1747->runJobFailureWhenTaskExecutorTerminatesTest:1875
 » Execution
Dec 25 03:59:33 [INFO] 
Dec 25 03:59:33 [ERROR] Tests run: 5960, Failures: 0, Errors: 1, Skipped: 26
 {code}
https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=28590&view=logs&j=77a9d8e1-d610-59b3-fc2a-4766541e0e33&t=125e07e7-8de0-5c6c-a541-a567415af3ef&l=8610



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Created] (FLINK-25451) KafkaEnumeratorTest.testDiscoverPartitionsPeriodically failed on azure

2021-12-26 Thread Yun Gao (Jira)
Yun Gao created FLINK-25451:
---

 Summary: KafkaEnumeratorTest.testDiscoverPartitionsPeriodically 
failed on azure
 Key: FLINK-25451
 URL: https://issues.apache.org/jira/browse/FLINK-25451
 Project: Flink
  Issue Type: Bug
  Components: Connectors / Kafka
Reporter: Yun Gao
 Fix For: 1.15.0


{code:java}
Dec 25 04:38:34 [ERROR] Tests run: 10, Failures: 0, Errors: 1, Skipped: 0, Time 
elapsed: 58.393 s <<< FAILURE! - in 
org.apache.flink.connector.kafka.source.enumerator.KafkaEnumeratorTest
Dec 25 04:38:34 [ERROR] 
org.apache.flink.connector.kafka.source.enumerator.KafkaEnumeratorTest.testDiscoverPartitionsPeriodically
  Time elapsed: 30.01 s  <<< ERROR!
Dec 25 04:38:34 org.junit.runners.model.TestTimedOutException: test timed out 
after 3 milliseconds
Dec 25 04:38:34 at java.lang.Object.wait(Native Method)
Dec 25 04:38:34 at java.lang.Object.wait(Object.java:502)
Dec 25 04:38:34 at 
org.apache.kafka.common.internals.KafkaFutureImpl$SingleWaiter.await(KafkaFutureImpl.java:92)
Dec 25 04:38:34 at 
org.apache.kafka.common.internals.KafkaFutureImpl.get(KafkaFutureImpl.java:260)
Dec 25 04:38:34 at 
org.apache.flink.connector.kafka.source.enumerator.KafkaEnumeratorTest.testDiscoverPartitionsPeriodically(KafkaEnumeratorTest.java:221)
Dec 25 04:38:34 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
Dec 25 04:38:34 at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
Dec 25 04:38:34 at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
Dec 25 04:38:34 at java.lang.reflect.Method.invoke(Method.java:498)
Dec 25 04:38:34 at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
Dec 25 04:38:34 at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
Dec 25 04:38:34 at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
Dec 25 04:38:34 at 
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
Dec 25 04:38:34 at 
org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:299)
Dec 25 04:38:34 at 
org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:293)
Dec 25 04:38:34 at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
Dec 25 04:38:34 at java.lang.Thread.run(Thread.java:748)
Dec 25 04:38:34 
{code}
https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=28590&view=logs&j=b0097207-033c-5d9a-b48c-6d4796fbe60d&t=8338a7d2-16f7-52e5-f576-4b7b3071eb3d&l=6549



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Created] (FLINK-25452) FlinkKafkaProducerITCase.testRestoreUsingDifferentTransactionalIdPrefix failed on azure

2021-12-26 Thread Yun Gao (Jira)
Yun Gao created FLINK-25452:
---

 Summary: 
FlinkKafkaProducerITCase.testRestoreUsingDifferentTransactionalIdPrefix failed 
on azure
 Key: FLINK-25452
 URL: https://issues.apache.org/jira/browse/FLINK-25452
 Project: Flink
  Issue Type: Bug
  Components: Connectors / Kafka
Affects Versions: 1.14.2
Reporter: Yun Gao


{code:java}
Dec 26 02:12:38 [ERROR] testRestoreUsingDifferentTransactionalIdPrefix  Time 
elapsed: 12.293 s  <<< FAILURE!
Dec 26 02:12:38 java.lang.AssertionError: Expected elements: <[42, 44]>, but 
was: elements: <[42, 44, 42, 44, 42, 44, 42, 44]>
Dec 26 02:12:38 at org.junit.Assert.fail(Assert.java:89)
Dec 26 02:12:38 at 
org.apache.flink.streaming.connectors.kafka.KafkaTestBase.assertExactlyOnceForTopic(KafkaTestBase.java:331)
Dec 26 02:12:38 at 
org.apache.flink.streaming.connectors.kafka.FlinkKafkaProducerITCase.testRestoreUsingDifferentTransactionalIdPrefix(FlinkKafkaProducerITCase.java:719)
Dec 26 02:12:38 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
Dec 26 02:12:38 at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
Dec 26 02:12:38 at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
Dec 26 02:12:38 at java.lang.reflect.Method.invoke(Method.java:498)
Dec 26 02:12:38 at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
Dec 26 02:12:38 at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
Dec 26 02:12:38 at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
Dec 26 02:12:38 at 
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
Dec 26 02:12:38 at 
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
Dec 26 02:12:38 at 
org.apache.flink.testutils.junit.RetryRule$RetryOnFailureStatement.evaluate(RetryRule.java:135)
Dec 26 02:12:38 at 
org.apache.flink.util.TestNameProvider$1.evaluate(TestNameProvider.java:45)
Dec 26 02:12:38 at 
org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
Dec 26 02:12:38 at 
org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
Dec 26 02:12:38 at 
org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
Dec 26 02:12:38 at 
org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
Dec 26 02:12:38 at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
Dec 26 02:12:38 at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
Dec 26 02:12:38 at 
org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
Dec 26 02:12:38 at 
org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
Dec 26 02:12:38 at 
org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
Dec 26 02:12:38 at 
org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
Dec 26 02:12:38 at 
org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
Dec 26 02:12:38 at 
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
Dec 26 02:12:38 at 
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
Dec 26 02:12:38 at 
org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
Dec 26 02:12:38 at org.junit.rules.RunRules.evaluate(RunRules.java:20)
Dec 26 02:12:38 at 
org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
Dec 26 02:12:38 at 
org.junit.runners.ParentRunner.run(ParentRunner.java:413)
Dec 26 02:12:38 at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
Dec 26 02:12:38 at org.junit.runner.JUnitCore.run(JUnitCore.java:115)
{code}
https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=28592&view=logs&j=72d4811f-9f0d-5fd0-014a-0bc26b72b642&t=e424005a-b16e-540f-196d-da062cc19bdf&l=7300



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Created] (FLINK-25464) Python tests hangs on install dependencies

2021-12-27 Thread Yun Gao (Jira)
Yun Gao created FLINK-25464:
---

 Summary: Python tests hangs on install dependencies
 Key: FLINK-25464
 URL: https://issues.apache.org/jira/browse/FLINK-25464
 Project: Flink
  Issue Type: Bug
  Components: API / Python, Build System / Azure Pipelines
Affects Versions: 1.14.2
Reporter: Yun Gao


{code:java}
Dec 25 04:35:54 py38-cython create: /__w/1/s/flink-python/.tox/py38-cython
Dec 25 04:35:58 py38-cython installdeps: -rdev/dev-requirements.txt, pytest, 
apache-flink-libraries
Dec 25 04:51:00 
==
Dec 25 04:51:00 Process produced no output for 900 seconds.
Dec 25 04:51:00 
==
Dec 25 04:51:00 
==
Dec 25 04:51:00 The following Java processes are running (JPS)
Dec 25 04:51:00 
==
Picked up JAVA_TOOL_OPTIONS: -XX:+HeapDumpOnOutOfMemoryError
Dec 25 04:51:00 137834 Jps
Dec 25 04:51:00 
==
Dec 25 04:51:00 Printing stack trace of Java process 137834
Dec 25 04:51:00 
==
Picked up JAVA_TOOL_OPTIONS: -XX:+HeapDumpOnOutOfMemoryError
137834: No such process
Dec 25 04:51:00 Killing process with pid=725 and all descendants
./flink-python/dev/lint-python.sh: line 580:  2770 Terminated  
$TOX_PATH -c $FLINK_PYTHON_DIR/tox.ini --recreate 2>&1
  2771   | tee -a $LOG_FILE
/__w/1/s/tools/ci/watchdog.sh: line 113:   725 Terminated  $cmd
Dec 25 04:51:00 Process exited with EXIT CODE: 143.
Dec 25 04:51:00 Trying to KILL watchdog (720).
Dec 25 04:51:00 Searching for .dump, .dumpstream and related files in '/__w/1/s'
The STDIO streams did not close within 10 seconds of the exit event from 
process '/bin/bash'. This may indicate a child process inherited the STDIO 
streams and has not yet exited.
##[error]Bash exited with code '143'.
{code}
https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=28588&view=logs&j=821b528f-1eed-5598-a3b4-7f748b13f261&t=6bb545dd-772d-5d8c-f258-f5085fba3295&l=23407



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Created] (FLINK-25473) Azure pipeline failed due to stopped hearing from agent Azure Pipelines 11

2021-12-28 Thread Yun Gao (Jira)
Yun Gao created FLINK-25473:
---

 Summary: Azure pipeline failed due to stopped hearing from agent 
Azure Pipelines 11
 Key: FLINK-25473
 URL: https://issues.apache.org/jira/browse/FLINK-25473
 Project: Flink
  Issue Type: Bug
  Components: Build System / Azure Pipelines
Affects Versions: 1.15.0
Reporter: Yun Gao


{code:java}
##[error]We stopped hearing from agent Azure Pipelines 11. Verify the agent 
machine is running and has a healthy network connection. Anything that 
terminates an agent process, starves it for CPU, or blocks its network access 
can cause this error. For more information, see: 
https://go.microsoft.com/fwlink/?linkid=846610
,##[error]
Agent: Azure Pipelines 11
Started: Today at 下午12:44
Duration: 1h 41m 59s {code}
https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=28678&view=logs&j=a9db68b9-a7e0-54b6-0f98-010e0aff39e2



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Created] (FLINK-25490) Update the Chinese document related to final checkpoint

2021-12-30 Thread Yun Gao (Jira)
Yun Gao created FLINK-25490:
---

 Summary: Update the Chinese document related to final checkpoint
 Key: FLINK-25490
 URL: https://issues.apache.org/jira/browse/FLINK-25490
 Project: Flink
  Issue Type: Sub-task
  Components: Documentation, Runtime / Checkpointing
Affects Versions: 1.15.0
Reporter: Yun Gao
 Fix For: 1.15.0






--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Created] (FLINK-25496) ThreadDumpInfoTest.testComparedWithDefaultJDKImplemetation failed on azure

2021-12-30 Thread Yun Gao (Jira)
Yun Gao created FLINK-25496:
---

 Summary:  
ThreadDumpInfoTest.testComparedWithDefaultJDKImplemetation failed on azure
 Key: FLINK-25496
 URL: https://issues.apache.org/jira/browse/FLINK-25496
 Project: Flink
  Issue Type: Bug
  Components: Runtime / Task
Reporter: Yun Gao
 Fix For: 1.15.0


 
{code:java}
Dec 31 02:53:26 [ERROR] Failures: 
Dec 31 02:53:26 [ERROR]   
ThreadDumpInfoTest.testComparedWithDefaultJDKImplemetation:66 expected:<"main" 
[prio=5 ]Id=1 RUNNABLE
Dec 31 02:53:26 at ja...> but was:<"main" []Id=1 RUNNABLE
Dec 31 02:53:26 at ja...>
Dec 31 02:53:26 [INFO] 
Dec 31 02:53:26 [ERROR] Tests run: 5958, Failures: 1, Errors: 0, Skipped: 26
{code}
https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=28779&view=logs&j=b0a398c0-685b-599c-eb57-c8c2a771138e&t=747432ad-a576-5911-1e2a-68c6bedc248a&l=13859

 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Created] (FLINK-25498) FlinkKafkaProducerITCase. testRestoreToCheckpointAfterExceedingProducersPool failed on azure

2021-12-31 Thread Yun Gao (Jira)
Yun Gao created FLINK-25498:
---

 Summary: FlinkKafkaProducerITCase. 
testRestoreToCheckpointAfterExceedingProducersPool failed on azure
 Key: FLINK-25498
 URL: https://issues.apache.org/jira/browse/FLINK-25498
 Project: Flink
  Issue Type: Bug
  Components: kafka
Affects Versions: 1.14.2
Reporter: Yun Gao


{code:java}
2021-12-31T08:14:15.9176162Z Dec 31 08:14:15 [ERROR] 
testRestoreToCheckpointAfterExceedingProducersPool  Time elapsed: 74.087 s  <<< 
FAILURE!
2021-12-31T08:14:15.9176809Z Dec 31 08:14:15 java.lang.AssertionError: Expected 
elements: <[42]>, but was: elements: <[42, 42, 42, 42]>
2021-12-31T08:14:15.9177351Z Dec 31 08:14:15at 
org.junit.Assert.fail(Assert.java:89)
2021-12-31T08:14:15.9177963Z Dec 31 08:14:15at 
org.apache.flink.streaming.connectors.kafka.KafkaTestBase.assertExactlyOnceForTopic(KafkaTestBase.java:331)
2021-12-31T08:14:15.9183636Z Dec 31 08:14:15at 
org.apache.flink.streaming.connectors.kafka.FlinkKafkaProducerITCase.testRestoreToCheckpointAfterExceedingProducersPool(FlinkKafkaProducerITCase.java:159)
2021-12-31T08:14:15.9184980Z Dec 31 08:14:15at 
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2021-12-31T08:14:15.9185908Z Dec 31 08:14:15at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
2021-12-31T08:14:15.9186954Z Dec 31 08:14:15at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2021-12-31T08:14:15.9187888Z Dec 31 08:14:15at 
java.lang.reflect.Method.invoke(Method.java:498)
2021-12-31T08:14:15.9188819Z Dec 31 08:14:15at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
2021-12-31T08:14:15.9189826Z Dec 31 08:14:15at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
2021-12-31T08:14:15.9191068Z Dec 31 08:14:15at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
2021-12-31T08:14:15.9191923Z Dec 31 08:14:15at 
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
2021-12-31T08:14:15.9193167Z Dec 31 08:14:15at 
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
2021-12-31T08:14:15.9193891Z Dec 31 08:14:15at 
org.apache.flink.testutils.junit.RetryRule$RetryOnFailureStatement.evaluate(RetryRule.java:135)
2021-12-31T08:14:15.9194516Z Dec 31 08:14:15at 
org.apache.flink.util.TestNameProvider$1.evaluate(TestNameProvider.java:45)
2021-12-31T08:14:15.9195078Z Dec 31 08:14:15at 
org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
2021-12-31T08:14:15.9195616Z Dec 31 08:14:15at 
org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
2021-12-31T08:14:15.9196194Z Dec 31 08:14:15at 
org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
2021-12-31T08:14:15.9196762Z Dec 31 08:14:15at 
org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
2021-12-31T08:14:15.9197389Z Dec 31 08:14:15at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
2021-12-31T08:14:15.9197988Z Dec 31 08:14:15at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
2021-12-31T08:14:15.9198818Z Dec 31 08:14:15at 
org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
2021-12-31T08:14:15.9199544Z Dec 31 08:14:15at 
org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
2021-12-31T08:14:15.9200367Z Dec 31 08:14:15at 
org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
2021-12-31T08:14:15.9200914Z Dec 31 08:14:15at 
org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
2021-12-31T08:14:15.9201465Z Dec 31 08:14:15at 
org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
2021-12-31T08:14:15.9202369Z Dec 31 08:14:15at 
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
2021-12-31T08:14:15.9203399Z Dec 31 08:14:15at 
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
2021-12-31T08:14:15.9203973Z Dec 31 08:14:15at 
org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
2021-12-31T08:14:15.9204504Z Dec 31 08:14:15at 
org.junit.rules.RunRules.evaluate(RunRules.java:20)
2021-12-31T08:14:15.9205027Z Dec 31 08:14:15at 
org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
2021-12-31T08:14:15.9205549Z Dec 31 08:14:15at 
org.junit.runners.ParentRunner.run(ParentRunner.java:413)
2021-12-31T08:14:15.9206053Z Dec 31 08:14:15at 
org.junit.runner.JUnitCore.run(JUnitCore.java:137)
2021-12-31T08:14:15.9206540Z Dec 31 08:14:15at 
org.junit.runner.JUnitCore.run(JUnitCore.java:115)
2021-12-31T08:14:15.9207069Z Dec 31 08:14:15at 
org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.j

[jira] [Created] (FLINK-25500) ZooKeeperLeaderElectionITCase.testJobExecutionOnClusterWithLeaderChange failed on azure

2022-01-01 Thread Yun Gao (Jira)
Yun Gao created FLINK-25500:
---

 Summary: 
ZooKeeperLeaderElectionITCase.testJobExecutionOnClusterWithLeaderChange failed 
on azure
 Key: FLINK-25500
 URL: https://issues.apache.org/jira/browse/FLINK-25500
 Project: Flink
  Issue Type: Bug
  Components: Runtime / Coordination
Affects Versions: 1.15.0
Reporter: Yun Gao


{code:java}
2022-01-01T03:44:30.5377646Z Jan 01 03:44:30 [ERROR] 
org.apache.flink.test.runtime.leaderelection.ZooKeeperLeaderElectionITCase.testJobExecutionOnClusterWithLeaderChange
  Time elapsed: 38.081 s  <<< ERROR!
2022-01-01T03:44:30.5378624Z Jan 01 03:44:30 java.lang.IllegalStateException: 
MiniCluster is not yet running or has already been shut down.
2022-01-01T03:44:30.5379491Z Jan 01 03:44:30at 
org.apache.flink.util.Preconditions.checkState(Preconditions.java:193)
2022-01-01T03:44:30.5380458Z Jan 01 03:44:30at 
org.apache.flink.runtime.minicluster.MiniCluster.getDispatcherGatewayFuture(MiniCluster.java:923)
2022-01-01T03:44:30.5381367Z Jan 01 03:44:30at 
org.apache.flink.runtime.minicluster.TestingMiniCluster.getDispatcherGatewayFuture(TestingMiniCluster.java:118)
2022-01-01T03:44:30.5382348Z Jan 01 03:44:30at 
org.apache.flink.test.runtime.leaderelection.ZooKeeperLeaderElectionITCase.lambda$getNextLeadingDispatcherGateway$2(ZooKeeperLeaderElectionITCase.java:164)
2022-01-01T03:44:30.5383406Z Jan 01 03:44:30at 
org.apache.flink.runtime.testutils.CommonTestUtils.waitUntilCondition(CommonTestUtils.java:160)
2022-01-01T03:44:30.5384325Z Jan 01 03:44:30at 
org.apache.flink.runtime.testutils.CommonTestUtils.waitUntilCondition(CommonTestUtils.java:144)
2022-01-01T03:44:30.5385659Z Jan 01 03:44:30at 
org.apache.flink.test.runtime.leaderelection.ZooKeeperLeaderElectionITCase.getNextLeadingDispatcherGateway(ZooKeeperLeaderElectionITCase.java:161)
2022-01-01T03:44:30.5387074Z Jan 01 03:44:30at 
org.apache.flink.test.runtime.leaderelection.ZooKeeperLeaderElectionITCase.testJobExecutionOnClusterWithLeaderChange(ZooKeeperLeaderElectionITCase.java:122)
2022-01-01T03:44:30.5388228Z Jan 01 03:44:30at 
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2022-01-01T03:44:30.5388833Z Jan 01 03:44:30at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
2022-01-01T03:44:30.5389633Z Jan 01 03:44:30at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2022-01-01T03:44:30.5390265Z Jan 01 03:44:30at 
java.lang.reflect.Method.invoke(Method.java:498)
2022-01-01T03:44:30.5390833Z Jan 01 03:44:30at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
2022-01-01T03:44:30.5391733Z Jan 01 03:44:30at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
2022-01-01T03:44:30.5392700Z Jan 01 03:44:30at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
2022-01-01T03:44:30.5393689Z Jan 01 03:44:30at 
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
2022-01-01T03:44:30.5394266Z Jan 01 03:44:30at 
org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
2022-01-01T03:44:30.5394955Z Jan 01 03:44:30at 
org.apache.flink.util.TestNameProvider$1.evaluate(TestNameProvider.java:45)
2022-01-01T03:44:30.5395523Z Jan 01 03:44:30at 
org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
2022-01-01T03:44:30.5396061Z Jan 01 03:44:30at 
org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
2022-01-01T03:44:30.5396774Z Jan 01 03:44:30at 
org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
2022-01-01T03:44:30.5397354Z Jan 01 03:44:30at 
org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
2022-01-01T03:44:30.5397932Z Jan 01 03:44:30at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
2022-01-01T03:44:30.5398523Z Jan 01 03:44:30at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
2022-01-01T03:44:30.5399094Z Jan 01 03:44:30at 
org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
2022-01-01T03:44:30.5399632Z Jan 01 03:44:30at 
org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
2022-01-01T03:44:30.5400187Z Jan 01 03:44:30at 
org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
2022-01-01T03:44:30.5400729Z Jan 01 03:44:30at 
org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
2022-01-01T03:44:30.5401272Z Jan 01 03:44:30at 
org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
2022-01-01T03:44:30.5401835Z Jan 01 03:44:30at 
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
2022-01-01T03:44:30.5402493Z Jan 01 03:44:30at 
org.junit.internal.runners.statements.RunAfters

[jira] [Created] (FLINK-25501) npm ci hangs on azure

2022-01-01 Thread Yun Gao (Jira)
Yun Gao created FLINK-25501:
---

 Summary: npm ci hangs on azure
 Key: FLINK-25501
 URL: https://issues.apache.org/jira/browse/FLINK-25501
 Project: Flink
  Issue Type: Bug
  Components: Runtime / Web Frontend
Reporter: Yun Gao
 Fix For: 1.13.6


{code:java}
2022-01-01T00:08:29.3140259Z [INFO] 
2022-01-01T00:08:29.3141565Z [INFO] --- frontend-maven-plugin:1.6:npm (npm 
install) @ flink-runtime-web_2.11 ---
2022-01-01T00:08:29.3167736Z [INFO] Running 'npm ci --cache-max=0 --no-save' in 
/__w/1/s/flink-runtime-web/web-dashboard
2022-01-01T04:02:49.1063559Z ##[error]The operation was canceled.
2022-01-01T04:02:49.1077610Z ##[section]Finishing: Compile {code}
https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=28820&view=logs&j=946871de-358d-5815-3994-8175615bc253&t=e0240c62-4570-5d1c-51af-dd63d2093da1&l=3560



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Created] (FLINK-25583) [FLIP-191] Support compacting small files for FileSink

2022-01-09 Thread Yun Gao (Jira)
Yun Gao created FLINK-25583:
---

 Summary: [FLIP-191] Support compacting small files for FileSink
 Key: FLINK-25583
 URL: https://issues.apache.org/jira/browse/FLINK-25583
 Project: Flink
  Issue Type: New Feature
  Components: Connectors / FileSystem
Reporter: Yun Gao
 Fix For: 1.15.0


Based on the extended sink API 
(https://issues.apache.org/jira/browse/FLINK-2), now we could support 
compacting small files in FileSink. 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Created] (FLINK-25584) Azure failed on install node and npm for Flink : Runtime web

2022-01-09 Thread Yun Gao (Jira)
Yun Gao created FLINK-25584:
---

 Summary: Azure failed on install node and npm for Flink : Runtime 
web
 Key: FLINK-25584
 URL: https://issues.apache.org/jira/browse/FLINK-25584
 Project: Flink
  Issue Type: Bug
  Components: Build System / Azure Pipelines, Runtime / Web Frontend
Affects Versions: 1.15.0
Reporter: Yun Gao


{code:java}
[INFO] --- frontend-maven-plugin:1.11.0:install-node-and-npm (install node and 
npm) @ flink-runtime-web ---
[INFO] Installing node version v12.14.1
[INFO] Downloading 
https://nodejs.org/dist/v12.14.1/node-v12.14.1-linux-x64.tar.gz to 
/__w/1/.m2/repository/com/github/eirslett/node/12.14.1/node-12.14.1-linux-x64.tar.gz
[INFO] No proxies configured
[INFO] No proxy was configured, downloading directly
[INFO] 
[INFO] Reactor Summary:

[ERROR] Failed to execute goal 
com.github.eirslett:frontend-maven-plugin:1.11.0:install-node-and-npm (install 
node and npm) on project flink-runtime-web: Could not download Node.js: Could 
not download https://nodejs.org/dist/v12.14.1/node-v12.14.1-linux-x64.tar.gz: 
Remote host terminated the handshake: SSL peer shut down incorrectly -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn  -rf :flink-runtime-web
{code}

(The refactor summary is omitted)




--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Created] (FLINK-25585) JobManagerHAProcessFailureRecoveryITCase.testDispatcherProcessFailure failed on the azure

2022-01-09 Thread Yun Gao (Jira)
Yun Gao created FLINK-25585:
---

 Summary: 
JobManagerHAProcessFailureRecoveryITCase.testDispatcherProcessFailure failed on 
the azure
 Key: FLINK-25585
 URL: https://issues.apache.org/jira/browse/FLINK-25585
 Project: Flink
  Issue Type: Bug
  Components: Runtime / Coordination
Affects Versions: 1.14.2
Reporter: Yun Gao



{code:java}
2022-01-08T02:39:54.7103772Z Jan 08 02:39:54 [ERROR] Tests run: 2, Failures: 1, 
Errors: 0, Skipped: 0, Time elapsed: 349.282 s <<< FAILURE! - in 
org.apache.flink.test.recovery.JobManagerHAProcessFailureRecoveryITCase
2022-01-08T02:39:54.7105233Z Jan 08 02:39:54 [ERROR] 
testDispatcherProcessFailure[ExecutionMode BATCH]  Time elapsed: 302.006 s  <<< 
FAILURE!
2022-01-08T02:39:54.7106478Z Jan 08 02:39:54 java.lang.AssertionError: The 
program encountered a RuntimeException : 
java.util.concurrent.ExecutionException: java.lang.RuntimeException: Error 
while waiting for job to be initialized
2022-01-08T02:39:54.7107409Z Jan 08 02:39:54at 
org.junit.Assert.fail(Assert.java:89)
2022-01-08T02:39:54.7108084Z Jan 08 02:39:54at 
org.apache.flink.test.recovery.JobManagerHAProcessFailureRecoveryITCase.testDispatcherProcessFailure(JobManagerHAProcessFailureRecoveryITCase.java:383)
2022-01-08T02:39:54.7108952Z Jan 08 02:39:54at 
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2022-01-08T02:39:54.7109491Z Jan 08 02:39:54at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
2022-01-08T02:39:54.7110107Z Jan 08 02:39:54at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2022-01-08T02:39:54.7110772Z Jan 08 02:39:54at 
java.lang.reflect.Method.invoke(Method.java:498)
2022-01-08T02:39:54.7111594Z Jan 08 02:39:54at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
2022-01-08T02:39:54.7112510Z Jan 08 02:39:54at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
2022-01-08T02:39:54.7113734Z Jan 08 02:39:54at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
2022-01-08T02:39:54.7114673Z Jan 08 02:39:54at 
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
2022-01-08T02:39:54.7115423Z Jan 08 02:39:54at 
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
2022-01-08T02:39:54.7116011Z Jan 08 02:39:54at 
org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
2022-01-08T02:39:54.7116586Z Jan 08 02:39:54at 
org.apache.flink.util.TestNameProvider$1.evaluate(TestNameProvider.java:45)
2022-01-08T02:39:54.7117154Z Jan 08 02:39:54at 
org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
2022-01-08T02:39:54.7117686Z Jan 08 02:39:54at 
org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
2022-01-08T02:39:54.7118448Z Jan 08 02:39:54at 
org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
2022-01-08T02:39:54.7119020Z Jan 08 02:39:54at 
org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
2022-01-08T02:39:54.7119571Z Jan 08 02:39:54at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
2022-01-08T02:39:54.7120180Z Jan 08 02:39:54at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
2022-01-08T02:39:54.7120754Z Jan 08 02:39:54at 
org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
2022-01-08T02:39:54.7121286Z Jan 08 02:39:54at 
org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
2022-01-08T02:39:54.7121832Z Jan 08 02:39:54at 
org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
2022-01-08T02:39:54.7122376Z Jan 08 02:39:54at 
org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
2022-01-08T02:39:54.7123179Z Jan 08 02:39:54at 
org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
2022-01-08T02:39:54.7123796Z Jan 08 02:39:54at 
org.junit.runners.ParentRunner.run(ParentRunner.java:413)
2022-01-08T02:39:54.7124304Z Jan 08 02:39:54at 
org.junit.runners.Suite.runChild(Suite.java:128)
2022-01-08T02:39:54.7125001Z Jan 08 02:39:54at 
org.junit.runners.Suite.runChild(Suite.java:27)
2022-01-08T02:39:54.7125753Z Jan 08 02:39:54at 
org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
2022-01-08T02:39:54.7126595Z Jan 08 02:39:54at 
org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
2022-01-08T02:39:54.7127354Z Jan 08 02:39:54at 
org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
2022-01-08T02:39:54.7127911Z Jan 08 02:39:54at 
org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
2022-01-08T02:39:54.7128456Z Jan 08 02:39:54at 
org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
2022-01-08

[jira] [Created] (FLINK-25587) HiveCatalogITCase crashed on Azure with exit code 239

2022-01-10 Thread Yun Gao (Jira)
Yun Gao created FLINK-25587:
---

 Summary: HiveCatalogITCase crashed on Azure with exit code 239
 Key: FLINK-25587
 URL: https://issues.apache.org/jira/browse/FLINK-25587
 Project: Flink
  Issue Type: Bug
  Components: Build System / Azure Pipelines, Connectors / Hive
Reporter: Yun Gao
 Fix For: 1.15.0



{code:java}

Jan 10 05:56:47 [ERROR] Please refer to 
/__w/1/s/flink-connectors/flink-connector-hive/target/surefire-reports for the 
individual test results.
Jan 10 05:56:47 [ERROR] Please refer to dump files (if any exist) [date].dump, 
[date]-jvmRun[N].dump and [date].dumpstream.
Jan 10 05:56:47 [ERROR] ExecutionException The forked VM terminated without 
properly saying goodbye. VM crash or System.exit called?
Jan 10 05:56:47 [ERROR] Command was /bin/sh -c cd 
/__w/1/s/flink-connectors/flink-connector-hive/target && 
/usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java -Xms256m -Xmx2048m 
-Dmvn.forkNumber=2 -XX:+UseG1GC -jar 
/__w/1/s/flink-connectors/flink-connector-hive/target/surefire/surefirebooter4268791554037437993.jar
 /__w/1/s/flink-connectors/flink-connector-hive/target/surefire 
2022-01-10T05-33-55_476-jvmRun2 surefire485701932125419585tmp 
surefire_501275439895774136096tmp
Jan 10 05:56:47 [ERROR] Error occurred in starting fork, check output in log
Jan 10 05:56:47 [ERROR] Process Exit Code: 239
Jan 10 05:56:47 [ERROR] Crashed tests:
Jan 10 05:56:47 [ERROR] org.apache.flink.table.catalog.hive.HiveCatalogITCase
Jan 10 05:56:47 [ERROR] 
org.apache.maven.surefire.booter.SurefireBooterForkException: 
ExecutionException The forked VM terminated without properly saying goodbye. VM 
crash or System.exit called?
Jan 10 05:56:47 [ERROR] Command was /bin/sh -c cd 
/__w/1/s/flink-connectors/flink-connector-hive/target && 
/usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java -Xms256m -Xmx2048m 
-Dmvn.forkNumber=2 -XX:+UseG1GC -jar 
/__w/1/s/flink-connectors/flink-connector-hive/target/surefire/surefirebooter4268791554037437993.jar
 /__w/1/s/flink-connectors/flink-connector-hive/target/surefire 
2022-01-10T05-33-55_476-jvmRun2 surefire485701932125419585tmp 
surefire_501275439895774136096tmp
Jan 10 05:56:47 [ERROR] Error occurred in starting fork, check output in log
Jan 10 05:56:47 [ERROR] Process Exit Code: 239
Jan 10 05:56:47 [ERROR] Crashed tests:
Jan 10 05:56:47 [ERROR] org.apache.flink.table.catalog.hive.HiveCatalogITCase
Jan 10 05:56:47 [ERROR] at 
org.apache.maven.plugin.surefire.booterclient.ForkStarter.awaitResultsDone(ForkStarter.java:532)
Jan 10 05:56:47 [ERROR] at 
org.apache.maven.plugin.surefire.booterclient.ForkStarter.runSuitesForkPerTestSet(ForkStarter.java:479)
Jan 10 05:56:47 [ERROR] at 
org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:322)
Jan 10 05:56:47 [ERROR] at 
org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:266)
Jan 10 05:56:47 [ERROR] at 
org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1314)
Jan 10 05:56:47 [ERROR] at 
org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:1159)
Jan 10 05:56:47 [ERROR] at 
org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:932)
Jan 10 05:56:47 [ERROR] at 
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:132)
Jan 10 05:56:47 [ERROR] at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
Jan 10 05:56:47 [ERROR] at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
Jan 10 05:56:47 [ERROR] at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
Jan 10 05:56:47 [ERROR] at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
Jan 10 05:56:47 [ERROR] at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
Jan 10 05:56:47 [ERROR] at 
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
Jan 10 05:56:47 [ERROR] at 
org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:120)
Jan 10 05:56:47 [ERROR] at 
org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:355)
Jan 10 05:56:47 [ERROR] at 
org.apache.maven.DefaultMaven.execute(DefaultMaven.java:155)
Jan 10 05:56:47 [ERROR] at 
org.apache.maven.cli.MavenCli.execute(MavenCli.java:584)
Jan 10 05:56:47 [ERROR] at 
org.apache.maven.cli.MavenCli.doMain(MavenCli.java:216)
Jan 10 05:56:47 [ERROR] at org.apache.maven.cli.MavenCli.main(MavenCli.java:160)
Jan 10 05:56:47 [ERROR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
Jan 10 05:56:47 [ERROR] at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
Jan 10 05:

[jira] [Created] (FLINK-25620) Upload artifacts to S3 failed on azure pipeline

2022-01-11 Thread Yun Gao (Jira)
Yun Gao created FLINK-25620:
---

 Summary: Upload artifacts to S3 failed on azure pipeline
 Key: FLINK-25620
 URL: https://issues.apache.org/jira/browse/FLINK-25620
 Project: Flink
  Issue Type: Bug
  Components: Build System / Azure Pipelines
Affects Versions: 1.14.2
Reporter: Yun Gao


{code:java}
/bin/bash --noprofile --norc /__w/_temp/fdaf679a-209f-4720-8709-5c591f730c61.sh
Installing artifacts deployment script
+ upload_to_s3 ./tools/releasing/release
+ local FILES_DIR=./tools/releasing/release
+ echo 'Installing artifacts deployment script'
+ export ARTIFACTS_DEST=/home/vsts_azpcontainer/bin/artifacts
+ ARTIFACTS_DEST=/home/vsts_azpcontainer/bin/artifacts
+ curl -sL https://raw.githubusercontent.com/travis-ci/artifacts/master/install
+ bash
bash: line 1: !DOCTYPE: No such file or directory
bash: line 2: !--
: No such file or directory
bash: line 3: $'\r': command not found
bash: line 4: Hello: command not found
bash: line 6: $'\r': command not found
bash: line 7: unexpected EOF while looking for matching `''
bash: line 83: syntax error: unexpected end of file
##[error]Bash exited with code '2'.
Finishing: Upload artifacts to S3
 {code}
https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=29283&view=logs&j=585d8b77-fa33-51bc-8163-03e54ba9ce5b&t=68e20e55-906c-5c49-157c-3005667723c9&l=18



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Created] (FLINK-25621) LegacyStatefulJobSavepointMigrationITCase failed on azure with exit code 127

2022-01-11 Thread Yun Gao (Jira)
Yun Gao created FLINK-25621:
---

 Summary: LegacyStatefulJobSavepointMigrationITCase failed on azure 
with exit code 127
 Key: FLINK-25621
 URL: https://issues.apache.org/jira/browse/FLINK-25621
 Project: Flink
  Issue Type: Bug
  Components: Runtime / Checkpointing
Affects Versions: 1.14.2
Reporter: Yun Gao


{code:java}
Jan 12 05:37:09 [WARNING] The requested profile "skip-webui-build" could not be 
activated because it does not exist.
Jan 12 05:37:09 [ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-surefire-plugin:2.22.2:test (integration-tests) 
on project flink-tests: There are test failures.
Jan 12 05:37:09 [ERROR] 
Jan 12 05:37:09 [ERROR] Please refer to 
/__w/1/s/flink-tests/target/surefire-reports for the individual test results.
Jan 12 05:37:09 [ERROR] Please refer to dump files (if any exist) [date].dump, 
[date]-jvmRun[N].dump and [date].dumpstream.
Jan 12 05:37:09 [ERROR] ExecutionException The forked VM terminated without 
properly saying goodbye. VM crash or System.exit called?
Jan 12 05:37:09 [ERROR] Command was /bin/sh -c cd /__w/1/s/flink-tests/target 
&& /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java -Xms256m -Xmx2048m 
-Dmvn.forkNumber=2 -XX:+UseG1GC -jar 
/__w/1/s/flink-tests/target/surefire/surefirebooter6476664513703430996.jar 
/__w/1/s/flink-tests/target/surefire 2022-01-12T04-37-00_265-jvmRun2 
surefire8749628241391231873tmp surefire_1763452000794129753394tmp
Jan 12 05:37:09 [ERROR] Error occurred in starting fork, check output in log
Jan 12 05:37:09 [ERROR] Process Exit Code: 127
Jan 12 05:37:09 [ERROR] Crashed tests:
Jan 12 05:37:09 [ERROR] 
org.apache.flink.test.checkpointing.utils.LegacyStatefulJobSavepointMigrationITCase
Jan 12 05:37:09 [ERROR] 
org.apache.maven.surefire.booter.SurefireBooterForkException: 
ExecutionException The forked VM terminated without properly saying goodbye. VM 
crash or System.exit called?
Jan 12 05:37:09 [ERROR] Command was /bin/sh -c cd /__w/1/s/flink-tests/target 
&& /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java -Xms256m -Xmx2048m 
-Dmvn.forkNumber=2 -XX:+UseG1GC -jar 
/__w/1/s/flink-tests/target/surefire/surefirebooter6476664513703430996.jar 
/__w/1/s/flink-tests/target/surefire 2022-01-12T04-37-00_265-jvmRun2 
surefire8749628241391231873tmp surefire_1763452000794129753394tmp
Jan 12 05:37:09 [ERROR] Error occurred in starting fork, check output in log
Jan 12 05:37:09 [ERROR] Process Exit Code: 127
Jan 12 05:37:09 [ERROR] Crashed tests:
Jan 12 05:37:09 [ERROR] 
org.apache.flink.test.checkpointing.utils.LegacyStatefulJobSavepointMigrationITCase
Jan 12 05:37:09 [ERROR] at 
org.apache.maven.plugin.surefire.booterclient.ForkStarter.awaitResultsDone(ForkStarter.java:510)
Jan 12 05:37:09 [ERROR] at 
org.apache.maven.plugin.surefire.booterclient.ForkStarter.runSuitesForkPerTestSet(ForkStarter.java:457)
Jan 12 05:37:09 [ERROR] at 
org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:298)
Jan 12 05:37:09 [ERROR] at 
org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:246)
Jan 12 05:37:09 [ERROR] at 
org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1183)
Jan 12 05:37:09 [ERROR] at 
org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:1011)
Jan 12 05:37:09 [ERROR] at 
org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:857)
Jan 12 05:37:09 [ERROR] at 
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:132)
Jan 12 05:37:09 [ERROR] at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
Jan 12 05:37:09 [ERROR] at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
Jan 12 05:37:09 [ERROR] at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
 {code}
https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=29283&view=logs&j=39d5b1d5-3b41-54dc-6458-1e2ddd1cdcf3&t=0c010d0c-3dec-5bf1-d408-7b18988b1b2b&l=5423



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Created] (FLINK-25623) TPC-DS end-to-end test (Blink planner) failed on azure due to download file tpcds.idx failed.

2022-01-11 Thread Yun Gao (Jira)
Yun Gao created FLINK-25623:
---

 Summary: TPC-DS end-to-end test (Blink planner) failed on azure 
due to download file tpcds.idx failed. 
 Key: FLINK-25623
 URL: https://issues.apache.org/jira/browse/FLINK-25623
 Project: Flink
  Issue Type: Bug
  Components: Build System / Azure Pipelines
Affects Versions: 1.13.5
Reporter: Yun Gao


 
{code:java}
Jan 12 02:22:14 [WARN] Download file tpcds.idx failed.
Jan 12 02:22:14 Command: download_and_validate tpcds.idx ../target/generator 
https://raw.githubusercontent.com/ververica/tpc-ds-generators/f5d6c11681637908ce15d697ae683676a5383641/generators/tpcds.idx
 376152c9aa150c59a386b148f954c47d linux failed. Retrying...
Jan 12 02:22:19 Command: download_and_validate tpcds.idx ../target/generator 
https://raw.githubusercontent.com/ververica/tpc-ds-generators/f5d6c11681637908ce15d697ae683676a5383641/generators/tpcds.idx
 376152c9aa150c59a386b148f954c47d linux failed 3 times.
Jan 12 02:22:19 [WARN] Download file tpcds.idx failed.
Jan 12 02:22:19 [ERROR] Download and validate data generator files fail, please 
check the network.
Jan 12 02:22:19 [FAIL] Test script contains errors.
Jan 12 02:22:19 Checking for errors...
Jan 12 02:22:19 No errors in log files.
Jan 12 02:22:19 Checking for exceptions...
Jan 12 02:22:19 No exceptions in log files.
Jan 12 02:22:19 Checking for non-empty .out files...
grep: /home/vsts/work/_temp/debug_files/flink-logs/*.out: No such file or 
directory
Jan 12 02:22:19 No non-empty .out files.
Jan 12 02:22:19 
Jan 12 02:22:19 [FAIL] 'TPC-DS end-to-end test (Blink planner)' failed after 1 
minutes and 12 seconds! Test exited with exit code 1
Jan 12 02:22:19 
 {code}
https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=29284&view=logs&j=08866332-78f7-59e4-4f7e-49a56faa3179&t=7f606211-1454-543c-70ab-c7a028a1ce8c&l=19463

 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Created] (FLINK-25624) KafkaSinkITCase.testRecoveryWithExactlyOnceGuarantee blocked on azure pipeline

2022-01-11 Thread Yun Gao (Jira)
Yun Gao created FLINK-25624:
---

 Summary: KafkaSinkITCase.testRecoveryWithExactlyOnceGuarantee 
blocked on azure pipeline
 Key: FLINK-25624
 URL: https://issues.apache.org/jira/browse/FLINK-25624
 Project: Flink
  Issue Type: Bug
  Components: Connectors / Kafka
Affects Versions: 1.14.2
Reporter: Yun Gao


{code:java}
"main" #1 prio=5 os_prio=0 tid=0x7fda8c00b000 nid=0x21b2 waiting on 
condition [0x7fda92dd7000]
   java.lang.Thread.State: WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for  <0x826165c0> (a 
java.util.concurrent.CompletableFuture$Signaller)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at 
java.util.concurrent.CompletableFuture$Signaller.block(CompletableFuture.java:1707)
at 
java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3323)
at 
java.util.concurrent.CompletableFuture.waitingGet(CompletableFuture.java:1742)
at 
java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1908)
at 
org.apache.flink.streaming.api.environment.StreamExecutionEnvironment.execute(StreamExecutionEnvironment.java:1989)
at 
org.apache.flink.streaming.api.environment.LocalStreamEnvironment.execute(LocalStreamEnvironment.java:69)
at 
org.apache.flink.streaming.api.environment.StreamExecutionEnvironment.execute(StreamExecutionEnvironment.java:1951)
at 
org.apache.flink.connector.kafka.sink.KafkaSinkITCase.testRecoveryWithAssertion(KafkaSinkITCase.java:335)
at 
org.apache.flink.connector.kafka.sink.KafkaSinkITCase.testRecoveryWithExactlyOnceGuarantee(KafkaSinkITCase.java:190)
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.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
at 
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at 
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at 
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
 {code}
https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=29285&view=logs&j=c5612577-f1f7-5977-6ff6-7432788526f7&t=ffa8837a-b445-534e-cdf4-db364cf8235d&l=42106



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Created] (FLINK-25626) Azure failed due to "Error occurred in starting fork"

2022-01-12 Thread Yun Gao (Jira)
Yun Gao created FLINK-25626:
---

 Summary: Azure failed due to "Error occurred in starting fork"
 Key: FLINK-25626
 URL: https://issues.apache.org/jira/browse/FLINK-25626
 Project: Flink
  Issue Type: Bug
  Components: Build System / Azure Pipelines
Affects Versions: 1.15.0
Reporter: Yun Gao


{code:java}
2022-01-11T17:00:14.3916937Z Jan 11 17:00:14 [ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M5:test 
(integration-tests) on project flink-tests: There are test failures.
2022-01-11T17:00:14.3918346Z Jan 11 17:00:14 [ERROR] 
2022-01-11T17:00:14.3919668Z Jan 11 17:00:14 [ERROR] Please refer to 
/__w/2/s/flink-tests/target/surefire-reports for the individual test results.
2022-01-11T17:00:14.3921108Z Jan 11 17:00:14 [ERROR] Please refer to dump files 
(if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
2022-01-11T17:00:14.3922067Z Jan 11 17:00:14 [ERROR] ExecutionException Error 
occurred in starting fork, check output in log
2022-01-11T17:00:14.3923180Z Jan 11 17:00:14 [ERROR] 
org.apache.maven.surefire.booter.SurefireBooterForkException: 
ExecutionException Error occurred in starting fork, check output in log
2022-01-11T17:00:14.3924445Z Jan 11 17:00:14 [ERROR] at 
org.apache.maven.plugin.surefire.booterclient.ForkStarter.awaitResultsDone(ForkStarter.java:532)
2022-01-11T17:00:14.3925659Z Jan 11 17:00:14 [ERROR] at 
org.apache.maven.plugin.surefire.booterclient.ForkStarter.runSuitesForkPerTestSet(ForkStarter.java:479)
2022-01-11T17:00:14.3926838Z Jan 11 17:00:14 [ERROR] at 
org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:322)
2022-01-11T17:00:14.3928106Z Jan 11 17:00:14 [ERROR] at 
org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:266)
2022-01-11T17:00:14.3929409Z Jan 11 17:00:14 [ERROR] at 
org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1314)
2022-01-11T17:00:14.3930681Z Jan 11 17:00:14 [ERROR] at 
org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:1159)
2022-01-11T17:00:14.3931722Z Jan 11 17:00:14 [ERROR] at 
org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:932)
2022-01-11T17:00:14.3932849Z Jan 11 17:00:14 [ERROR] at 
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:132)
2022-01-11T17:00:14.3934297Z Jan 11 17:00:14 [ERROR] at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
2022-01-11T17:00:14.3935334Z Jan 11 17:00:14 [ERROR] at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
2022-01-11T17:00:14.3936483Z Jan 11 17:00:14 [ERROR] at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
2022-01-11T17:00:14.3937954Z Jan 11 17:00:14 [ERROR] at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
2022-01-11T17:00:14.3939199Z Jan 11 17:00:14 [ERROR] at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
2022-01-11T17:00:14.3940419Z Jan 11 17:00:14 [ERROR] at 
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
2022-01-11T17:00:14.3941590Z Jan 11 17:00:14 [ERROR] at 
org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:120)
2022-01-11T17:00:14.3942627Z Jan 11 17:00:14 [ERROR] at 
org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:355)
2022-01-11T17:00:14.3943549Z Jan 11 17:00:14 [ERROR] at 
org.apache.maven.DefaultMaven.execute(DefaultMaven.java:155)
2022-01-11T17:00:14.3944460Z Jan 11 17:00:14 [ERROR] at 
org.apache.maven.cli.MavenCli.execute(MavenCli.java:584)
2022-01-11T17:00:14.3945373Z Jan 11 17:00:14 [ERROR] at 
org.apache.maven.cli.MavenCli.doMain(MavenCli.java:216)
2022-01-11T17:00:14.3946231Z Jan 11 17:00:14 [ERROR] at 
org.apache.maven.cli.MavenCli.main(MavenCli.java:160)
2022-01-11T17:00:14.3947072Z Jan 11 17:00:14 [ERROR] at 
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2022-01-11T17:00:14.3948163Z Jan 11 17:00:14 [ERROR] at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
2022-01-11T17:00:14.3949328Z Jan 11 17:00:14 [ERROR] at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2022-01-11T17:00:14.3950312Z Jan 11 17:00:14 [ERROR] at 
java.lang.reflect.Method.invoke(Method.java:498)
2022-01-11T17:00:14.3951268Z Jan 11 17:00:14 [ERROR] at 
org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
2022-01-11T17:00:14.3952301Z Jan 11 17:00:14 [ERROR] at 
org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
2022-01-11T17:00:14.3953340Z Jan 11 17:00

[jira] [Created] (FLINK-25655) FlinkKafkaInternalProducerITCase.testInitTransactionId failed on azure

2022-01-14 Thread Yun Gao (Jira)
Yun Gao created FLINK-25655:
---

 Summary: FlinkKafkaInternalProducerITCase.testInitTransactionId 
failed on azure
 Key: FLINK-25655
 URL: https://issues.apache.org/jira/browse/FLINK-25655
 Project: Flink
  Issue Type: Bug
  Components: Connectors / Kafka
Affects Versions: 1.14.2
Reporter: Yun Gao


{code:java}
2022-01-14T02:15:13.6453364Z Jan 14 02:15:13 
2022-01-14T02:15:13.6453706Z Jan 14 02:15:13 Expected: <4>
2022-01-14T02:15:13.6454039Z Jan 14 02:15:13  but: was <0>
2022-01-14T02:15:13.6454489Z Jan 14 02:15:13at 
org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
2022-01-14T02:15:13.6455121Z Jan 14 02:15:13at 
org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:8)
2022-01-14T02:15:13.6455960Z Jan 14 02:15:13at 
org.apache.flink.connector.kafka.sink.FlinkKafkaInternalProducerITCase.testInitTransactionId(FlinkKafkaInternalProducerITCase.java:85)
2022-01-14T02:15:13.6456624Z Jan 14 02:15:13at 
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2022-01-14T02:15:13.6457180Z Jan 14 02:15:13at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
2022-01-14T02:15:13.6458093Z Jan 14 02:15:13at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2022-01-14T02:15:13.6458707Z Jan 14 02:15:13at 
java.lang.reflect.Method.invoke(Method.java:498)
2022-01-14T02:15:13.6461795Z Jan 14 02:15:13at 
org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:688)
2022-01-14T02:15:13.6462977Z Jan 14 02:15:13at 
org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
2022-01-14T02:15:13.6463839Z Jan 14 02:15:13at 
org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
2022-01-14T02:15:13.6465078Z Jan 14 02:15:13at 
org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149)
2022-01-14T02:15:13.6466291Z Jan 14 02:15:13at 
org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140)
2022-01-14T02:15:13.6467468Z Jan 14 02:15:13at 
org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84)
2022-01-14T02:15:13.6468480Z Jan 14 02:15:13at 
org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
2022-01-14T02:15:13.6469240Z Jan 14 02:15:13at 
org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
2022-01-14T02:15:13.6469981Z Jan 14 02:15:13at 
org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
2022-01-14T02:15:13.6470725Z Jan 14 02:15:13at 
org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
2022-01-14T02:15:13.6471468Z Jan 14 02:15:13at 
org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
2022-01-14T02:15:13.6472255Z Jan 14 02:15:13at 
org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
2022-01-14T02:15:13.6472938Z Jan 14 02:15:13at 
org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104)
2022-01-14T02:15:13.6473817Z Jan 14 02:15:13at 
org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98)
2022-01-14T02:15:13.6474545Z Jan 14 02:15:13at 
org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:210)
2022-01-14T02:15:13.6475636Z Jan 14 02:15:13at 
org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
2022-01-14T02:15:13.6476552Z Jan 14 02:15:13at 
org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:206)
2022-01-14T02:15:13.6477285Z Jan 14 02:15:13at 
org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:131)
2022-01-14T02:15:13.6478134Z Jan 14 02:15:13at 
org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:65)
2022-01-14T02:15:13.6478836Z Jan 14 02:15:13at 
org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139)
2022-01-14T02:15:13.6479557Z Jan 14 02:15:13at 
org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
2022-01-14T02:15:13.6480278Z Jan 14 02:15:13at 
org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129)
2022-01-14T02:15:13.6480936Z Jan 14 02

[jira] [Created] (FLINK-25665) DistinctITCase.testCorrectnessOfDistinctOnCustomTypeWithTypeExtractor timeout on azure

2022-01-16 Thread Yun Gao (Jira)
Yun Gao created FLINK-25665:
---

 Summary: 
DistinctITCase.testCorrectnessOfDistinctOnCustomTypeWithTypeExtractor timeout 
on azure
 Key: FLINK-25665
 URL: https://issues.apache.org/jira/browse/FLINK-25665
 Project: Flink
  Issue Type: Bug
  Components: Runtime / Coordination
Affects Versions: 1.14.2
Reporter: Yun Gao


{code:java}
2022-01-16T01:11:12.5984060Z Jan 16 01:11:12 [ERROR] Tests run: 21, Failures: 
0, Errors: 2, Skipped: 0, Time elapsed: 309.502 s <<< FAILURE! - in 
org.apache.flink.api.scala.operators.DistinctITCase
2022-01-16T01:11:12.5985749Z Jan 16 01:11:12 [ERROR] 
testCorrectnessOfDistinctOnCustomTypeWithTypeExtractor[Execution mode = 
CLUSTER](org.apache.flink.api.scala.operators.DistinctITCase)  Time elapsed: 
300.115 s  <<< ERROR!
2022-01-16T01:11:12.5987349Z Jan 16 01:11:12 
org.apache.flink.runtime.client.JobExecutionException: Job execution failed.
2022-01-16T01:11:12.5988577Z Jan 16 01:11:12at 
org.apache.flink.runtime.jobmaster.JobResult.toJobExecutionResult(JobResult.java:144)
2022-01-16T01:11:12.5992064Z Jan 16 01:11:12at 
org.apache.flink.runtime.minicluster.MiniClusterJobClient.lambda$getJobExecutionResult$3(MiniClusterJobClient.java:137)
2022-01-16T01:11:12.5993215Z Jan 16 01:11:12at 
java.util.concurrent.CompletableFuture.uniApply(CompletableFuture.java:616)
2022-01-16T01:11:12.5994110Z Jan 16 01:11:12at 
java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:591)
2022-01-16T01:11:12.5995005Z Jan 16 01:11:12at 
java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:488)
2022-01-16T01:11:12.5995863Z Jan 16 01:11:12at 
java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:1975)
2022-01-16T01:11:12.5996788Z Jan 16 01:11:12at 
org.apache.flink.runtime.rpc.akka.AkkaInvocationHandler.lambda$invokeRpc$0(AkkaInvocationHandler.java:237)
2022-01-16T01:11:12.5997926Z Jan 16 01:11:12at 
java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:774)
2022-01-16T01:11:12.5998818Z Jan 16 01:11:12at 
java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:750)
2022-01-16T01:11:12.5999749Z Jan 16 01:11:12at 
java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:488)
2022-01-16T01:11:12.6000696Z Jan 16 01:11:12at 
java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:1975)
2022-01-16T01:11:12.6002109Z Jan 16 01:11:12at 
org.apache.flink.runtime.concurrent.FutureUtils$1.onComplete(FutureUtils.java:1081)
2022-01-16T01:11:12.6003010Z Jan 16 01:11:12at 
akka.dispatch.OnComplete.internal(Future.scala:264)
2022-01-16T01:11:12.6003840Z Jan 16 01:11:12at 
akka.dispatch.OnComplete.internal(Future.scala:261)
2022-01-16T01:11:12.6004753Z Jan 16 01:11:12at 
akka.dispatch.japi$CallbackBridge.apply(Future.scala:191)
2022-01-16T01:11:12.6005626Z Jan 16 01:11:12at 
akka.dispatch.japi$CallbackBridge.apply(Future.scala:188)
2022-01-16T01:11:12.6006469Z Jan 16 01:11:12at 
scala.concurrent.impl.CallbackRunnable.run(Promise.scala:60)
2022-01-16T01:11:12.6007729Z Jan 16 01:11:12at 
org.apache.flink.runtime.concurrent.Executors$DirectExecutionContext.execute(Executors.java:73)
2022-01-16T01:11:12.6008725Z Jan 16 01:11:12at 
scala.concurrent.impl.CallbackRunnable.executeWithValue(Promise.scala:68)
2022-01-16T01:11:12.6009691Z Jan 16 01:11:12at 
scala.concurrent.impl.Promise$DefaultPromise.$anonfun$tryComplete$1(Promise.scala:284)
2022-01-16T01:11:12.6010723Z Jan 16 01:11:12at 
scala.concurrent.impl.Promise$DefaultPromise.$anonfun$tryComplete$1$adapted(Promise.scala:284)
2022-01-16T01:11:12.6011874Z Jan 16 01:11:12at 
scala.concurrent.impl.Promise$DefaultPromise.tryComplete(Promise.scala:284)
2022-01-16T01:11:12.6012768Z Jan 16 01:11:12at 
akka.pattern.PromiseActorRef.$bang(AskSupport.scala:573)
2022-01-16T01:11:12.6013743Z Jan 16 01:11:12at 
akka.pattern.PipeToSupport$PipeableFuture$$anonfun$pipeTo$1.applyOrElse(PipeToSupport.scala:22)
2022-01-16T01:11:12.6015009Z Jan 16 01:11:12at 
akka.pattern.PipeToSupport$PipeableFuture$$anonfun$pipeTo$1.applyOrElse(PipeToSupport.scala:21)
2022-01-16T01:11:12.6015933Z Jan 16 01:11:12at 
scala.concurrent.Future.$anonfun$andThen$1(Future.scala:532)
2022-01-16T01:11:12.6016737Z Jan 16 01:11:12at 
scala.concurrent.impl.Promise.liftedTree1$1(Promise.scala:29)
2022-01-16T01:11:12.6017772Z Jan 16 01:11:12at 
scala.concurrent.impl.Promise.$anonfun$transform$1(Promise.scala:29)
2022-01-16T01:11:12.6018688Z Jan 16 01:11:12at 
scala.concurrent.impl.CallbackRunnable.run(Promise.scala:60)
2022-01-16T01:11:12.6019611Z Jan 16 01:11:12at 
akka.dispatch.BatchingExecutor$AbstractBatch.processBatch(BatchingExecutor.scala:55)
2022-01-16T01:11:12.6020571Z Jan 16 01:11:12at 
akka.dispatc

[jira] [Created] (FLINK-25667) AdaptiveSchedulerTest.testStatusMetrics is not stable

2022-01-16 Thread Yun Gao (Jira)
Yun Gao created FLINK-25667:
---

 Summary: AdaptiveSchedulerTest.testStatusMetrics is not stable
 Key: FLINK-25667
 URL: https://issues.apache.org/jira/browse/FLINK-25667
 Project: Flink
  Issue Type: Bug
  Components: Runtime / Coordination
Affects Versions: 1.15.0
Reporter: Yun Gao


{code:java}
2022-01-17T05:13:06.4212220Z Jan 17 05:13:06 [ERROR] Tests run: 40, Failures: 
1, Errors: 0, Skipped: 0, Time elapsed: 1.546 s <<< FAILURE! - in 
org.apache.flink.runtime.scheduler.adaptive.AdaptiveSchedulerTest
2022-01-17T05:13:06.4214800Z Jan 17 05:13:06 [ERROR] 
org.apache.flink.runtime.scheduler.adaptive.AdaptiveSchedulerTest.testStatusMetrics
  Time elapsed: 0.067 s  <<< FAILURE!
2022-01-17T05:13:06.4216212Z Jan 17 05:13:06 java.lang.AssertionError: 
2022-01-17T05:13:06.4217083Z Jan 17 05:13:06 
2022-01-17T05:13:06.4217856Z Jan 17 05:13:06 Expected: a value greater than <0L>
2022-01-17T05:13:06.4218497Z Jan 17 05:13:06  but: <0L> was equal to <0L>
2022-01-17T05:13:06.4221857Z Jan 17 05:13:06at 
org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
2022-01-17T05:13:06.4222696Z Jan 17 05:13:06at 
org.junit.Assert.assertThat(Assert.java:964)
2022-01-17T05:13:06.4223538Z Jan 17 05:13:06at 
org.junit.Assert.assertThat(Assert.java:930)
2022-01-17T05:13:06.4224328Z Jan 17 05:13:06at 
org.apache.flink.runtime.scheduler.adaptive.AdaptiveSchedulerTest.testStatusMetrics(AdaptiveSchedulerTest.java:590)
2022-01-17T05:13:06.4224897Z Jan 17 05:13:06at 
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2022-01-17T05:13:06.4225510Z Jan 17 05:13:06at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
2022-01-17T05:13:06.4226377Z Jan 17 05:13:06at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2022-01-17T05:13:06.4226952Z Jan 17 05:13:06at 
java.lang.reflect.Method.invoke(Method.java:498)
2022-01-17T05:13:06.4227725Z Jan 17 05:13:06at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
2022-01-17T05:13:06.4228830Z Jan 17 05:13:06at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
2022-01-17T05:13:06.4229438Z Jan 17 05:13:06at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
2022-01-17T05:13:06.4230020Z Jan 17 05:13:06at 
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
2022-01-17T05:13:06.4230591Z Jan 17 05:13:06at 
org.apache.flink.util.TestNameProvider$1.evaluate(TestNameProvider.java:45)
2022-01-17T05:13:06.4231126Z Jan 17 05:13:06at 
org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
2022-01-17T05:13:06.4238998Z Jan 17 05:13:06at 
org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
2022-01-17T05:13:06.4240040Z Jan 17 05:13:06at 
org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
2022-01-17T05:13:06.4241113Z Jan 17 05:13:06at 
org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
2022-01-17T05:13:06.4242086Z Jan 17 05:13:06at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
2022-01-17T05:13:06.4243147Z Jan 17 05:13:06at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
2022-01-17T05:13:06.4243737Z Jan 17 05:13:06at 
org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
2022-01-17T05:13:06.4244375Z Jan 17 05:13:06at 
org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
2022-01-17T05:13:06.4245111Z Jan 17 05:13:06at 
org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
2022-01-17T05:13:06.4245648Z Jan 17 05:13:06at 
org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
2022-01-17T05:13:06.4246276Z Jan 17 05:13:06at 
org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
2022-01-17T05:13:06.4247262Z Jan 17 05:13:06at 
org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
2022-01-17T05:13:06.4247833Z Jan 17 05:13:06at 
org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
2022-01-17T05:13:06.4248465Z Jan 17 05:13:06at 
org.junit.rules.RunRules.evaluate(RunRules.java:20)
2022-01-17T05:13:06.4248973Z Jan 17 05:13:06at 
org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
2022-01-17T05:13:06.4249467Z Jan 17 05:13:06at 
org.junit.runners.ParentRunner.run(ParentRunner.java:413)
2022-01-17T05:13:06.4249956Z Jan 17 05:13:06at 
org.junit.runner.JUnitCore.run(JUnitCore.java:137)
2022-01-17T05:13:06.4250421Z Jan 17 05:13:06at 
org.junit.runner.JUnitCore.run(JUnitCore.java:115)
2022-01-17T05:13:06.4250929Z Jan 17 05:13:06at 
org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:42)
2022-01-

[jira] [Created] (FLINK-25671) npm ci failed with code EPROTO when downloading stylelint-config-prettier-8.0.2.tgz

2022-01-17 Thread Yun Gao (Jira)
Yun Gao created FLINK-25671:
---

 Summary: npm ci failed with code EPROTO when downloading 
stylelint-config-prettier-8.0.2.tgz
 Key: FLINK-25671
 URL: https://issues.apache.org/jira/browse/FLINK-25671
 Project: Flink
  Issue Type: Bug
  Components: Runtime / Web Frontend
Affects Versions: 1.15.0
Reporter: Yun Gao


{code:java}
[INFO] --- frontend-maven-plugin:1.11.0:npm (npm install) @ flink-runtime-web 
---
[INFO] Running 'npm ci --cache-max=0 --no-save' in 
/__w/2/s/flink-runtime-web/web-dashboard
[INFO] npm ERR! code EPROTO
[INFO] npm ERR! errno EPROTO
[INFO] npm ERR! request to 
https://registry.npmjs.org/stylelint-config-prettier/-/stylelint-config-prettier-8.0.2.tgz
 failed, reason: write EPROTO 139765111289664:error:1408F10B:SSL 
routines:ssl3_get_record:wrong version 
number:../deps/openssl/openssl/ssl/record/ssl3_record.c:332:
[INFO] npm ERR! 
[INFO] 
[INFO] npm ERR! A complete log of this run can be found in:
[INFO] npm ERR! 
/home/agent05_azpcontainer/.npm/_logs/2022-01-14T14_16_12_518Z-debug.log
[INFO] 
 {code}
https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=29435&view=logs&j=52b61abe-a3cc-5bde-cc35-1bbe89bb7df5&t=54421a62-0c80-5aad-3319-094ff69180bb&l=2847



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Created] (FLINK-25768) Python test BlinkBatchTableEnvironmentTests.test_explain_with_multi_sinks failed on azure

2022-01-23 Thread Yun Gao (Jira)
Yun Gao created FLINK-25768:
---

 Summary: Python test 
BlinkBatchTableEnvironmentTests.test_explain_with_multi_sinks failed on azure
 Key: FLINK-25768
 URL: https://issues.apache.org/jira/browse/FLINK-25768
 Project: Flink
  Issue Type: Bug
  Components: API / Python
Affects Versions: 1.13.5
Reporter: Yun Gao


{code:java}
2022-01-22T01:51:13.0242386Z Jan 22 01:51:13 answer = 'xro24635'
2022-01-22T01:51:13.0242938Z Jan 22 01:51:13 gateway_client = 

2022-01-22T01:51:13.0243909Z Jan 22 01:51:13 target_id = 'o24634', name = 
'addInsertSql'
2022-01-22T01:51:13.0244309Z Jan 22 01:51:13 
2022-01-22T01:51:13.0244761Z Jan 22 01:51:13 def get_return_value(answer, 
gateway_client, target_id=None, name=None):
2022-01-22T01:51:13.0245397Z Jan 22 01:51:13 """Converts an answer 
received from the Java gateway into a Python object.
2022-01-22T01:51:13.0245923Z Jan 22 01:51:13 
2022-01-22T01:51:13.0246348Z Jan 22 01:51:13 For example, string 
representation of integers are converted to Python
2022-01-22T01:51:13.0246963Z Jan 22 01:51:13 integer, string 
representation of objects are converted to JavaObject
2022-01-22T01:51:13.0247486Z Jan 22 01:51:13 instances, etc.
2022-01-22T01:51:13.0247820Z Jan 22 01:51:13 
2022-01-22T01:51:13.0248220Z Jan 22 01:51:13 :param answer: the string 
returned by the Java gateway
2022-01-22T01:51:13.0248846Z Jan 22 01:51:13 :param gateway_client: the 
gateway client used to communicate with the Java
2022-01-22T01:51:13.0249505Z Jan 22 01:51:13 Gateway. Only 
necessary if the answer is a reference (e.g., object,
2022-01-22T01:51:13.0249945Z Jan 22 01:51:13 list, map)
2022-01-22T01:51:13.0250470Z Jan 22 01:51:13 :param target_id: the name 
of the object from which the answer comes from
2022-01-22T01:51:13.0251084Z Jan 22 01:51:13 (e.g., *object1* in 
`object1.hello()`). Optional.
2022-01-22T01:51:13.0251607Z Jan 22 01:51:13 :param name: the name of 
the member from which the answer comes from
2022-01-22T01:51:13.0252199Z Jan 22 01:51:13 (e.g., *hello* in 
`object1.hello()`). Optional.
2022-01-22T01:51:13.0252646Z Jan 22 01:51:13 """
2022-01-22T01:51:13.0253198Z Jan 22 01:51:13 if is_error(answer)[0]:
2022-01-22T01:51:13.0253684Z Jan 22 01:51:13 if len(answer) > 1:
2022-01-22T01:51:13.0254169Z Jan 22 01:51:13 type = answer[1]
2022-01-22T01:51:13.0254757Z Jan 22 01:51:13 value = 
OUTPUT_CONVERTER[type](answer[2:], gateway_client)
2022-01-22T01:51:13.0255450Z Jan 22 01:51:13 if answer[1] == 
REFERENCE_TYPE:
2022-01-22T01:51:13.0256085Z Jan 22 01:51:13 >   raise 
Py4JJavaError(
2022-01-22T01:51:13.0256768Z Jan 22 01:51:13 "An error 
occurred while calling {0}{1}{2}.\n".
2022-01-22T01:51:13.0257432Z Jan 22 01:51:13 
format(target_id, ".", name), value)
2022-01-22T01:51:13.0258250Z Jan 22 01:51:13 E   
py4j.protocol.Py4JJavaError: An error occurred while calling 
o24634.addInsertSql.
2022-01-22T01:51:13.0259174Z Jan 22 01:51:13 E   : 
java.lang.NullPointerException
2022-01-22T01:51:13.0259824Z Jan 22 01:51:13 E  at 
java.util.Objects.requireNonNull(Objects.java:203)
2022-01-22T01:51:13.0260748Z Jan 22 01:51:13 E  at 
org.apache.calcite.rel.metadata.RelMetadataQuery.(RelMetadataQuery.java:144)
2022-01-22T01:51:13.0261604Z Jan 22 01:51:13 E  at 
org.apache.calcite.rel.metadata.RelMetadataQuery.(RelMetadataQuery.java:108)
2022-01-22T01:51:13.0262653Z Jan 22 01:51:13 E  at 
org.apache.flink.table.planner.plan.metadata.FlinkRelMetadataQuery.(FlinkRelMetadataQuery.java:78)
2022-01-22T01:51:13.0263927Z Jan 22 01:51:13 E  at 
org.apache.flink.table.planner.plan.metadata.FlinkRelMetadataQuery.instance(FlinkRelMetadataQuery.java:59)
2022-01-22T01:51:13.0264864Z Jan 22 01:51:13 E  at 
org.apache.flink.table.planner.calcite.FlinkRelOptClusterFactory$$anon$1.get(FlinkRelOptClusterFactory.scala:39)
2022-01-22T01:51:13.0266075Z Jan 22 01:51:13 E  at 
org.apache.flink.table.planner.calcite.FlinkRelOptClusterFactory$$anon$1.get(FlinkRelOptClusterFactory.scala:38)
2022-01-22T01:51:13.0267017Z Jan 22 01:51:13 E  at 
org.apache.calcite.plan.RelOptCluster.getMetadataQuery(RelOptCluster.java:178)
2022-01-22T01:51:13.0267991Z Jan 22 01:51:13 E  at 
org.apache.calcite.rel.logical.LogicalFilter.create(LogicalFilter.java:108)
2022-01-22T01:51:13.0268849Z Jan 22 01:51:13 E  at 
org.apache.calci

[jira] [Created] (FLINK-25813) TableITCase.testCollectWithClose failed on azure

2022-01-25 Thread Yun Gao (Jira)
Yun Gao created FLINK-25813:
---

 Summary: TableITCase.testCollectWithClose failed on azure
 Key: FLINK-25813
 URL: https://issues.apache.org/jira/browse/FLINK-25813
 Project: Flink
  Issue Type: Bug
  Components: Table SQL / Runtime
Affects Versions: 1.15.0
Reporter: Yun Gao



{code:java}
2022-01-25T08:35:25.3735884Z Jan 25 08:35:25 [ERROR] 
TableITCase.testCollectWithClose  Time elapsed: 0.377 s  <<< FAILURE!
2022-01-25T08:35:25.3737127Z Jan 25 08:35:25 java.lang.AssertionError: Values 
should be different. Actual: RUNNING
2022-01-25T08:35:25.3738167Z Jan 25 08:35:25at 
org.junit.Assert.fail(Assert.java:89)
2022-01-25T08:35:25.3739085Z Jan 25 08:35:25at 
org.junit.Assert.failEquals(Assert.java:187)
2022-01-25T08:35:25.3739922Z Jan 25 08:35:25at 
org.junit.Assert.assertNotEquals(Assert.java:163)
2022-01-25T08:35:25.3740846Z Jan 25 08:35:25at 
org.junit.Assert.assertNotEquals(Assert.java:177)
2022-01-25T08:35:25.3742302Z Jan 25 08:35:25at 
org.apache.flink.table.api.TableITCase.testCollectWithClose(TableITCase.scala:135)
2022-01-25T08:35:25.3743327Z Jan 25 08:35:25at 
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2022-01-25T08:35:25.3744343Z Jan 25 08:35:25at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
2022-01-25T08:35:25.3745575Z Jan 25 08:35:25at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2022-01-25T08:35:25.3746840Z Jan 25 08:35:25at 
java.lang.reflect.Method.invoke(Method.java:498)
2022-01-25T08:35:25.3747922Z Jan 25 08:35:25at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
2022-01-25T08:35:25.3749151Z Jan 25 08:35:25at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
2022-01-25T08:35:25.3750422Z Jan 25 08:35:25at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
2022-01-25T08:35:25.3751820Z Jan 25 08:35:25at 
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
2022-01-25T08:35:25.3753196Z Jan 25 08:35:25at 
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
2022-01-25T08:35:25.3754253Z Jan 25 08:35:25at 
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
2022-01-25T08:35:25.3755441Z Jan 25 08:35:25at 
org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258)
2022-01-25T08:35:25.3756656Z Jan 25 08:35:25at 
org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
2022-01-25T08:35:25.3757778Z Jan 25 08:35:25at 
org.apache.flink.util.TestNameProvider$1.evaluate(TestNameProvider.java:45)
2022-01-25T08:35:25.3758821Z Jan 25 08:35:25at 
org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
2022-01-25T08:35:25.3759840Z Jan 25 08:35:25at 
org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
2022-01-25T08:35:25.3760919Z Jan 25 08:35:25at 
org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
2022-01-25T08:35:25.3762249Z Jan 25 08:35:25at 
org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
2022-01-25T08:35:25.3763322Z Jan 25 08:35:25at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
2022-01-25T08:35:25.3764436Z Jan 25 08:35:25at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
2022-01-25T08:35:25.3765907Z Jan 25 08:35:25at 
org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
2022-01-25T08:35:25.3766957Z Jan 25 08:35:25at 
org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
2022-01-25T08:35:25.3768104Z Jan 25 08:35:25at 
org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
2022-01-25T08:35:25.3769128Z Jan 25 08:35:25at 
org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
2022-01-25T08:35:25.3770125Z Jan 25 08:35:25at 
org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
2022-01-25T08:35:25.3771118Z Jan 25 08:35:25at 
org.junit.runners.ParentRunner.run(ParentRunner.java:413)
2022-01-25T08:35:25.3772264Z Jan 25 08:35:25at 
org.junit.runners.Suite.runChild(Suite.java:128)
2022-01-25T08:35:25.3773118Z Jan 25 08:35:25at 
org.junit.runners.Suite.runChild(Suite.java:27)
2022-01-25T08:35:25.3774092Z Jan 25 08:35:25at 
org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
2022-01-25T08:35:25.3775056Z Jan 25 08:35:25at 
org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
2022-01-25T08:35:25.3776144Z Jan 25 08:35:25at 
org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
2022-01-25T08:35:25.3777125Z Jan 25 08:35:25at 
org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
2022-01-25T08:35:25.3778190Z Jan

[jira] [Created] (FLINK-25814) AdaptiveSchedulerITCase.testStopWithSavepointFailOnFirstSavepointSucceedOnSecond failed due to stop-with-savepoint failed

2022-01-25 Thread Yun Gao (Jira)
Yun Gao created FLINK-25814:
---

 Summary: 
AdaptiveSchedulerITCase.testStopWithSavepointFailOnFirstSavepointSucceedOnSecond
 failed due to stop-with-savepoint failed
 Key: FLINK-25814
 URL: https://issues.apache.org/jira/browse/FLINK-25814
 Project: Flink
  Issue Type: Bug
  Components: Runtime / Checkpointing
Affects Versions: 1.13.5
Reporter: Yun Gao



{code:java}
2022-01-25T05:37:28.6339368Z Jan 25 05:37:28 [ERROR] 
testStopWithSavepointFailOnFirstSavepointSucceedOnSecond(org.apache.flink.test.scheduling.AdaptiveSchedulerITCase)
  Time elapsed: 300.269 s  <<< ERROR!
2022-01-25T05:37:28.6340216Z Jan 25 05:37:28 
java.util.concurrent.ExecutionException: org.apache.flink.util.FlinkException: 
Stop with savepoint operation could not be completed.
2022-01-25T05:37:28.6342330Z Jan 25 05:37:28at 
java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:357)
2022-01-25T05:37:28.6343776Z Jan 25 05:37:28at 
java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1908)
2022-01-25T05:37:28.6344983Z Jan 25 05:37:28at 
org.apache.flink.test.scheduling.AdaptiveSchedulerITCase.testStopWithSavepointFailOnFirstSavepointSucceedOnSecond(AdaptiveSchedulerITCase.java:231)
2022-01-25T05:37:28.6346165Z Jan 25 05:37:28at 
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2022-01-25T05:37:28.6347145Z Jan 25 05:37:28at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
2022-01-25T05:37:28.6348207Z Jan 25 05:37:28at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2022-01-25T05:37:28.6349147Z Jan 25 05:37:28at 
java.lang.reflect.Method.invoke(Method.java:498)
2022-01-25T05:37:28.6350068Z Jan 25 05:37:28at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
2022-01-25T05:37:28.6351116Z Jan 25 05:37:28at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
2022-01-25T05:37:28.6352132Z Jan 25 05:37:28at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
2022-01-25T05:37:28.6353816Z Jan 25 05:37:28at 
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
2022-01-25T05:37:28.6354863Z Jan 25 05:37:28at 
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
2022-01-25T05:37:28.6355983Z Jan 25 05:37:28at 
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
2022-01-25T05:37:28.6356958Z Jan 25 05:37:28at 
org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
2022-01-25T05:37:28.6357871Z Jan 25 05:37:28at 
org.apache.flink.util.TestNameProvider$1.evaluate(TestNameProvider.java:45)
2022-01-25T05:37:28.6358799Z Jan 25 05:37:28at 
org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
2022-01-25T05:37:28.6359658Z Jan 25 05:37:28at 
org.junit.rules.RunRules.evaluate(RunRules.java:20)
2022-01-25T05:37:28.6360506Z Jan 25 05:37:28at 
org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
2022-01-25T05:37:28.6361425Z Jan 25 05:37:28at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
2022-01-25T05:37:28.6362486Z Jan 25 05:37:28at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
2022-01-25T05:37:28.6364531Z Jan 25 05:37:28at 
org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
2022-01-25T05:37:28.6365709Z Jan 25 05:37:28at 
org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
2022-01-25T05:37:28.6366600Z Jan 25 05:37:28at 
org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
2022-01-25T05:37:28.6367488Z Jan 25 05:37:28at 
org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
2022-01-25T05:37:28.6368333Z Jan 25 05:37:28at 
org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
2022-01-25T05:37:28.6369236Z Jan 25 05:37:28at 
org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
2022-01-25T05:37:28.6370133Z Jan 25 05:37:28at 
org.junit.rules.RunRules.evaluate(RunRules.java:20)
2022-01-25T05:37:28.6371056Z Jan 25 05:37:28at 
org.junit.runners.ParentRunner.run(ParentRunner.java:363)
2022-01-25T05:37:28.6371957Z Jan 25 05:37:28at 
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
2022-01-25T05:37:28.6373128Z Jan 25 05:37:28at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
2022-01-25T05:37:28.6374293Z Jan 25 05:37:28at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
2022-01-25T05:37:28.6375273Z Jan 25 05:37:28at 
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
2022-01-25T05:37:28.6376370Z Jan 25 05:37

[jira] [Created] (FLINK-25815) PulsarSourceITCase.testTaskManagerFailure failed on azure due to timeout

2022-01-25 Thread Yun Gao (Jira)
Yun Gao created FLINK-25815:
---

 Summary: PulsarSourceITCase.testTaskManagerFailure failed on azure 
due to timeout
 Key: FLINK-25815
 URL: https://issues.apache.org/jira/browse/FLINK-25815
 Project: Flink
  Issue Type: Bug
  Components: Connectors / Pulsar
Affects Versions: 1.15.0
Reporter: Yun Gao



{code:java}
022-01-25T06:46:46.5112869Z Jan 25 06:46:46 [ERROR] 
org.apache.flink.connector.pulsar.source.PulsarSourceITCase.testTaskManagerFailure(TestEnvironment,
 DataStreamSourceExternalContext, ClusterControllable)[2]  Time elapsed: 74.695 
s  <<< ERROR!
2022-01-25T06:46:46.5116004Z Jan 25 06:46:46 
org.apache.pulsar.client.api.PulsarClientException$TimeoutException: The 
producer mock-pulsar-wpuQ1c-1-19 can not send message to the topic 
persistent://public/default/pulsar-multiple-topic-0-bhxPrLuS-partition-0 within 
given timeout : createdAt 30002788101 ns ago, firstSentAt 2488196546830074 ns 
ago, lastSentAt 30002746662 ns ago, retryCount 1
2022-01-25T06:46:46.5117924Z Jan 25 06:46:46at 
org.apache.pulsar.client.api.PulsarClientException.unwrap(PulsarClientException.java:961)
2022-01-25T06:46:46.5143390Z Jan 25 06:46:46at 
org.apache.pulsar.client.impl.TypedMessageBuilderImpl.send(TypedMessageBuilderImpl.java:91)
2022-01-25T06:46:46.5145068Z Jan 25 06:46:46at 
org.apache.flink.connector.pulsar.testutils.runtime.PulsarRuntimeOperator.sendMessages(PulsarRuntimeOperator.java:178)
2022-01-25T06:46:46.5146447Z Jan 25 06:46:46at 
org.apache.flink.connector.pulsar.testutils.runtime.PulsarRuntimeOperator.sendMessages(PulsarRuntimeOperator.java:167)
2022-01-25T06:46:46.5147666Z Jan 25 06:46:46at 
org.apache.flink.connector.pulsar.testutils.PulsarPartitionDataWriter.writeRecords(PulsarPartitionDataWriter.java:41)
2022-01-25T06:46:46.5148974Z Jan 25 06:46:46at 
org.apache.flink.connector.testframe.testsuites.SourceTestSuiteBase.testTaskManagerFailure(SourceTestSuiteBase.java:328)
2022-01-25T06:46:46.5150053Z Jan 25 06:46:46at 
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2022-01-25T06:46:46.5150969Z Jan 25 06:46:46at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
2022-01-25T06:46:46.5152137Z Jan 25 06:46:46at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2022-01-25T06:46:46.5153083Z Jan 25 06:46:46at 
java.lang.reflect.Method.invoke(Method.java:498)
2022-01-25T06:46:46.5154039Z Jan 25 06:46:46at 
org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:725)
2022-01-25T06:46:46.5155081Z Jan 25 06:46:46at 
org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
2022-01-25T06:46:46.5156548Z Jan 25 06:46:46at 
org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
2022-01-25T06:46:46.5157869Z Jan 25 06:46:46at 
org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149)
2022-01-25T06:46:46.5158984Z Jan 25 06:46:46at 
org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140)
2022-01-25T06:46:46.5160169Z Jan 25 06:46:46at 
org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestTemplateMethod(TimeoutExtension.java:92)
2022-01-25T06:46:46.5161460Z Jan 25 06:46:46at 
org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
2022-01-25T06:46:46.5162858Z Jan 25 06:46:46at 
org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
2022-01-25T06:46:46.5164100Z Jan 25 06:46:46at 
org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
2022-01-25T06:46:46.5165365Z Jan 25 06:46:46at 
org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
2022-01-25T06:46:46.5166709Z Jan 25 06:46:46at 
org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
2022-01-25T06:46:46.5167925Z Jan 25 06:46:46at 
org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
2022-01-25T06:46:46.5169043Z Jan 25 06:46:46at 
org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104)
2022-01-25T06:46:46.5170296Z Jan 25 06:46:46at 
org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98)
2022-01-25T06:46:46.5171457Z Jan 25 06:46:46at 
org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:214)
2022-01-25T06:46:46.5172734Z Jan 25 06:46

[jira] [Created] (FLINK-25839) 'Run kubernetes application HA test' failed on azure due to could not get 3 completed checkpoints in 120 sec

2022-01-26 Thread Yun Gao (Jira)
Yun Gao created FLINK-25839:
---

 Summary: 'Run kubernetes application HA test' failed on azure due 
to could not get 3 completed checkpoints in 120 sec
 Key: FLINK-25839
 URL: https://issues.apache.org/jira/browse/FLINK-25839
 Project: Flink
  Issue Type: Bug
  Components: Deployment / Kubernetes
Affects Versions: 1.15.0
Reporter: Yun Gao



{code:java}
Jan 27 02:07:33 deployment.apps/flink-native-k8s-application-ha-1 condition met
Jan 27 02:07:33 Waiting for job 
(flink-native-k8s-application-ha-1-d8dc997d5-v8cpz) to have at least 3 
completed checkpoints ...
Jan 27 02:09:45 Could not get 3 completed checkpoints in 120 sec
Jan 27 02:09:45 Stopping job timeout watchdog (with pid=217858)
Jan 27 02:09:45 Debugging failed Kubernetes test:
Jan 27 02:09:45 Currently existing Kubernetes resources
{code}

https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=30261&view=logs&j=af885ea8-6b05-5dc2-4a37-eab9c0d1ab09&t=f779a55a-0ffe-5bbc-8824-3a79333d4559&l=5376



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Created] (FLINK-25847) KubernetesHighAvailabilityRecoverFromSavepointITCase. testRecoverFromSavepoint failed on azure

2022-01-27 Thread Yun Gao (Jira)
Yun Gao created FLINK-25847:
---

 Summary: KubernetesHighAvailabilityRecoverFromSavepointITCase. 
testRecoverFromSavepoint failed on azure
 Key: FLINK-25847
 URL: https://issues.apache.org/jira/browse/FLINK-25847
 Project: Flink
  Issue Type: Bug
  Components: Deployment / Kubernetes
Affects Versions: 1.15.0
Reporter: Yun Gao



{code:java}
2022-01-27T06:08:57.7214748Z Jan 27 06:08:57 [INFO] Running 
org.apache.flink.kubernetes.highavailability.KubernetesHighAvailabilityRecoverFromSavepointITCase
2022-01-27T06:10:23.2568324Z Jan 27 06:10:23 [ERROR] Tests run: 1, Failures: 0, 
Errors: 1, Skipped: 0, Time elapsed: 85.553 s <<< FAILURE! - in 
org.apache.flink.kubernetes.highavailability.KubernetesHighAvailabilityRecoverFromSavepointITCase
2022-01-27T06:10:23.2572289Z Jan 27 06:10:23 [ERROR] 
org.apache.flink.kubernetes.highavailability.KubernetesHighAvailabilityRecoverFromSavepointITCase.testRecoverFromSavepoint
  Time elapsed: 84.078 s  <<< ERROR!
2022-01-27T06:10:23.2573945Z Jan 27 06:10:23 
java.util.concurrent.TimeoutException
2022-01-27T06:10:23.2574625Z Jan 27 06:10:23at 
java.util.concurrent.CompletableFuture.timedGet(CompletableFuture.java:1784)
2022-01-27T06:10:23.2575381Z Jan 27 06:10:23at 
java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1928)
2022-01-27T06:10:23.2576428Z Jan 27 06:10:23at 
org.apache.flink.kubernetes.highavailability.KubernetesHighAvailabilityRecoverFromSavepointITCase.testRecoverFromSavepoint(KubernetesHighAvailabilityRecoverFromSavepointITCase.java:104)
2022-01-27T06:10:23.2578437Z Jan 27 06:10:23at 
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2022-01-27T06:10:23.2579141Z Jan 27 06:10:23at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
2022-01-27T06:10:23.2579893Z Jan 27 06:10:23at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2022-01-27T06:10:23.2594686Z Jan 27 06:10:23at 
java.lang.reflect.Method.invoke(Method.java:498)
2022-01-27T06:10:23.2595622Z Jan 27 06:10:23at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
2022-01-27T06:10:23.2596397Z Jan 27 06:10:23at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
2022-01-27T06:10:23.2597158Z Jan 27 06:10:23at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
2022-01-27T06:10:23.2597900Z Jan 27 06:10:23at 
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
2022-01-27T06:10:23.2598630Z Jan 27 06:10:23at 
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
2022-01-27T06:10:23.2599335Z Jan 27 06:10:23at 
org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
2022-01-27T06:10:23.2600044Z Jan 27 06:10:23at 
org.apache.flink.util.TestNameProvider$1.evaluate(TestNameProvider.java:45)
2022-01-27T06:10:23.2600736Z Jan 27 06:10:23at 
org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
2022-01-27T06:10:23.2601408Z Jan 27 06:10:23at 
org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
2022-01-27T06:10:23.2602124Z Jan 27 06:10:23at 
org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
2022-01-27T06:10:23.2602831Z Jan 27 06:10:23at 
org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
2022-01-27T06:10:23.2603531Z Jan 27 06:10:23at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
2022-01-27T06:10:23.2604270Z Jan 27 06:10:23at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
2022-01-27T06:10:23.2604975Z Jan 27 06:10:23at 
org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
2022-01-27T06:10:23.2605641Z Jan 27 06:10:23at 
org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
2022-01-27T06:10:23.2606313Z Jan 27 06:10:23at 
org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
2022-01-27T06:10:23.2607713Z Jan 27 06:10:23at 
org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
2022-01-27T06:10:23.2608497Z Jan 27 06:10:23at 
org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
2022-01-27T06:10:23.2609049Z Jan 27 06:10:23at 
org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
2022-01-27T06:10:23.2609623Z Jan 27 06:10:23at 
org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
2022-01-27T06:10:23.2610165Z Jan 27 06:10:23at 
org.junit.rules.RunRules.evaluate(RunRules.java:20)
2022-01-27T06:10:23.2610700Z Jan 27 06:10:23at 
org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
2022-01-27T06:10:23.2611621Z Jan 27 06:10:23at 
org.junit.runners.ParentRunner.run(ParentRunner.java:413)
2022-01-27T06:10:23.

[jira] [Created] (FLINK-25884) PulsarSourceITCase.testTaskManagerFailure failed on azure

2022-01-30 Thread Yun Gao (Jira)
Yun Gao created FLINK-25884:
---

 Summary: PulsarSourceITCase.testTaskManagerFailure failed on azure
 Key: FLINK-25884
 URL: https://issues.apache.org/jira/browse/FLINK-25884
 Project: Flink
  Issue Type: Bug
  Components: Connectors / Pulsar
Affects Versions: 1.13.5
Reporter: Yun Gao



{code:java}
022-01-30T04:23:34.0985745Z Jan 30 04:23:34 [ERROR] Tests run: 8, Failures: 1, 
Errors: 0, Skipped: 0, Time elapsed: 146.275 s <<< FAILURE! - in 
org.apache.flink.connector.pulsar.source.PulsarSourceITCase
2022-01-30T04:23:34.1007447Z Jan 30 04:23:34 [ERROR] 
testTaskManagerFailure{TestEnvironment, ExternalContext, 
ClusterControllable}[2]  Time elapsed: 24.029 s  <<< FAILURE!
2022-01-30T04:23:34.1008053Z Jan 30 04:23:34 java.lang.AssertionError: 
2022-01-30T04:23:34.1008387Z Jan 30 04:23:34 
2022-01-30T04:23:34.1016908Z Jan 30 04:23:34 Expected: Records consumed by 
Flink should be identical to test data and preserve the order in split
2022-01-30T04:23:34.1018207Z Jan 30 04:23:34  but: Mismatched record at 
position 35: Expected '0-Xyr234aDNWfV4C55F3Wvxcsm3EkA0Egx3adKqxG' but was 
'0-iFyyNpKte8Lu4wWK8NPz1BFSoc0XYI5yqnemcNr8Wv7avyQqP'
2022-01-30T04:23:34.1018923Z Jan 30 04:23:34at 
org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
2022-01-30T04:23:34.1019506Z Jan 30 04:23:34at 
org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:8)
2022-01-30T04:23:34.1020251Z Jan 30 04:23:34at 
org.apache.flink.connectors.test.common.testsuites.SourceTestSuiteBase.testTaskManagerFailure(SourceTestSuiteBase.java:289)
2022-01-30T04:23:34.1020934Z Jan 30 04:23:34at 
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2022-01-30T04:23:34.1021596Z Jan 30 04:23:34at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
2022-01-30T04:23:34.1022260Z Jan 30 04:23:34at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2022-01-30T04:23:34.1022853Z Jan 30 04:23:34at 
java.lang.reflect.Method.invoke(Method.java:498)
2022-01-30T04:23:34.1023453Z Jan 30 04:23:34at 
org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:688)
2022-01-30T04:23:34.1024245Z Jan 30 04:23:34at 
org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
2022-01-30T04:23:34.1025020Z Jan 30 04:23:34at 
org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
2022-01-30T04:23:34.1026041Z Jan 30 04:23:34at 
org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149)
2022-01-30T04:23:34.1026766Z Jan 30 04:23:34at 
org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140)
2022-01-30T04:23:34.1027523Z Jan 30 04:23:34at 
org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestTemplateMethod(TimeoutExtension.java:92)
2022-01-30T04:23:34.1028326Z Jan 30 04:23:34at 
org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
2022-01-30T04:23:34.1029128Z Jan 30 04:23:34at 
org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
2022-01-30T04:23:34.1029926Z Jan 30 04:23:34at 
org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
2022-01-30T04:23:34.1030893Z Jan 30 04:23:34at 
org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
2022-01-30T04:23:34.1031683Z Jan 30 04:23:34at 
org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
2022-01-30T04:23:34.1032466Z Jan 30 04:23:34at 
org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
2022-01-30T04:23:34.1033188Z Jan 30 04:23:34at 
org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104)
2022-01-30T04:23:34.1033870Z Jan 30 04:23:34at 
org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98)
2022-01-30T04:23:34.1034612Z Jan 30 04:23:34at 
org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:210)
2022-01-30T04:23:34.1035407Z Jan 30 04:23:34at 
org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
2022-01-30T04:23:34.1036188Z Jan 30 04:23:34at 
org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:206)
2022-01-30T04:23:34.1036961Z Jan 30 04:23:34at 
org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTes

[jira] [Created] (FLINK-25885) ClusterEntrypointTest.testWorkingDirectoryIsDeletedIfApplicationCompletes failed on azure

2022-01-30 Thread Yun Gao (Jira)
Yun Gao created FLINK-25885:
---

 Summary: 
ClusterEntrypointTest.testWorkingDirectoryIsDeletedIfApplicationCompletes  
failed on azure
 Key: FLINK-25885
 URL: https://issues.apache.org/jira/browse/FLINK-25885
 Project: Flink
  Issue Type: Bug
  Components: Runtime / Coordination
Affects Versions: 1.15.0
Reporter: Yun Gao



{code:java}
2022-01-31T05:00:07.3113870Z Jan 31 05:00:07 
java.util.concurrent.CompletionException: 
org.apache.flink.runtime.rpc.akka.exceptions.AkkaRpcException: Discard message, 
because the rpc endpoint 
akka.tcp://flink@127.0.0.1:6123/user/rpc/resourcemanager_2 has not been started 
yet.
2022-01-31T05:00:07.3115008Z Jan 31 05:00:07at 
java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:292)
2022-01-31T05:00:07.3115778Z Jan 31 05:00:07at 
java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:308)
2022-01-31T05:00:07.3116527Z Jan 31 05:00:07at 
java.util.concurrent.CompletableFuture.uniApply(CompletableFuture.java:607)
2022-01-31T05:00:07.3117267Z Jan 31 05:00:07at 
java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:591)
2022-01-31T05:00:07.3118011Z Jan 31 05:00:07at 
java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:488)
2022-01-31T05:00:07.3118770Z Jan 31 05:00:07at 
java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:1990)
2022-01-31T05:00:07.3119608Z Jan 31 05:00:07at 
org.apache.flink.runtime.rpc.akka.AkkaInvocationHandler.lambda$invokeRpc$1(AkkaInvocationHandler.java:251)
2022-01-31T05:00:07.3120425Z Jan 31 05:00:07at 
java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:774)
2022-01-31T05:00:07.3121199Z Jan 31 05:00:07at 
java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:750)
2022-01-31T05:00:07.3121957Z Jan 31 05:00:07at 
java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:488)
2022-01-31T05:00:07.3122716Z Jan 31 05:00:07at 
java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:1990)
2022-01-31T05:00:07.3123457Z Jan 31 05:00:07at 
org.apache.flink.util.concurrent.FutureUtils.doForward(FutureUtils.java:1387)
2022-01-31T05:00:07.3124241Z Jan 31 05:00:07at 
org.apache.flink.runtime.concurrent.akka.ClassLoadingUtils.lambda$null$1(ClassLoadingUtils.java:93)
2022-01-31T05:00:07.3125106Z Jan 31 05:00:07at 
org.apache.flink.runtime.concurrent.akka.ClassLoadingUtils.runWithContextClassLoader(ClassLoadingUtils.java:68)
2022-01-31T05:00:07.3126063Z Jan 31 05:00:07at 
org.apache.flink.runtime.concurrent.akka.ClassLoadingUtils.lambda$guardCompletionWithContextClassLoader$2(ClassLoadingUtils.java:92)
2022-01-31T05:00:07.3127207Z Jan 31 05:00:07at 
java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:774)
2022-01-31T05:00:07.3127982Z Jan 31 05:00:07at 
java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:750)
2022-01-31T05:00:07.3128741Z Jan 31 05:00:07at 
java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:488)
2022-01-31T05:00:07.3129497Z Jan 31 05:00:07at 
java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:1990)
2022-01-31T05:00:07.3130385Z Jan 31 05:00:07at 
org.apache.flink.runtime.concurrent.akka.AkkaFutureUtils$1.onComplete(AkkaFutureUtils.java:45)
2022-01-31T05:00:07.3131092Z Jan 31 05:00:07at 
akka.dispatch.OnComplete.internal(Future.scala:299)
2022-01-31T05:00:07.3131695Z Jan 31 05:00:07at 
akka.dispatch.OnComplete.internal(Future.scala:297)
2022-01-31T05:00:07.3132310Z Jan 31 05:00:07at 
akka.dispatch.japi$CallbackBridge.apply(Future.scala:224)
2022-01-31T05:00:07.3132943Z Jan 31 05:00:07at 
akka.dispatch.japi$CallbackBridge.apply(Future.scala:221)
2022-01-31T05:00:07.3133577Z Jan 31 05:00:07at 
scala.concurrent.impl.CallbackRunnable.run(Promise.scala:60)
2022-01-31T05:00:07.3134340Z Jan 31 05:00:07at 
org.apache.flink.runtime.concurrent.akka.AkkaFutureUtils$DirectExecutionContext.execute(AkkaFutureUtils.java:65)
2022-01-31T05:00:07.3135149Z Jan 31 05:00:07at 
scala.concurrent.impl.CallbackRunnable.executeWithValue(Promise.scala:68)
2022-01-31T05:00:07.3135898Z Jan 31 05:00:07at 
scala.concurrent.impl.Promise$DefaultPromise.$anonfun$tryComplete$1(Promise.scala:284)
2022-01-31T05:00:07.3136692Z Jan 31 05:00:07at 
scala.concurrent.impl.Promise$DefaultPromise.$anonfun$tryComplete$1$adapted(Promise.scala:284)
2022-01-31T05:00:07.3137454Z Jan 31 05:00:07at 
scala.concurrent.impl.Promise$DefaultPromise.tryComplete(Promise.scala:284)
2022-01-31T05:00:07.3138127Z Jan 31 05:00:07at 
akka.pattern.PromiseActorRef.$bang(AskSupport.scala:621)
2022-01-31T05:00:07.3138726Z Jan 31 05:00:07at

[jira] [Created] (FLINK-25901) Investigate why hostname might be resolved to different ips on azure pipeline

2022-01-31 Thread Yun Gao (Jira)
Yun Gao created FLINK-25901:
---

 Summary: Investigate why hostname might be resolved to different 
ips on azure pipeline
 Key: FLINK-25901
 URL: https://issues.apache.org/jira/browse/FLINK-25901
 Project: Flink
  Issue Type: Bug
  Components: Build System / Azure Pipelines
Affects Versions: 1.15.0
Reporter: Yun Gao


When debugging failures of some e2e tests we found that the hostname might be 
resolved to different IP addresses. This issues would need to continue 
investigating. 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Created] (FLINK-25966) KafkaSourceITCase failed on azure due to Create test topic : topic1 failed

2022-02-06 Thread Yun Gao (Jira)
Yun Gao created FLINK-25966:
---

 Summary: KafkaSourceITCase failed on azure due to Create test 
topic : topic1 failed
 Key: FLINK-25966
 URL: https://issues.apache.org/jira/browse/FLINK-25966
 Project: Flink
  Issue Type: Bug
  Components: Connectors / Kafka
Affects Versions: 1.14.3
Reporter: Yun Gao



{code:java}
Feb 07 00:50:05 [ERROR] 
org.apache.flink.connector.kafka.source.KafkaSourceITCase  Time elapsed: 
136.316 s  <<< FAILURE!
Feb 07 00:50:05 java.lang.AssertionError: Create test topic : topic1 failed, 
org.apache.kafka.common.errors.TimeoutException: Aborted due to timeout.
Feb 07 00:50:05 at org.junit.Assert.fail(Assert.java:88)
Feb 07 00:50:05 at 
org.apache.flink.streaming.connectors.kafka.KafkaTestEnvironmentImpl.createTestTopic(KafkaTestEnvironmentImpl.java:226)
Feb 07 00:50:05 at 
org.apache.flink.streaming.connectors.kafka.KafkaTestEnvironment.createTestTopic(KafkaTestEnvironment.java:112)
Feb 07 00:50:05 at 
org.apache.flink.streaming.connectors.kafka.KafkaTestBase.createTestTopic(KafkaTestBase.java:221)
Feb 07 00:50:05 at 
org.apache.flink.connector.kafka.source.KafkaSourceTestEnv.createTestTopic(KafkaSourceTestEnv.java:187)
Feb 07 00:50:05 at 
org.apache.flink.connector.kafka.source.KafkaSourceTestEnv.setupTopic(KafkaSourceTestEnv.java:224)
Feb 07 00:50:05 at 
org.apache.flink.connector.kafka.source.KafkaSourceITCase.setup(KafkaSourceITCase.java:67)
Feb 07 00:50:05 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
Feb 07 00:50:05 at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
Feb 07 00:50:05 at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
Feb 07 00:50:05 at java.lang.reflect.Method.invoke(Method.java:498)
Feb 07 00:50:05 at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
Feb 07 00:50:05 at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
Feb 07 00:50:05 at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
Feb 07 00:50:05 at 
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
Feb 07 00:50:05 at 
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
Feb 07 00:50:05 at 
org.junit.runners.ParentRunner.run(ParentRunner.java:363)
Feb 07 00:50:05 at 
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
Feb 07 00:50:05 at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
Feb 07 00:50:05 at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
Feb 07 00:50:05 at 
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
Feb 07 00:50:05 at 
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
Feb 07 00:50:05 at 
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
Feb 07 00:50:05 at 
org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
Feb 07 00:50:05 at 
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
{code}

https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=30816&view=logs&j=4be4ed2b-549a-533d-aa33-09e28e360cc8&t=0db94045-2aa0-53fa-f444-0130d6933518&l=7426



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Created] (FLINK-25967) StreamingModeDataStreamTests.test_keyed_process_function_with_state failed on azure

2022-02-06 Thread Yun Gao (Jira)
Yun Gao created FLINK-25967:
---

 Summary: 
StreamingModeDataStreamTests.test_keyed_process_function_with_state failed on 
azure
 Key: FLINK-25967
 URL: https://issues.apache.org/jira/browse/FLINK-25967
 Project: Flink
  Issue Type: Bug
  Components: API / Python
Affects Versions: 1.15.0
Reporter: Yun Gao



{code:java}
2022-02-07T03:46:14.7065997Z Feb 07 03:46:14 
=== FAILURES ===
2022-02-07T03:46:14.7077277Z Feb 07 03:46:14 _ 
StreamingModeDataStreamTests.test_keyed_process_function_with_state __
2022-02-07T03:46:14.703Z Feb 07 03:46:14 
2022-02-07T03:46:14.7078301Z Feb 07 03:46:14 self = 

2022-02-07T03:46:14.7078856Z Feb 07 03:46:14 
2022-02-07T03:46:14.7079241Z Feb 07 03:46:14 def 
test_keyed_process_function_with_state(self):
2022-02-07T03:46:14.7079730Z Feb 07 03:46:14 
self.env.get_config().set_auto_watermark_interval(2000)
2022-02-07T03:46:14.7080460Z Feb 07 03:46:14 
self.env.set_stream_time_characteristic(TimeCharacteristic.EventTime)
2022-02-07T03:46:14.7081786Z Feb 07 03:46:14 data_stream = 
self.env.from_collection([(1, 'hi', '1603708211000'),
2022-02-07T03:46:14.7082489Z Feb 07 03:46:14
 (2, 'hello', '1603708224000'),
2022-02-07T03:46:14.7083172Z Feb 07 03:46:14
 (3, 'hi', '1603708226000'),
2022-02-07T03:46:14.7083808Z Feb 07 03:46:14
 (4, 'hello', '1603708289000'),
2022-02-07T03:46:14.7084439Z Feb 07 03:46:14
 (5, 'hi', '1603708291000'),
2022-02-07T03:46:14.7085060Z Feb 07 03:46:14
 (6, 'hello', '1603708293000')],
2022-02-07T03:46:14.7085549Z Feb 07 03:46:14
type_info=Types.ROW([Types.INT(), Types.STRING(),
2022-02-07T03:46:14.7086019Z Feb 07 03:46:14
 Types.STRING()]))
2022-02-07T03:46:14.7086374Z Feb 07 03:46:14 
2022-02-07T03:46:14.7086749Z Feb 07 03:46:14 class 
MyTimestampAssigner(TimestampAssigner):
2022-02-07T03:46:14.7087121Z Feb 07 03:46:14 
2022-02-07T03:46:14.7087695Z Feb 07 03:46:14 def 
extract_timestamp(self, value, record_timestamp) -> int:
2022-02-07T03:46:14.7088140Z Feb 07 03:46:14 return 
int(value[2])
2022-02-07T03:46:14.7088469Z Feb 07 03:46:14 
2022-02-07T03:46:14.7088848Z Feb 07 03:46:14 class 
MyProcessFunction(KeyedProcessFunction):
2022-02-07T03:46:14.7089220Z Feb 07 03:46:14 
2022-02-07T03:46:14.7089537Z Feb 07 03:46:14 def __init__(self):
2022-02-07T03:46:14.7089916Z Feb 07 03:46:14 self.value_state = 
None
2022-02-07T03:46:14.7090294Z Feb 07 03:46:14 self.list_state = 
None
2022-02-07T03:46:14.7090676Z Feb 07 03:46:14 self.map_state = 
None
2022-02-07T03:46:14.7091117Z Feb 07 03:46:14 
2022-02-07T03:46:14.7091482Z Feb 07 03:46:14 def open(self, 
runtime_context: RuntimeContext):
2022-02-07T03:46:14.7092223Z Feb 07 03:46:14 
value_state_descriptor = ValueStateDescriptor('value_state', Types.INT())
2022-02-07T03:46:14.7092790Z Feb 07 03:46:14 self.value_state = 
runtime_context.get_state(value_state_descriptor)
2022-02-07T03:46:14.7093544Z Feb 07 03:46:14 
list_state_descriptor = ListStateDescriptor('list_state', Types.INT())
2022-02-07T03:46:14.7094102Z Feb 07 03:46:14 self.list_state = 
runtime_context.get_list_state(list_state_descriptor)
2022-02-07T03:46:14.7094883Z Feb 07 03:46:14 
map_state_descriptor = MapStateDescriptor('map_state', Types.INT(), 
Types.STRING())
2022-02-07T03:46:14.7095550Z Feb 07 03:46:14 state_ttl_config = 
StateTtlConfig \
2022-02-07T03:46:14.7095960Z Feb 07 03:46:14 
.new_builder(Time.seconds(1)) \
2022-02-07T03:46:14.7096643Z Feb 07 03:46:14 
.set_update_type(StateTtlConfig.UpdateType.OnReadAndWrite) \
2022-02-07T03:46:14.7097104Z Feb 07 03:46:14 
.set_state_visibility(
2022-02-07T03:46:14.7097563Z Feb 07 03:46:14 
StateTtlConfig.StateVisibility.ReturnExpiredIfNotCleanedUp) \
2022-02-07T03:46:14.7098044Z Feb 07 03:46:14 
.disable_cleanup_in_background() \
2022-02-07T03:46:14.7098425Z Feb 07 03:46:14 .build()
2022-02-07T03:46:14.7098835Z Feb 07 03:46:14 
map_state_descriptor.enable_time_to_live(state_ttl_config)
2022-02-07T03:46:14.7099362Z Feb 07 03:46

[jira] [Created] (FLINK-25968) Possible class leaks in flink-table / sql modules

2022-02-07 Thread Yun Gao (Jira)
Yun Gao created FLINK-25968:
---

 Summary: Possible class leaks in flink-table / sql modules
 Key: FLINK-25968
 URL: https://issues.apache.org/jira/browse/FLINK-25968
 Project: Flink
  Issue Type: Bug
  Components: Table SQL / Planner, Table SQL / Runtime
Affects Versions: 1.15.0
Reporter: Yun Gao


This is the umbrella issues for possible class leaks in flink-table / sql 
planner and runtimes.

Currently for a flink cluster, the flink classes are loaded by the system 
ClassLoader while each job would have separate user ClassLoaders. In this case, 
if some class loaded by the system ClassLoader has static variables that 
reference the classes loaded by the user  ClassLoaders, the user ClassLoaders 
would not be able to be released, which might cause class leak in some way. 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Created] (FLINK-25969) org.apache.flink.table.runtime.generated.CompileUtils might cause class leaks

2022-02-07 Thread Yun Gao (Jira)
Yun Gao created FLINK-25969:
---

 Summary: org.apache.flink.table.runtime.generated.CompileUtils 
might cause class leaks
 Key: FLINK-25969
 URL: https://issues.apache.org/jira/browse/FLINK-25969
 Project: Flink
  Issue Type: Sub-task
  Components: Table SQL / Runtime
Affects Versions: 1.15.0
Reporter: Yun Gao


CompileUtils has two static caches, namely COMPILED_CACHE and 
COMPILED_EXPRESSION_CACHE. COMPILED_CACHE is check that it might cache the user 
ClassLoaders with strong references, thus it might need be improved. 
COMPILED_EXPRESSION_CACHE would need a double check.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Created] (FLINK-25971) org.apache.flink.table.planner.plan.nodes.exec.serde.JsonSerdeUtil#OBJECT_MAPPER_INSTANCE might cause class leaks

2022-02-07 Thread Yun Gao (Jira)
Yun Gao created FLINK-25971:
---

 Summary: 
org.apache.flink.table.planner.plan.nodes.exec.serde.JsonSerdeUtil#OBJECT_MAPPER_INSTANCE
 might cause class leaks
 Key: FLINK-25971
 URL: https://issues.apache.org/jira/browse/FLINK-25971
 Project: Flink
  Issue Type: Sub-task
Reporter: Yun Gao


It might need a double check if 

JsonSerdeUtil#OBJECT_MAPPER_INSTANCE -> DefaultDeserializationContext 
_deserializationContext -> extends DeserializationContext -> DeserializerCache 
_cache -> _cachedDeserializers / _incompleteDeserializers might hold user 
ClassLoaders



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Created] (FLINK-25972) org.apache.calcite.rel.metadata.JaninoRelMetadataProvider#HANDLERS might cause class leaks

2022-02-07 Thread Yun Gao (Jira)
Yun Gao created FLINK-25972:
---

 Summary: 
org.apache.calcite.rel.metadata.JaninoRelMetadataProvider#HANDLERS might cause 
class leaks
 Key: FLINK-25972
 URL: https://issues.apache.org/jira/browse/FLINK-25972
 Project: Flink
  Issue Type: Sub-task
  Components: Table SQL / Planner
Affects Versions: 1.15.0
Reporter: Yun Gao


JaninoRelMetadataProvider -> static field HANDLERS -> generated class 
GeneratedMetadataHandler_ColumnNullCount loaded by 
org.codehaus.janino.ByteArrayClassLoader. This cache seems to use the strong 
references.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Created] (FLINK-25988) UnalignedCheckpointRescaleITCase failed with exit code 137

2022-02-07 Thread Yun Gao (Jira)
Yun Gao created FLINK-25988:
---

 Summary: UnalignedCheckpointRescaleITCase failed with exit code 137
 Key: FLINK-25988
 URL: https://issues.apache.org/jira/browse/FLINK-25988
 Project: Flink
  Issue Type: Bug
  Components: Runtime / Checkpointing
Affects Versions: 1.15.0
Reporter: Yun Gao



{code:java}
Feb 07 10:35:02 Starting 
org.apache.flink.test.checkpointing.UnalignedCheckpointRescaleITCase#shouldRescaleUnalignedCheckpoint[no
 scale multi_input from 7 to 7, buffersPerChannel = 0].
Feb 07 10:35:02 Starting 
org.apache.flink.test.checkpointing.UnalignedCheckpointRescaleITCase#shouldRescaleUnalignedCheckpoint[no
 scale multi_input from 7 to 7, buffersPerChannel = 0].
Feb 07 10:35:02 Finished 
org.apache.flink.test.checkpointing.UnalignedCheckpointRescaleITCase#shouldRescaleUnalignedCheckpoint[no
 scale multi_input from 7 to 7, buffersPerChannel = 0].
##[error]Exit code 137 returned from process: file name '/bin/docker', 
arguments 'exec -i -u 1003  -w /home/agent04_azpcontainer 
54763e695d61cf1a80b5d4d6c397eec13218a705cddf2d5d659cec21533e1f8a 
/__a/externals/node/bin/node /__w/_temp/containerHandlerInvoker.js'.
Finishing: Test - finegrained_resource_management
{code}

https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=30829&view=logs&j=a57e0635-3fad-5b08-57c7-a4142d7d6fa9&t=2ef0effc-1da1-50e5-c2bd-aab434b1c5b7&l=12459




--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Created] (FLINK-25989) EventTimeWindowCheckpointingITCase failed with exit code 137

2022-02-07 Thread Yun Gao (Jira)
Yun Gao created FLINK-25989:
---

 Summary: EventTimeWindowCheckpointingITCase failed with exit code 
137
 Key: FLINK-25989
 URL: https://issues.apache.org/jira/browse/FLINK-25989
 Project: Flink
  Issue Type: Bug
  Components: Runtime / Checkpointing
Affects Versions: 1.13.5
Reporter: Yun Gao



{code:java}
Feb 07 10:35:00 Starting 
org.apache.flink.test.checkpointing.EventTimeWindowCheckpointingITCase#testSlidingTimeWindow[statebackend
 type =ROCKSDB_FULLY_ASYNC].
##[error]Exit code 137 returned from process: file name '/bin/docker', 
arguments 'exec -i -u 1006  -w /home/agent07_azpcontainer 
cc88843b38dcb3e53e10065d2a740015cf3fd387e5ef47621c224a9b348fbb37 
/__a/externals/node/bin/node /__w/_temp/containerHandlerInvoker.js'.
Finishing: Test - tests
{code}

https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=30833&view=logs&j=5c8e7682-d68f-54d1-16a2-a09310218a49&t=f508e270-48d6-5f1e-3138-42a17e0714f0&l=4495



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Created] (FLINK-26036) LocalRecoveryITCase.testRecoverLocallyFromProcessCrashWithWorkingDirectory timeout on azure

2022-02-08 Thread Yun Gao (Jira)
Yun Gao created FLINK-26036:
---

 Summary: 
LocalRecoveryITCase.testRecoverLocallyFromProcessCrashWithWorkingDirectory 
timeout on azure
 Key: FLINK-26036
 URL: https://issues.apache.org/jira/browse/FLINK-26036
 Project: Flink
  Issue Type: Bug
  Components: Runtime / Checkpointing
Affects Versions: 1.15.0
Reporter: Yun Gao



{code:java}
022-02-09T02:18:17.1827314Z Feb 09 02:18:14 [ERROR] 
org.apache.flink.test.recovery.LocalRecoveryITCase.testRecoverLocallyFromProcessCrashWithWorkingDirectory
  Time elapsed: 62.252 s  <<< ERROR!
2022-02-09T02:18:17.1827940Z Feb 09 02:18:14 
java.util.concurrent.TimeoutException
2022-02-09T02:18:17.1828450Z Feb 09 02:18:14at 
java.util.concurrent.CompletableFuture.timedGet(CompletableFuture.java:1784)
2022-02-09T02:18:17.1829040Z Feb 09 02:18:14at 
java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1928)
2022-02-09T02:18:17.1829752Z Feb 09 02:18:14at 
org.apache.flink.test.recovery.LocalRecoveryITCase.testRecoverLocallyFromProcessCrashWithWorkingDirectory(LocalRecoveryITCase.java:115)
2022-02-09T02:18:17.1830407Z Feb 09 02:18:14at 
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2022-02-09T02:18:17.1830954Z Feb 09 02:18:14at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
2022-02-09T02:18:17.1831582Z Feb 09 02:18:14at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2022-02-09T02:18:17.1832135Z Feb 09 02:18:14at 
java.lang.reflect.Method.invoke(Method.java:498)
2022-02-09T02:18:17.1832697Z Feb 09 02:18:14at 
org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:725)
2022-02-09T02:18:17.1833566Z Feb 09 02:18:14at 
org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
2022-02-09T02:18:17.1834394Z Feb 09 02:18:14at 
org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
2022-02-09T02:18:17.1835125Z Feb 09 02:18:14at 
org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149)
2022-02-09T02:18:17.1835875Z Feb 09 02:18:14at 
org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140)
2022-02-09T02:18:17.1836565Z Feb 09 02:18:14at 
org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84)
2022-02-09T02:18:17.1837294Z Feb 09 02:18:14at 
org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
2022-02-09T02:18:17.1838007Z Feb 09 02:18:14at 
org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
2022-02-09T02:18:17.1838743Z Feb 09 02:18:14at 
org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
2022-02-09T02:18:17.1839499Z Feb 09 02:18:14at 
org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
2022-02-09T02:18:17.1840224Z Feb 09 02:18:14at 
org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
2022-02-09T02:18:17.1840952Z Feb 09 02:18:14at 
org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
2022-02-09T02:18:17.1841616Z Feb 09 02:18:14at 
org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104)
2022-02-09T02:18:17.1842257Z Feb 09 02:18:14at 
org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98)
2022-02-09T02:18:17.1842951Z Feb 09 02:18:14at 
org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:214)
2022-02-09T02:18:17.1843681Z Feb 09 02:18:14at 
org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
2022-02-09T02:18:17.1844782Z Feb 09 02:18:14at 
org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:210)
2022-02-09T02:18:17.1845603Z Feb 09 02:18:14at 
org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135)
2022-02-09T02:18:17.1846375Z Feb 09 02:18:14at 
org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:66)
2022-02-09T02:18:17.1847084Z Feb 09 02:18:14at 
org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
2022-02-09T02:18:17.1847785Z Feb 09 02:18:14at 
org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
2022-02-09T02:18:17.1848490Z Feb 09

[jira] [Created] (FLINK-26037) TaskManagerRunnerTest JVM crash with exit code 239

2022-02-08 Thread Yun Gao (Jira)
Yun Gao created FLINK-26037:
---

 Summary: TaskManagerRunnerTest JVM crash with exit code 239
 Key: FLINK-26037
 URL: https://issues.apache.org/jira/browse/FLINK-26037
 Project: Flink
  Issue Type: Bug
  Components: Runtime / Coordination
Affects Versions: 1.15.0
Reporter: Yun Gao



{code:java}
Feb 09 02:22:52 [ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M5:test (default-test) on 
project flink-runtime: There are test failures.
Feb 09 02:22:52 [ERROR] 
Feb 09 02:22:52 [ERROR] Please refer to 
/__w/2/s/flink-runtime/target/surefire-reports for the individual test results.
Feb 09 02:22:52 [ERROR] Please refer to dump files (if any exist) [date].dump, 
[date]-jvmRun[N].dump and [date].dumpstream.
Feb 09 02:22:52 [ERROR] ExecutionException The forked VM terminated without 
properly saying goodbye. VM crash or System.exit called?
Feb 09 02:22:52 [ERROR] Command was /bin/sh -c cd /__w/2/s/flink-runtime && 
/usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java -Xms256m -Xmx2048m 
-Dmvn.forkNumber=2 -XX:+UseG1GC -Duser.country=US -Duser.language=en -jar 
/__w/2/s/flink-runtime/target/surefire/surefirebooter2302747870022684931.jar 
/__w/2/s/flink-runtime/target/surefire 2022-02-09T01-58-20_619-jvmRun2 
surefire8313405181432833392tmp surefire_2318122906826894495431tmp
Feb 09 02:22:52 [ERROR] Error occurred in starting fork, check output in log
Feb 09 02:22:52 [ERROR] Process Exit Code: 239
Feb 09 02:22:52 [ERROR] Crashed tests:
Feb 09 02:22:52 [ERROR] 
org.apache.flink.runtime.taskexecutor.TaskManagerRunnerTest
Feb 09 02:22:52 [ERROR] 
org.apache.maven.surefire.booter.SurefireBooterForkException: 
ExecutionException The forked VM terminated without properly saying goodbye. VM 
crash or System.exit called?
Feb 09 02:22:52 [ERROR] Command was /bin/sh -c cd /__w/2/s/flink-runtime && 
/usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java -Xms256m -Xmx2048m 
-Dmvn.forkNumber=2 -XX:+UseG1GC -Duser.country=US -Duser.language=en -jar 
/__w/2/s/flink-runtime/target/surefire/surefirebooter2302747870022684931.jar 
/__w/2/s/flink-runtime/target/surefire 2022-02-09T01-58-20_619-jvmRun2 
surefire8313405181432833392tmp surefire_2318122906826894495431tmp
Feb 09 02:22:52 [ERROR] Error occurred in starting fork, check output in log
Feb 09 02:22:52 [ERROR] Process Exit Code: 239
Feb 09 02:22:52 [ERROR] Crashed tests:
Feb 09 02:22:52 [ERROR] 
org.apache.flink.runtime.taskexecutor.TaskManagerRunnerTest
Feb 09 02:22:52 [ERROR] at 
org.apache.maven.plugin.surefire.booterclient.ForkStarter.awaitResultsDone(ForkStarter.java:532)
Feb 09 02:22:52 [ERROR] at 
org.apache.maven.plugin.surefire.booterclient.ForkStarter.runSuitesForkPerTestSet(ForkStarter.java:479)
Feb 09 02:22:52 [ERROR] at 
org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:322)
Feb 09 02:22:52 [ERROR] at 
org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:266)
Feb 09 02:22:52 [ERROR] at 
org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1314)
Feb 09 02:22:52 [ERROR] at 
org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:1159)
Feb 09 02:22:52 [ERROR] at 
org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:932)
Feb 09 02:22:52 [ERROR] at 
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:132)
Feb 09 02:22:52 [ERROR] at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
Feb 09 02:22:52 [ERROR] at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
Feb 09 02:22:52 [ERROR] at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
Feb 09 02:22:52 [ERROR] at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
Feb 09 02:22:52 [ERROR] at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
Feb 09 02:22:52 [ERROR] at 
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
Feb 09 02:22:52 [ERROR] at 
org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:120)
Feb 09 02:22:52 [ERROR] at 
org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:355)
Feb 09 02:22:52 [ERROR] at 
org.apache.maven.DefaultMaven.execute(DefaultMaven.java:155)
Feb 09 02:22:52 [ERROR] at 
org.apache.maven.cli.MavenCli.execute(MavenCli.java:584)

{code}

https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=30956&view=logs&j=a57e0635-3fad-5b08-57c7-a4142d7d6fa9&t=2ef0effc-1da1-50e5-c2bd-aab434b1c5b7&l=9164



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Created] (FLINK-26040) PrometheusReporterEndToEndITCase hang on azure pipeline

2022-02-08 Thread Yun Gao (Jira)
Yun Gao created FLINK-26040:
---

 Summary: PrometheusReporterEndToEndITCase hang on azure pipeline
 Key: FLINK-26040
 URL: https://issues.apache.org/jira/browse/FLINK-26040
 Project: Flink
  Issue Type: Bug
  Components: Runtime / Metrics
Affects Versions: 1.13.5
Reporter: Yun Gao



{code:java}
"main" #1 prio=5 os_prio=0 tid=0x7ffb1400b800 nid=0x9590b in Object.wait() 
[0x7ffb199a8000]
   java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
- waiting on <0x8a2fd4b8> (a java.lang.UNIXProcess)
at java.lang.Object.wait(Object.java:460)
at java.util.concurrent.TimeUnit.timedWait(TimeUnit.java:348)
at java.lang.UNIXProcess.waitFor(UNIXProcess.java:410)
- locked <0x8a2fd4b8> (a java.lang.UNIXProcess)
at 
org.apache.flink.tests.util.AutoClosableProcess$AutoClosableProcessBuilder.runBlocking(AutoClosableProcess.java:134)
at 
org.apache.flink.tests.util.AutoClosableProcess$AutoClosableProcessBuilder.runBlocking(AutoClosableProcess.java:115)
at 
org.apache.flink.tests.util.flink.FlinkDistribution.startFlinkCluster(FlinkDistribution.java:119)
at 
org.apache.flink.tests.util.flink.LocalStandaloneFlinkResource.startCluster(LocalStandaloneFlinkResource.java:133)
at 
org.apache.flink.metrics.prometheus.tests.PrometheusReporterEndToEndITCase.testReporter(PrometheusReporterEndToEndITCase.java:231)
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.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
at 
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at 
org.apache.flink.util.ExternalResource$1.evaluate(ExternalResource.java:48)
at 
org.apache.flink.util.ExternalResource$1.evaluate(ExternalResource.java:48)
at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
at 
org.apache.flink.util.TestNameProvider$1.evaluate(TestNameProvider.java:45)
at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)

{code}

https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=30955&view=logs&j=08866332-78f7-59e4-4f7e-49a56faa3179&t=7f606211-1454-543c-70ab-c7a028a1ce8c&l=30397



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Created] (FLINK-26041) AbstractTaskManagerProcessFailureRecoveryTest.testTaskManagerProcessFailure hang on azure

2022-02-09 Thread Yun Gao (Jira)
Yun Gao created FLINK-26041:
---

 Summary: 
AbstractTaskManagerProcessFailureRecoveryTest.testTaskManagerProcessFailure 
hang on azure
 Key: FLINK-26041
 URL: https://issues.apache.org/jira/browse/FLINK-26041
 Project: Flink
  Issue Type: Bug
  Components: Runtime / Coordination
Affects Versions: 1.15.0
Reporter: Yun Gao



{code:java}
Feb 08 13:04:58 "main" #1 prio=5 os_prio=0 tid=0x7fdcf000b800 nid=0x47bd 
waiting on condition [0x7fdcf697b000]
Feb 08 13:04:58java.lang.Thread.State: WAITING (parking)
Feb 08 13:04:58 at sun.misc.Unsafe.park(Native Method)
Feb 08 13:04:58 - parking to wait for  <0x8f644330> (a 
java.util.concurrent.CompletableFuture$Signaller)
Feb 08 13:04:58 at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
Feb 08 13:04:58 at 
java.util.concurrent.CompletableFuture$Signaller.block(CompletableFuture.java:1707)
Feb 08 13:04:58 at 
java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3323)
Feb 08 13:04:58 at 
java.util.concurrent.CompletableFuture.waitingGet(CompletableFuture.java:1742)
Feb 08 13:04:58 at 
java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1908)
Feb 08 13:04:58 at 
org.apache.flink.util.AutoCloseableAsync.close(AutoCloseableAsync.java:36)
Feb 08 13:04:58 at 
org.apache.flink.test.recovery.AbstractTaskManagerProcessFailureRecoveryTest.testTaskManagerProcessFailure(AbstractTaskManagerProcessFailureRecoveryTest.java:209)
Feb 08 13:04:58 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
Feb 08 13:04:58 at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
Feb 08 13:04:58 at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
Feb 08 13:04:58 at java.lang.reflect.Method.invoke(Method.java:498)
Feb 08 13:04:58 at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
Feb 08 13:04:58 at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
Feb 08 13:04:58 at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
Feb 08 13:04:58 at 
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
Feb 08 13:04:58 at 
org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
Feb 08 13:04:58 at 
org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
Feb 08 13:04:58 at 
org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
Feb 08 13:04:58 at 
org.apache.flink.util.TestNameProvider$1.evaluate(TestNameProvider.java:45)
Feb 08 13:04:58 at 
org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
Feb 08 13:04:58 at 
org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
Feb 08 13:04:58 at 
org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
Feb 08 13:04:58 at 
org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
Feb 08 13:04:58 at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
Feb 08 13:04:58 at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
Feb 08 13:04:58 at 
org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
Feb 08 13:04:58 at 
org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
Feb 08 13:04:58 at 
org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
Feb 08 13:04:58 at 
org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
Feb 08 13:04:58 at 
org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
Feb 08 13:04:58 at 
org.junit.runners.ParentRunner.run(ParentRunner.java:413)
Feb 08 13:04:58 at org.junit.runners.Suite.runChild(Suite.java:128)
Feb 08 13:04:58 at org.junit.runners.Suite.runChild(Suite.java:27)

{code}

https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=30901&view=logs&j=a57e0635-3fad-5b08-57c7-a4142d7d6fa9&t=2ef0effc-1da1-50e5-c2bd-aab434b1c5b7&l=14617



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Created] (FLINK-26042) PyFlinkEmbeddedSubInterpreterTests. test_udf_without_arguments failed on azure

2022-02-09 Thread Yun Gao (Jira)
Yun Gao created FLINK-26042:
---

 Summary: PyFlinkEmbeddedSubInterpreterTests. 
test_udf_without_arguments failed on azure
 Key: FLINK-26042
 URL: https://issues.apache.org/jira/browse/FLINK-26042
 Project: Flink
  Issue Type: Bug
  Components: API / Python
Affects Versions: 1.15.0
Reporter: Yun Gao



{code:java}
2022-02-08T02:55:16.0701246Z Feb 08 02:55:16 
=== FAILURES ===
2022-02-08T02:55:16.0702483Z Feb 08 02:55:16  
PyFlinkEmbeddedSubInterpreterTests.test_udf_without_arguments _
2022-02-08T02:55:16.0703190Z Feb 08 02:55:16 
2022-02-08T02:55:16.0703959Z Feb 08 02:55:16 self = 

2022-02-08T02:55:16.0704967Z Feb 08 02:55:16 
2022-02-08T02:55:16.0705639Z Feb 08 02:55:16 def 
test_udf_without_arguments(self):
2022-02-08T02:55:16.0706641Z Feb 08 02:55:16 one = udf(lambda: 1, 
result_type=DataTypes.BIGINT(), deterministic=True)
2022-02-08T02:55:16.0707595Z Feb 08 02:55:16 two = udf(lambda: 2, 
result_type=DataTypes.BIGINT(), deterministic=False)
2022-02-08T02:55:16.0713079Z Feb 08 02:55:16 
2022-02-08T02:55:16.0714866Z Feb 08 02:55:16 table_sink = 
source_sink_utils.TestAppendSink(['a', 'b'],
2022-02-08T02:55:16.0716495Z Feb 08 02:55:16
   [DataTypes.BIGINT(), DataTypes.BIGINT()])
2022-02-08T02:55:16.0717411Z Feb 08 02:55:16 
self.t_env.register_table_sink("Results", table_sink)
2022-02-08T02:55:16.0718059Z Feb 08 02:55:16 
2022-02-08T02:55:16.0719148Z Feb 08 02:55:16 t = 
self.t_env.from_elements([(1, 2), (2, 5), (3, 1)], ['a', 'b'])
2022-02-08T02:55:16.0719974Z Feb 08 02:55:16 >   t.select(one(), 
two()).execute_insert("Results").wait()
2022-02-08T02:55:16.0720697Z Feb 08 02:55:16 
2022-02-08T02:55:16.0721294Z Feb 08 02:55:16 
pyflink/table/tests/test_udf.py:252: 
2022-02-08T02:55:16.0722119Z Feb 08 02:55:16 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
2022-02-08T02:55:16.0722943Z Feb 08 02:55:16 pyflink/table/table_result.py:76: 
in wait
2022-02-08T02:55:16.0723686Z Feb 08 02:55:16 
get_method(self._j_table_result, "await")()
2022-02-08T02:55:16.0725024Z Feb 08 02:55:16 
.tox/py37-cython/lib/python3.7/site-packages/py4j/java_gateway.py:1322: in 
__call__
2022-02-08T02:55:16.0726044Z Feb 08 02:55:16 answer, self.gateway_client, 
self.target_id, self.name)
2022-02-08T02:55:16.0726824Z Feb 08 02:55:16 pyflink/util/exceptions.py:146: in 
deco
2022-02-08T02:55:16.0727569Z Feb 08 02:55:16 return f(*a, **kw)
2022-02-08T02:55:16.0728326Z Feb 08 02:55:16 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
2022-02-08T02:55:16.0728995Z Feb 08 02:55:16 
2022-02-08T02:55:16.0729717Z Feb 08 02:55:16 answer = 'x'
2022-02-08T02:55:16.0730447Z Feb 08 02:55:16 gateway_client = 

2022-02-08T02:55:16.0731465Z Feb 08 02:55:16 target_id = 'o26503', name = 
'await'
2022-02-08T02:55:16.0732045Z Feb 08 02:55:16 
2022-02-08T02:55:16.0732763Z Feb 08 02:55:16 def get_return_value(answer, 
gateway_client, target_id=None, name=None):
2022-02-08T02:55:16.0733699Z Feb 08 02:55:16 """Converts an answer 
received from the Java gateway into a Python object.
2022-02-08T02:55:16.0734508Z Feb 08 02:55:16 
2022-02-08T02:55:16.0735205Z Feb 08 02:55:16 For example, string 
representation of integers are converted to Python
2022-02-08T02:55:16.0736228Z Feb 08 02:55:16 integer, string 
representation of objects are converted to JavaObject
2022-02-08T02:55:16.0736974Z Feb 08 02:55:16 instances, etc.
2022-02-08T02:55:16.0737508Z Feb 08 02:55:16 
2022-02-08T02:55:16.0738185Z Feb 08 02:55:16 :param answer: the string 
returned by the Java gateway
2022-02-08T02:55:16.0739074Z Feb 08 02:55:16 :param gateway_client: the 
gateway client used to communicate with the Java
2022-02-08T02:55:16.0739994Z Feb 08 02:55:16 Gateway. Only 
necessary if the answer is a reference (e.g., object,
2022-02-08T02:55:16.0740723Z Feb 08 02:55:16 list, map)
2022-02-08T02:55:16.0741491Z Feb 08 02:55:16 :param target_id: the name 
of the object from which the answer comes from
2022-02-08T02:55:16.0742350Z Feb 08 02:55:16 (e.g., *object1* in 
`object1.hello()`). Optional.
2022-02-08T02:55:16.0743175Z Feb 08 02:55:16 :param name: the name of 
the member from which the answer comes from
2022-02-08T02:55:16.0744315Z Feb 08 02:55:16 (e.g., *hello* in 
`object1.hello()`). Optional.
2022-02-08T02:55:16.0744973Z Feb 08 02:55:16 """
2022-02-08T02:55:16.0745608Z Feb 08 02:55:16 if is_error(answer)[0]:
2022-02-08T02:55:16.0746484Z Feb 08 02

[jira] [Created] (FLINK-26065) org.apache.flink.table.api.PlanReference$ContentPlanReference $FilePlanReference $ResourcePlanReference violation the api rules

2022-02-09 Thread Yun Gao (Jira)
Yun Gao created FLINK-26065:
---

 Summary: 
org.apache.flink.table.api.PlanReference$ContentPlanReference 
$FilePlanReference $ResourcePlanReference violation the api rules
 Key: FLINK-26065
 URL: https://issues.apache.org/jira/browse/FLINK-26065
 Project: Flink
  Issue Type: Bug
  Components: Table SQL / API
Affects Versions: 1.15.0
Reporter: Yun Gao



{code:java}
Feb 09 21:10:32 [ERROR] Failures: 
Feb 09 21:10:32 [ERROR]   Architecture Violation [Priority: MEDIUM] - Rule 
'Classes in API packages should have at least one API visibility annotation.' 
was violated (3 times):
Feb 09 21:10:32 org.apache.flink.table.api.PlanReference$ContentPlanReference 
does not satisfy: annotated with @Internal or annotated with @Experimental or 
annotated with @PublicEvolving or annotated with @Public or annotated with 
@Deprecated
Feb 09 21:10:32 org.apache.flink.table.api.PlanReference$FilePlanReference does 
not satisfy: annotated with @Internal or annotated with @Experimental or 
annotated with @PublicEvolving or annotated with @Public or annotated with 
@Deprecated
Feb 09 21:10:32 org.apache.flink.table.api.PlanReference$ResourcePlanReference 
does not satisfy: annotated with @Internal or annotated with @Experimental or 
annotated with @PublicEvolving or annotated with @Public or annotated with 
@Deprecated
Feb 09 21:10:32 [INFO] 
Feb 09 21:10:32 [ERROR] Tests run: 7, Failures: 1, Errors: 0, Skipped: 0
{code}

https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=31051&view=logs&j=fc5181b0-e452-5c8f-68de-1097947f6483&t=995c650b-6573-581c-9ce6-7ad4cc038461&l=26427



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Created] (FLINK-26067) ZooKeeperLeaderElectionConnectionHandlingTest. testLoseLeadershipOnLostConnectionIfTolerateSuspendedConnectionsIsEnabled failed due to timeout

2022-02-09 Thread Yun Gao (Jira)
Yun Gao created FLINK-26067:
---

 Summary: ZooKeeperLeaderElectionConnectionHandlingTest. 
testLoseLeadershipOnLostConnectionIfTolerateSuspendedConnectionsIsEnabled 
failed due to timeout
 Key: FLINK-26067
 URL: https://issues.apache.org/jira/browse/FLINK-26067
 Project: Flink
  Issue Type: Bug
  Components: Runtime / Coordination
Affects Versions: 1.15.0
Reporter: Yun Gao



{code:java}
Feb 09 08:58:56 [ERROR] Tests run: 3, Failures: 0, Errors: 1, Skipped: 0, Time 
elapsed: 18.67 s <<< FAILURE! - in 
org.apache.flink.runtime.leaderelection.ZooKeeperLeaderElectionConnectionHandlingTest
Feb 09 08:58:56 [ERROR] 
org.apache.flink.runtime.leaderelection.ZooKeeperLeaderElectionConnectionHandlingTest.testLoseLeadershipOnLostConnectionIfTolerateSuspendedConnectionsIsEnabled
  Time elapsed: 8.096 s  <<< ERROR!
Feb 09 08:58:56 java.util.concurrent.TimeoutException
Feb 09 08:58:56 at 
org.apache.flink.core.testutils.OneShotLatch.await(OneShotLatch.java:106)
Feb 09 08:58:56 at 
org.apache.flink.runtime.leaderelection.ZooKeeperLeaderElectionConnectionHandlingTest$TestingContender.awaitRevokeLeadership(ZooKeeperLeaderElectionConnectionHandlingTest.java:211)
Feb 09 08:58:56 at 
org.apache.flink.runtime.leaderelection.ZooKeeperLeaderElectionConnectionHandlingTest.lambda$testLoseLeadershipOnLostConnectionIfTolerateSuspendedConnectionsIsEnabled$2(ZooKeeperLeaderElectionConnectionHandlingTest.java:100)
Feb 09 08:58:56 at 
org.apache.flink.runtime.leaderelection.ZooKeeperLeaderElectionConnectionHandlingTest.runTestWithZooKeeperConnectionProblem(ZooKeeperLeaderElectionConnectionHandlingTest.java:164)
Feb 09 08:58:56 at 
org.apache.flink.runtime.leaderelection.ZooKeeperLeaderElectionConnectionHandlingTest.runTestWithLostZooKeeperConnection(ZooKeeperLeaderElectionConnectionHandlingTest.java:109)
Feb 09 08:58:56 at 
org.apache.flink.runtime.leaderelection.ZooKeeperLeaderElectionConnectionHandlingTest.testLoseLeadershipOnLostConnectionIfTolerateSuspendedConnectionsIsEnabled(ZooKeeperLeaderElectionConnectionHandlingTest.java:96)
Feb 09 08:58:56 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
Feb 09 08:58:56 at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
Feb 09 08:58:56 at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
Feb 09 08:58:56 at java.lang.reflect.Method.invoke(Method.java:498)
Feb 09 08:58:56 at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
Feb 09 08:58:56 at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
Feb 09 08:58:56 at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
Feb 09 08:58:56 at 
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
Feb 09 08:58:56 at 
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
Feb 09 08:58:56 at 
org.apache.flink.runtime.util.TestingFatalErrorHandlerResource$CloseableStatement.evaluate(TestingFatalErrorHandlerResource.java:94)
Feb 09 08:58:56 at 
org.apache.flink.runtime.util.TestingFatalErrorHandlerResource$CloseableStatement.access$200(TestingFatalErrorHandlerResource.java:86)
Feb 09 08:58:56 at 
org.apache.flink.runtime.util.TestingFatalErrorHandlerResource$1.evaluate(TestingFatalErrorHandlerResource.java:58)
Feb 09 08:58:56 at 
org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
Feb 09 08:58:56 at 
org.apache.flink.util.TestNameProvider$1.evaluate(TestNameProvider.java:45)
Feb 09 08:58:56 at 
org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
Feb 09 08:58:56 at 
org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
Feb 09 08:58:56 at 
org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
Feb 09 08:58:56 at 
org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
Feb 09 08:58:56 at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
Feb 09 08:58:56 at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
Feb 09 08:58:56 at 
org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
Feb 09 08:58:56 at 
org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
Feb 09 08:58:56 at 
org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
Feb 09 08:58:56 at 
org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
Feb 09 08:58:56 at 
org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)

{code}

https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=30979&view=logs&

[jira] [Created] (FLINK-26068) ZooKeeperJobGraphsStoreITCase.testPutAndRemoveJobGraph failed on azure

2022-02-09 Thread Yun Gao (Jira)
Yun Gao created FLINK-26068:
---

 Summary: ZooKeeperJobGraphsStoreITCase.testPutAndRemoveJobGraph 
failed on azure
 Key: FLINK-26068
 URL: https://issues.apache.org/jira/browse/FLINK-26068
 Project: Flink
  Issue Type: Bug
  Components: Runtime / Coordination
Affects Versions: 1.15.0
Reporter: Yun Gao



{code:java}

Feb 09 13:41:24 
org.apache.flink.shaded.zookeeper3.org.apache.zookeeper.KeeperException$BadVersionException:
 KeeperErrorCode = BadVersion for 
/flink/default/testPutAndRemoveJobGraph/372cd3c2dc2c8b3071d3f8fec2285fb9
Feb 09 13:41:24 at 
org.apache.flink.shaded.zookeeper3.org.apache.zookeeper.KeeperException.create(KeeperException.java:122)
Feb 09 13:41:24 at 
org.apache.flink.shaded.zookeeper3.org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
Feb 09 13:41:24 at 
org.apache.flink.shaded.zookeeper3.org.apache.zookeeper.ZooKeeper.setData(ZooKeeper.java:2384)
Feb 09 13:41:24 at 
org.apache.flink.shaded.curator5.org.apache.curator.framework.imps.SetDataBuilderImpl$7.call(SetDataBuilderImpl.java:398)
Feb 09 13:41:24 at 
org.apache.flink.shaded.curator5.org.apache.curator.framework.imps.SetDataBuilderImpl$7.call(SetDataBuilderImpl.java:385)
Feb 09 13:41:24 at 
org.apache.flink.shaded.curator5.org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:93)
Feb 09 13:41:24 at 
org.apache.flink.shaded.curator5.org.apache.curator.framework.imps.SetDataBuilderImpl.pathInForeground(SetDataBuilderImpl.java:382)
Feb 09 13:41:24 at 
org.apache.flink.shaded.curator5.org.apache.curator.framework.imps.SetDataBuilderImpl.forPath(SetDataBuilderImpl.java:358)
Feb 09 13:41:24 at 
org.apache.flink.shaded.curator5.org.apache.curator.framework.imps.SetDataBuilderImpl.forPath(SetDataBuilderImpl.java:36)
Feb 09 13:41:24 at 
org.apache.flink.runtime.zookeeper.ZooKeeperStateHandleStore.setStateHandle(ZooKeeperStateHandleStore.java:268)
Feb 09 13:41:24 at 
org.apache.flink.runtime.zookeeper.ZooKeeperStateHandleStore.replace(ZooKeeperStateHandleStore.java:232)
Feb 09 13:41:24 at 
org.apache.flink.runtime.zookeeper.ZooKeeperStateHandleStore.replace(ZooKeeperStateHandleStore.java:86)
Feb 09 13:41:24 at 
org.apache.flink.runtime.jobmanager.DefaultJobGraphStore.putJobGraph(DefaultJobGraphStore.java:226)
Feb 09 13:41:24 at 
org.apache.flink.runtime.jobmanager.ZooKeeperJobGraphsStoreITCase.testPutAndRemoveJobGraph(ZooKeeperJobGraphsStoreITCase.java:123)
Feb 09 13:41:24 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
Feb 09 13:41:24 at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
Feb 09 13:41:24 at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
Feb 09 13:41:24 at java.lang.reflect.Method.invoke(Method.java:498)
Feb 09 13:41:24 at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
Feb 09 13:41:24 at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
Feb 09 13:41:24 at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
Feb 09 13:41:24 at 
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
Feb 09 13:41:24 at 
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
Feb 09 13:41:24 at 
org.apache.flink.util.TestNameProvider$1.evaluate(TestNameProvider.java:45)
Feb 09 13:41:24 at 
org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
Feb 09 13:41:24 at 
org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
Feb 09 13:41:24 at 
org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
Feb 09 13:41:24 at 
org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
Feb 09 13:41:24 at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
Feb 09 13:41:24 at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
Feb 09 13:41:24 at 
org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
Feb 09 13:41:24 at 
org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
Feb 09 13:41:24 at 
org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
Feb 09 13:41:24 at 
org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
Feb 09 13:41:24 at 
org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
Feb 09 13:41:24 at 
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
Feb 09 13:41:24 at 
org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
Feb 09 13:41:24 at 
org.junit.runners.ParentRunner.run

[jira] [Created] (FLINK-26069) KinesisFirehoseSinkITCase failed due to org.testcontainers.containers.ContainerLaunchException: Container startup failed

2022-02-09 Thread Yun Gao (Jira)
Yun Gao created FLINK-26069:
---

 Summary: KinesisFirehoseSinkITCase failed due to 
org.testcontainers.containers.ContainerLaunchException: Container startup failed
 Key: FLINK-26069
 URL: https://issues.apache.org/jira/browse/FLINK-26069
 Project: Flink
  Issue Type: Bug
  Components: Connectors / Kinesis
Affects Versions: 1.15.0
Reporter: Yun Gao



{code:java}
2022-02-09T20:52:36.6208358Z Feb 09 20:52:36 [ERROR] Picked up 
JAVA_TOOL_OPTIONS: -XX:+HeapDumpOnOutOfMemoryError
2022-02-09T20:52:37.8270432Z Feb 09 20:52:37 [INFO] Running 
org.apache.flink.connector.firehose.sink.KinesisFirehoseSinkITCase
2022-02-09T20:54:08.9842331Z Feb 09 20:54:08 [ERROR] Tests run: 1, Failures: 0, 
Errors: 1, Skipped: 0, Time elapsed: 91.02 s <<< FAILURE! - in 
org.apache.flink.connector.firehose.sink.KinesisFirehoseSinkITCase
2022-02-09T20:54:08.9845140Z Feb 09 20:54:08 [ERROR] 
org.apache.flink.connector.firehose.sink.KinesisFirehoseSinkITCase  Time 
elapsed: 91.02 s  <<< ERROR!
2022-02-09T20:54:08.9847119Z Feb 09 20:54:08 
org.testcontainers.containers.ContainerLaunchException: Container startup failed
2022-02-09T20:54:08.9848834Z Feb 09 20:54:08at 
org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:336)
2022-02-09T20:54:08.9850502Z Feb 09 20:54:08at 
org.testcontainers.containers.GenericContainer.start(GenericContainer.java:317)
2022-02-09T20:54:08.9852012Z Feb 09 20:54:08at 
org.testcontainers.containers.GenericContainer.starting(GenericContainer.java:1066)
2022-02-09T20:54:08.9853695Z Feb 09 20:54:08at 
org.testcontainers.containers.FailureDetectingExternalResource$1.evaluate(FailureDetectingExternalResource.java:29)
2022-02-09T20:54:08.9855316Z Feb 09 20:54:08at 
org.junit.rules.RunRules.evaluate(RunRules.java:20)
2022-02-09T20:54:08.9856955Z Feb 09 20:54:08at 
org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
2022-02-09T20:54:08.9858330Z Feb 09 20:54:08at 
org.junit.runners.ParentRunner.run(ParentRunner.java:413)
2022-02-09T20:54:08.9859838Z Feb 09 20:54:08at 
org.junit.runner.JUnitCore.run(JUnitCore.java:137)
2022-02-09T20:54:08.9861123Z Feb 09 20:54:08at 
org.junit.runner.JUnitCore.run(JUnitCore.java:115)
2022-02-09T20:54:08.9862747Z Feb 09 20:54:08at 
org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:42)
2022-02-09T20:54:08.9864691Z Feb 09 20:54:08at 
org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:80)
2022-02-09T20:54:08.9866384Z Feb 09 20:54:08at 
org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:72)
2022-02-09T20:54:08.9868138Z Feb 09 20:54:08at 
org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:107)
2022-02-09T20:54:08.9869980Z Feb 09 20:54:08at 
org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88)
2022-02-09T20:54:08.9871255Z Feb 09 20:54:08at 
org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54)
2022-02-09T20:54:08.9872602Z Feb 09 20:54:08at 
org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67)
2022-02-09T20:54:08.9874126Z Feb 09 20:54:08at 
org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52)
2022-02-09T20:54:08.9875899Z Feb 09 20:54:08at 
org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
2022-02-09T20:54:08.9877109Z Feb 09 20:54:08at 
org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
2022-02-09T20:54:08.9878367Z Feb 09 20:54:08at 
org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
2022-02-09T20:54:08.9879761Z Feb 09 20:54:08at 
org.junit.platform.launcher.core.SessionPerRequestLauncher.execute(SessionPerRequestLauncher.java:53)
2022-02-09T20:54:08.9881148Z Feb 09 20:54:08at 
org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:188)
2022-02-09T20:54:08.9882768Z Feb 09 20:54:08at 
org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:154)
2022-02-09T20:54:08.9884214Z Feb 09 20:54:08at 
org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:124)
2022-02-09T20:54:08.9885475Z Feb 09 20:54:08at 
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428)
2022-02-09T20:54:08.9886856Z Feb 09 20:54:08at 
org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
2022-02-09T20:54:08.9888037Z Feb 09 20:54:08at 
org.apache.maven.surefire.booter.ForkedBooter.run

[jira] [Created] (FLINK-26082) CancelPartitionRequestTest.testDuplicateCancel failed on azure due to bind failed

2022-02-10 Thread Yun Gao (Jira)
Yun Gao created FLINK-26082:
---

 Summary: CancelPartitionRequestTest.testDuplicateCancel failed on 
azure due to bind failed
 Key: FLINK-26082
 URL: https://issues.apache.org/jira/browse/FLINK-26082
 Project: Flink
  Issue Type: Bug
  Components: Runtime / Network
Affects Versions: 1.13.5
Reporter: Yun Gao



{code:java}
Feb 10 01:56:01 [ERROR] Tests run: 2, Failures: 0, Errors: 1, Skipped: 0, Time 
elapsed: 2.273 s <<< FAILURE! - in 
org.apache.flink.runtime.io.network.netty.CancelPartitionRequestTest
Feb 10 01:56:01 [ERROR] 
testDuplicateCancel(org.apache.flink.runtime.io.network.netty.CancelPartitionRequestTest)
  Time elapsed: 1.877 s  <<< ERROR!
Feb 10 01:56:01 
org.apache.flink.shaded.netty4.io.netty.channel.unix.Errors$NativeIoException: 
bind(..) failed: Address already in use
Feb 10 01:56:01 
{code}

https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=31070&view=logs&j=f0ac5c25-1168-55a5-07ff-0e88223afed9&t=0dbaca5d-7c38-52e6-f4fe-2fb69ccb3ada&l=6768




--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Created] (FLINK-26083) CassandraConnectorITCase.testCassandraPojoNoAnnotatedKeyspaceAtLeastOnceSink failed on azure due to table exists

2022-02-10 Thread Yun Gao (Jira)
Yun Gao created FLINK-26083:
---

 Summary: 
CassandraConnectorITCase.testCassandraPojoNoAnnotatedKeyspaceAtLeastOnceSink 
failed on azure due to table exists
 Key: FLINK-26083
 URL: https://issues.apache.org/jira/browse/FLINK-26083
 Project: Flink
  Issue Type: Bug
  Components: Connectors / Cassandra
Affects Versions: 1.13.5
Reporter: Yun Gao



{code:java}
Feb 10 02:53:50 [ERROR] Tests run: 19, Failures: 0, Errors: 1, Skipped: 0, Time 
elapsed: 229.573 s <<< FAILURE! - in 
org.apache.flink.streaming.connectors.cassandra.CassandraConnectorITCase
Feb 10 02:53:50 [ERROR] 
testCassandraPojoNoAnnotatedKeyspaceAtLeastOnceSink(org.apache.flink.streaming.connectors.cassandra.CassandraConnectorITCase)
  Time elapsed: 19.367 s  <<< ERROR!
Feb 10 02:53:50 com.datastax.driver.core.exceptions.AlreadyExistsException: 
Table flink.testpojonoannotatedkeyspace already exists
Feb 10 02:53:50 at 
com.datastax.driver.core.exceptions.AlreadyExistsException.copy(AlreadyExistsException.java:111)
Feb 10 02:53:50 at 
com.datastax.driver.core.DriverThrowables.propagateCause(DriverThrowables.java:37)
Feb 10 02:53:50 at 
com.datastax.driver.core.DefaultResultSetFuture.getUninterruptibly(DefaultResultSetFuture.java:245)
Feb 10 02:53:50 at 
com.datastax.driver.core.AbstractSession.execute(AbstractSession.java:63)
Feb 10 02:53:50 at 
com.datastax.driver.core.AbstractSession.execute(AbstractSession.java:39)
Feb 10 02:53:50 at 
org.apache.flink.streaming.connectors.cassandra.CassandraConnectorITCase.testCassandraPojoNoAnnotatedKeyspaceAtLeastOnceSink(CassandraConnectorITCase.java:541)
Feb 10 02:53:50 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
Feb 10 02:53:50 at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
Feb 10 02:53:50 at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
Feb 10 02:53:50 at java.lang.reflect.Method.invoke(Method.java:498)
Feb 10 02:53:50 at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
Feb 10 02:53:50 at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
Feb 10 02:53:50 at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
Feb 10 02:53:50 at 
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
Feb 10 02:53:50 at 
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
Feb 10 02:53:50 at 
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
Feb 10 02:53:50 at 
org.apache.flink.testutils.junit.RetryRule$RetryOnExceptionStatement.evaluate(RetryRule.java:196)
Feb 10 02:53:50 at 
org.apache.flink.util.TestNameProvider$1.evaluate(TestNameProvider.java:45)
Feb 10 02:53:50 at 
org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
Feb 10 02:53:50 at org.junit.rules.RunRules.evaluate(RunRules.java:20)
Feb 10 02:53:50 at 
org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
Feb 10 02:53:50 at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
Feb 10 02:53:50 at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
Feb 10 02:53:50 at 
org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
Feb 10 02:53:50 at 
org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
Feb 10 02:53:50 at 
org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
Feb 10 02:53:50 at 
org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
Feb 10 02:53:50 at 
org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
Feb 10 02:53:50 at 
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
Feb 10 02:53:50 at 
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
Feb 10 02:53:50 at 
org.testcontainers.containers.FailureDetectingExternalResource$1.evaluate(FailureDetectingExternalResource.java:30)
Feb 10 02:53:50 at 
org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
Feb 10 02:53:50 at org.junit.rules.RunRules.evaluate(RunRules.java:20)
Feb 10 02:53:50 at 
org.junit.runners.ParentRunner.run(ParentRunner.java:363)
Feb 10 02:53:50 at org.junit.runners.Suite.runChild(Suite.java:128)

{code}

https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=31070&view=logs&j=c91190b6-40ae-57b2-5999-31b869b0a7c1&t=43529380-51b4-5e90-5af4-2dccec0ef402&l=13603



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Created] (FLINK-26084) Python tests exit with code 137

2022-02-10 Thread Yun Gao (Jira)
Yun Gao created FLINK-26084:
---

 Summary: Python tests exit with code 137
 Key: FLINK-26084
 URL: https://issues.apache.org/jira/browse/FLINK-26084
 Project: Flink
  Issue Type: Bug
  Components: API / Python
Affects Versions: 1.13.5
Reporter: Yun Gao



{code:java}
Feb 11 02:34:00 pyflink/datastream/tests/test_check_point_config.py ... 
 [  7%]
Feb 11 02:34:10 pyflink/datastream/tests/test_connectors.py ..  
 [ 11%]
Feb 11 02:34:56 pyflink/datastream/tests/test_data_stream.py 
... [ 29%]
##[error]Exit code 137 returned from process: file name '/bin/docker', 
arguments 'exec -i -u 1004  -w /home/agent03_azpcontainer 
11ddaaf0f7ac9ef18618a18f4e8da30b2181bd8bd8e1d06ff78b4ffe52909319 
/__a/externals/node/bin/node /__w/_temp/containerHandlerInvoker.js'.
Finishing: Test - python
{code}

https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=31189&view=logs&j=9cada3cb-c1d3-5621-16da-0f718fb86602&t=8d78fe4f-d658-5c70-12f8-4921589024c3&l=23704




--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Created] (FLINK-26091) SafetyNetCloseableRegistryTest.testNonBlockingClose failed on azure

2022-02-11 Thread Yun Gao (Jira)
Yun Gao created FLINK-26091:
---

 Summary: SafetyNetCloseableRegistryTest.testNonBlockingClose 
failed on azure
 Key: FLINK-26091
 URL: https://issues.apache.org/jira/browse/FLINK-26091
 Project: Flink
  Issue Type: Bug
  Components: API / Core
Affects Versions: 1.14.3
Reporter: Yun Gao



{code:java}
Feb 11 02:11:41 [INFO] Running 
org.apache.flink.core.fs.SafetyNetCloseableRegistryTest
Feb 11 02:11:45 [ERROR] Tests run: 6, Failures: 1, Errors: 0, Skipped: 0, Time 
elapsed: 3.188 s <<< FAILURE! - in 
org.apache.flink.core.fs.SafetyNetCloseableRegistryTest
Feb 11 02:11:45 [ERROR] testNonBlockingClose  Time elapsed: 0.265 s  <<< 
FAILURE!
Feb 11 02:11:45 org.opentest4j.MultipleFailuresError: 
Feb 11 02:11:45 Multiple Failures (2 failures)
Feb 11 02:11:45 java.lang.AssertionError: Closed registry should not 
accept closeables!
Feb 11 02:11:45 java.lang.AssertionError: 
Feb 11 02:11:45 at 
org.junit.vintage.engine.execution.TestRun.getStoredResultOrSuccessful(TestRun.java:196)
Feb 11 02:11:45 at 
org.junit.vintage.engine.execution.RunListenerAdapter.fireExecutionFinished(RunListenerAdapter.java:226)
Feb 11 02:11:45 at 
org.junit.vintage.engine.execution.RunListenerAdapter.testFinished(RunListenerAdapter.java:192)
Feb 11 02:11:45 at 
org.junit.vintage.engine.execution.RunListenerAdapter.testFinished(RunListenerAdapter.java:79)
Feb 11 02:11:45 at 
org.junit.runner.notification.SynchronizedRunListener.testFinished(SynchronizedRunListener.java:87)
Feb 11 02:11:45 at 
org.junit.runner.notification.RunNotifier$9.notifyListener(RunNotifier.java:225)
Feb 11 02:11:45 at 
org.junit.runner.notification.RunNotifier$SafeNotifier.run(RunNotifier.java:72)
Feb 11 02:11:45 at 
org.junit.runner.notification.RunNotifier.fireTestFinished(RunNotifier.java:222)
Feb 11 02:11:45 at 
org.junit.internal.runners.model.EachTestNotifier.fireTestFinished(EachTestNotifier.java:38)
Feb 11 02:11:45 at 
org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:372)
Feb 11 02:11:45 at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
Feb 11 02:11:45 at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
Feb 11 02:11:45 at 
org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
Feb 11 02:11:45 at 
org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
Feb 11 02:11:45 at 
org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
Feb 11 02:11:45 at 
org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
Feb 11 02:11:45 at 
org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
Feb 11 02:11:45 at 
org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
Feb 11 02:11:45 at 
org.junit.runners.ParentRunner.run(ParentRunner.java:413)
Feb 11 02:11:45 at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
Feb 11 02:11:45 at org.junit.runner.JUnitCore.run(JUnitCore.java:115)
Feb 11 02:11:45 at 
org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:43)
Feb 11 02:11:45 at 
java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183)
Feb 11 02:11:45 at 
java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)
Feb 11 02:11:45 at 
java.util.Iterator.forEachRemaining(Iterator.java:116)
Feb 11 02:11:45 at 
java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801)
Feb 11 02:11:45 at 
java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482)
Feb 11 02:11:45 at 
java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472)
Feb 11 02:11:45 at 
java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150)
Feb 11 02:11:45 at 
java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173)
{code}

https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=31188&view=logs&j=6bfdaf55-0c08-5e3f-a2d2-2a0285fd41cf&t=cb073eeb-41fa-5f93-7035-c175e0e49392&l=5495



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Created] (FLINK-26105) Running HA (hashmap, async) end-to-end test failed on azure

2022-02-13 Thread Yun Gao (Jira)
Yun Gao created FLINK-26105:
---

 Summary: Running HA (hashmap, async) end-to-end test failed on 
azure
 Key: FLINK-26105
 URL: https://issues.apache.org/jira/browse/FLINK-26105
 Project: Flink
  Issue Type: Bug
  Components: Runtime / Coordination
Affects Versions: 1.15.0
Reporter: Yun Gao


{code:java}
Feb 14 01:31:29 Killed TM @ 255483
Feb 14 01:31:29 Starting new TM.
Feb 14 01:31:42 Killed TM @ 258722
Feb 14 01:31:42 Starting new TM.
Feb 14 01:32:00 Checking for non-empty .out files...
Feb 14 01:32:00 No non-empty .out files.
Feb 14 01:32:00 FAILURE: A JM did not take over.
Feb 14 01:32:00 One or more tests FAILED.
Feb 14 01:32:00 Stopping job timeout watchdog (with pid=250820)
Feb 14 01:32:00 Killing JM watchdog @ 252644
Feb 14 01:32:00 Killing TM watchdog @ 253262
Feb 14 01:32:00 [FAIL] Test script contains errors.
Feb 14 01:32:00 Checking of logs skipped.
Feb 14 01:32:00 
Feb 14 01:32:00 [FAIL] 'Running HA (hashmap, async) end-to-end test' failed 
after 2 minutes and 51 seconds! Test exited with exit code 1
Feb 14 01:32:00 
01:32:00 ##[group]Environment Information
Feb 14 01:32:01 Searching for .dump, .dumpstream and related files in 
'/home/vsts/work/1/s'
dmesg: read kernel buffer failed: Operation not permitted
Feb 14 01:32:06 Stopping taskexecutor daemon (pid: 259377) on host fv-az313-602.
Feb 14 01:32:07 Stopping standalonesession daemon (pid: 256528) on host 
fv-az313-602.
Feb 14 01:32:08 Stopping zookeeper...
Feb 14 01:32:08 Stopping zookeeper daemon (pid: 251023) on host fv-az313-602.
Feb 14 01:32:09 Skipping taskexecutor daemon (pid: 251636), because it is not 
running anymore on fv-az313-602.
Feb 14 01:32:09 Skipping taskexecutor daemon (pid: 255483), because it is not 
running anymore on fv-az313-602.
Feb 14 01:32:09 Skipping taskexecutor daemon (pid: 258722), because it is not 
running anymore on fv-az313-602.
The STDIO streams did not close within 10 seconds of the exit event from 
process '/usr/bin/bash'. This may indicate a child process inherited the STDIO 
streams and has not yet exited.
##[error]Bash exited with code '1'.
 {code}
https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=31347&view=logs&j=e9d3d34f-3d15-59f4-0e3e-35067d100dfe&t=f8a6d3eb-38cf-5cca-9a99-d0badeb5fe62&l=8020



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Created] (FLINK-26106) BoundedSourceITCase failed due to JVM exits with code 239

2022-02-13 Thread Yun Gao (Jira)
Yun Gao created FLINK-26106:
---

 Summary: BoundedSourceITCase failed due to JVM exits with code 239
 Key: FLINK-26106
 URL: https://issues.apache.org/jira/browse/FLINK-26106
 Project: Flink
  Issue Type: Bug
  Components: API / Core
Affects Versions: 1.15.0
Reporter: Yun Gao


{code:java}
Feb 14 03:52:55 [ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M5:test 
(integration-tests) on project flink-tests: There are test failures.
Feb 14 03:52:55 [ERROR] 
Feb 14 03:52:55 [ERROR] Please refer to 
/__w/1/s/flink-tests/target/surefire-reports for the individual test results.
Feb 14 03:52:55 [ERROR] Please refer to dump files (if any exist) [date].dump, 
[date]-jvmRun[N].dump and [date].dumpstream.
Feb 14 03:52:55 [ERROR] ExecutionException The forked VM terminated without 
properly saying goodbye. VM crash or System.exit called?
Feb 14 03:52:55 [ERROR] Command was /bin/sh -c cd /__w/1/s/flink-tests/target 
&& /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java -Xms256m -Xmx2048m 
-Dmvn.forkNumber=2 -XX:+UseG1GC -Duser.country=US -Duser.language=en -jar 
/__w/1/s/flink-tests/target/surefire/surefirebooter4517679582273332440.jar 
/__w/1/s/flink-tests/target/surefire 2022-02-14T02-22-54_233-jvmRun2 
surefire8233172397230542561tmp surefire_1343105378974503190tmp
Feb 14 03:52:55 [ERROR] Error occurred in starting fork, check output in log
Feb 14 03:52:55 [ERROR] Process Exit Code: 239
Feb 14 03:52:55 [ERROR] Crashed tests:
Feb 14 03:52:55 [ERROR] BoundedSourceITCase
Feb 14 03:52:55 [ERROR] 
org.apache.maven.surefire.booter.SurefireBooterForkException: 
ExecutionException The forked VM terminated without properly saying goodbye. VM 
crash or System.exit called?
Feb 14 03:52:55 [ERROR] Command was /bin/sh -c cd /__w/1/s/flink-tests/target 
&& /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java -Xms256m -Xmx2048m 
-Dmvn.forkNumber=2 -XX:+UseG1GC -Duser.country=US -Duser.language=en -jar 
/__w/1/s/flink-tests/target/surefire/surefirebooter4517679582273332440.jar 
/__w/1/s/flink-tests/target/surefire 2022-02-14T02-22-54_233-jvmRun2 
surefire8233172397230542561tmp surefire_1343105378974503190tmp
Feb 14 03:52:55 [ERROR] Error occurred in starting fork, check output in log
Feb 14 03:52:55 [ERROR] Process Exit Code: 239
Feb 14 03:52:55 [ERROR] Crashed tests:
Feb 14 03:52:55 [ERROR] BoundedSourceITCase
Feb 14 03:52:55 [ERROR] at 
org.apache.maven.plugin.surefire.booterclient.ForkStarter.awaitResultsDone(ForkStarter.java:532)
Feb 14 03:52:55 [ERROR] at 
org.apache.maven.plugin.surefire.booterclient.ForkStarter.runSuitesForkPerTestSet(ForkStarter.java:479)
Feb 14 03:52:55 [ERROR] at 
org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:322)
Feb 14 03:52:55 [ERROR] at 
org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:266)
Feb 14 03:52:55 [ERROR] at 
org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1314)
Feb 14 03:52:55 [ERROR] at 
org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:1159)
Feb 14 03:52:55 [ERROR] at 
org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:932)
Feb 14 03:52:55 [ERROR] at 
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:132)
Feb 14 03:52:55 [ERROR] at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
Feb 14 03:52:55 [ERROR] at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
Feb 14 03:52:55 [ERROR] at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
Feb 14 03:52:55 [ERROR] at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
Feb 14 03:52:55 [ERROR] at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
Feb 14 03:52:55 [ERROR] at 
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
Feb 14 03:52:55 [ERROR] at 
org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:120)
Feb 14 03:52:55 [ERROR] at 
org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:355)
Feb 14 03:52:55 [ERROR] at 
org.apache.maven.DefaultMaven.execute(DefaultMaven.java:155)
Feb 14 03:52:55 [ERROR] at 
org.apache.maven.cli.MavenCli.execute(MavenCli.java:584)
Feb 14 03:52:55 [ERROR] at 
org.apache.maven.cli.MavenCli.doMain(MavenCli.java:216)
 {code}
https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=31347&view=logs&j=4d4a0d10-fca2-5507-8eed-c07f0bdf4887&t=7b25afdf-cc6c-566f-5459-359dc2585798&l=12999



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Created] (FLINK-26107) CoordinatorEventsExactlyOnceITCase.test failed on azure

2022-02-13 Thread Yun Gao (Jira)
Yun Gao created FLINK-26107:
---

 Summary: CoordinatorEventsExactlyOnceITCase.test failed on azure
 Key: FLINK-26107
 URL: https://issues.apache.org/jira/browse/FLINK-26107
 Project: Flink
  Issue Type: Bug
  Components: Runtime / Coordination
Affects Versions: 1.15.0
Reporter: Yun Gao


{code:java}
Feb 14 02:23:11 [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time 
elapsed: 4.135 s <<< FAILURE! - in 
org.apache.flink.runtime.operators.coordination.CoordinatorEventsExactlyOnceITCase
Feb 14 02:23:11 [ERROR] 
org.apache.flink.runtime.operators.coordination.CoordinatorEventsExactlyOnceITCase.test
  Time elapsed: 0.72 s  <<< ERROR!
Feb 14 02:23:11 org.apache.flink.runtime.client.JobExecutionException: Job 
execution failed.
Feb 14 02:23:11 at 
org.apache.flink.runtime.jobmaster.JobResult.toJobExecutionResult(JobResult.java:144)
Feb 14 02:23:11 at 
org.apache.flink.runtime.minicluster.MiniCluster.executeJobBlocking(MiniCluster.java:933)
Feb 14 02:23:11 at 
org.apache.flink.runtime.operators.coordination.CoordinatorEventsExactlyOnceITCase.test(CoordinatorEventsExactlyOnceITCase.java:192)
Feb 14 02:23:11 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
Feb 14 02:23:11 at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
Feb 14 02:23:11 at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
Feb 14 02:23:11 at java.lang.reflect.Method.invoke(Method.java:498)
Feb 14 02:23:11 at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
Feb 14 02:23:11 at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
Feb 14 02:23:11 at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
Feb 14 02:23:11 at 
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
Feb 14 02:23:11 at 
org.apache.flink.util.TestNameProvider$1.evaluate(TestNameProvider.java:45)
Feb 14 02:23:11 at 
org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
Feb 14 02:23:11 at 
org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
Feb 14 02:23:11 at 
org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
Feb 14 02:23:11 at 
org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
Feb 14 02:23:11 at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
Feb 14 02:23:11 at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
Feb 14 02:23:11 at 
org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
Feb 14 02:23:11 at 
org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
Feb 14 02:23:11 at 
org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
Feb 14 02:23:11 at 
org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
Feb 14 02:23:11 at 
org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
Feb 14 02:23:11 at 
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
Feb 14 02:23:11 at 
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
Feb 14 02:23:11 at 
org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
Feb 14 02:23:11 at 
org.junit.runners.ParentRunner.run(ParentRunner.java:413)
Feb 14 02:23:11 at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
Feb 14 02:23:11 at org.junit.runner.JUnitCore.run(JUnitCore.java:115)
Feb 14 02:23:11 at 
org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:42)
Feb 14 02:23:11 at 
org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:80)
Feb 14 02:23:11 at 
org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:72)
Feb 14 02:23:11 at 
org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:107)
Feb 14 02:23:11 at 
org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88)
Feb 14 02:23:11 at 
org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54)
 {code}
https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=31347&view=logs&j=0e7be18f-84f2-53f0-a32d-4a5e4a174679&t=7c1d86e3-35bd-5fd5-3b7c-30c126a78702&l=9512



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Created] (FLINK-26108) CoordinatedSourceITCase.testEnumeratorCreationFails failed on azure

2022-02-13 Thread Yun Gao (Jira)
Yun Gao created FLINK-26108:
---

 Summary: CoordinatedSourceITCase.testEnumeratorCreationFails 
failed on azure
 Key: FLINK-26108
 URL: https://issues.apache.org/jira/browse/FLINK-26108
 Project: Flink
  Issue Type: Bug
  Components: Runtime / Coordination
Affects Versions: 1.15.0
Reporter: Yun Gao


{code:java}
Feb 14 02:10:03 [ERROR] Tests run: 4, Failures: 0, Errors: 2, Skipped: 0, Time 
elapsed: 6.65 s <<< FAILURE! - in 
org.apache.flink.connector.base.source.reader.CoordinatedSourceITCase
Feb 14 02:10:03 [ERROR] 
org.apache.flink.connector.base.source.reader.CoordinatedSourceITCase.testEnumeratorCreationFails
  Time elapsed: 0.181 s  <<< ERROR!
Feb 14 02:10:03 org.apache.flink.runtime.client.JobExecutionException: Job 
execution failed.
Feb 14 02:10:03 at 
org.apache.flink.runtime.jobmaster.JobResult.toJobExecutionResult(JobResult.java:144)
Feb 14 02:10:03 at 
org.apache.flink.runtime.minicluster.MiniClusterJobClient.lambda$getJobExecutionResult$3(MiniClusterJobClient.java:141)
Feb 14 02:10:03 at 
java.util.concurrent.CompletableFuture.uniApply(CompletableFuture.java:616)
Feb 14 02:10:03 at 
java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:591)
Feb 14 02:10:03 at 
java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:488)
Feb 14 02:10:03 at 
java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:1975)
Feb 14 02:10:03 at 
org.apache.flink.runtime.rpc.akka.AkkaInvocationHandler.lambda$invokeRpc$1(AkkaInvocationHandler.java:259)
Feb 14 02:10:03 at 
java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:774)
Feb 14 02:10:03 at 
java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:750)
Feb 14 02:10:03 at 
java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:488)
Feb 14 02:10:03 at 
java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:1975)
Feb 14 02:10:03 at 
org.apache.flink.util.concurrent.FutureUtils.doForward(FutureUtils.java:1389)
Feb 14 02:10:03 at 
org.apache.flink.runtime.concurrent.akka.ClassLoadingUtils.lambda$null$1(ClassLoadingUtils.java:93)
Feb 14 02:10:03 at 
org.apache.flink.runtime.concurrent.akka.ClassLoadingUtils.runWithContextClassLoader(ClassLoadingUtils.java:68)
Feb 14 02:10:03 at 
org.apache.flink.runtime.concurrent.akka.ClassLoadingUtils.lambda$guardCompletionWithContextClassLoader$2(ClassLoadingUtils.java:92)
Feb 14 02:10:03 at 
java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:774)
Feb 14 02:10:03 at 
java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:750)
Feb 14 02:10:03 at 
java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:488)
Feb 14 02:10:03 at 
java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:1975)
Feb 14 02:10:03 at 
org.apache.flink.runtime.concurrent.akka.AkkaFutureUtils$1.onComplete(AkkaFutureUtils.java:47)
Feb 14 02:10:03 at akka.dispatch.OnComplete.internal(Future.scala:300)
Feb 14 02:10:03 at akka.dispatch.OnComplete.internal(Future.scala:297)
Feb 14 02:10:03 at 
akka.dispatch.japi$CallbackBridge.apply(Future.scala:224)
Feb 14 02:10:03 at 
akka.dispatch.japi$CallbackBridge.apply(Future.scala:221)
Feb 14 02:10:03 at 
scala.concurrent.impl.CallbackRunnable.run(Promise.scala:60)
Feb 14 02:10:03 at 
org.apache.flink.runtime.concurrent.akka.AkkaFutureUtils$DirectExecutionContext.execute(AkkaFutureUtils.java:65)
Feb 14 02:10:03 at 
scala.concurrent.impl.CallbackRunnable.executeWithValue(Promise.scala:68)
Feb 14 02:10:03 at 
scala.concurrent.impl.Promise$DefaultPromise.$anonfun$tryComplete$1(Promise.scala:284)
Feb 14 02:10:03 at 
scala.concurrent.impl.Promise$DefaultPromise.$anonfun$tryComplete$1$adapted(Promise.scala:284)
Feb 14 02:10:03 at 
scala.concurrent.impl.Promise$DefaultPromise.tryComplete(Promise.scala:284)
Feb 14 02:10:03 at 
akka.pattern.PromiseActorRef.$bang(AskSupport.scala:621)
Feb 14 02:10:03 at 
akka.pattern.PipeToSupport$PipeableFuture$$anonfun$pipeTo$1.applyOrElse(PipeToSupport.scala:24)
Feb 14 02:10:03 at 
akka.pattern.PipeToSupport$PipeableFuture$$anonfun$pipeTo$1.applyOrElse(PipeToSupport.scala:23)
Feb 14 02:10:03 at 
scala.concurrent.Future.$anonfun$andThen$1(Future.scala:532)
Feb 14 02:10:03 at 
scala.concurrent.impl.Promise.liftedTree1$1(Promise.scala:29)
Feb 14 02:10:03 at 
scala.concurrent.impl.Promise.$anonfun$transform$1(Promise.scala:29)
 {code}
https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=31347&view=logs&j=a5ef94ef-68c2-57fd-37

[jira] [Created] (FLINK-26109) Avro Confluent Schema Registry nightly end-to-end test failed on azure

2022-02-13 Thread Yun Gao (Jira)
Yun Gao created FLINK-26109:
---

 Summary: Avro Confluent Schema Registry nightly end-to-end test 
failed on azure
 Key: FLINK-26109
 URL: https://issues.apache.org/jira/browse/FLINK-26109
 Project: Flink
  Issue Type: Bug
  Components: Formats (JSON, Avro, Parquet, ORC, SequenceFile)
Affects Versions: 1.15.0
Reporter: Yun Gao


{code:java}
Feb 12 07:55:02 Stopping job timeout watchdog (with pid=130662)
Feb 12 07:55:03 Checking for errors...
Feb 12 07:55:03 Found error in log files; printing first 500 lines; see full 
logs for details:
...
az209-567.vil1xujjdrkuxjp2ihtao45w0e.ax.internal.cloudapp.net (dataPort=41161).
org.apache.flink.util.FlinkException: The TaskExecutor is shutting down.
    at 
org.apache.flink.runtime.taskexecutor.TaskExecutor.onStop(TaskExecutor.java:456)
 ~[flink-dist-1.15-SNAPSHOT.jar:1.15-SNAPSHOT]
    at 
org.apache.flink.runtime.rpc.RpcEndpoint.internalCallOnStop(RpcEndpoint.java:214)
 ~[flink-dist-1.15-SNAPSHOT.jar:1.15-SNAPSHOT]
    at 
org.apache.flink.runtime.rpc.akka.AkkaRpcActor$StartedState.lambda$terminate$0(AkkaRpcActor.java:568)
 ~[flink-rpc-akka_7dcae025-2017-4b0f-828d-f89a7ceb9bf7.jar:1.15-SNAPSHOT]
    at 
org.apache.flink.runtime.concurrent.akka.ClassLoadingUtils.runWithContextClassLoader(ClassLoadingUtils.java:83)
 ~[flink-rpc-akka_7dcae025-2017-4b0f-828d-f89a7ceb9bf7.jar:1.15-SNAPSHOT]
    at 
org.apache.flink.runtime.rpc.akka.AkkaRpcActor$StartedState.terminate(AkkaRpcActor.java:567)
 ~[flink-rpc-akka_7dcae025-2017-4b0f-828d-f89a7ceb9bf7.jar:1.15-SNAPSHOT]
    at 
org.apache.flink.runtime.rpc.akka.AkkaRpcActor.handleControlMessage(AkkaRpcActor.java:191)
 ~[flink-rpc-akka_7dcae025-2017-4b0f-828d-f89a7ceb9bf7.jar:1.15-SNAPSHOT]
    at akka.japi.pf.UnitCaseStatement.apply(CaseStatements.scala:24) 
~[flink-rpc-akka_7dcae025-2017-4b0f-828d-f89a7ceb9bf7.jar:1.15-SNAPSHOT]
    at akka.japi.pf.UnitCaseStatement.apply(CaseStatements.scala:20) 
~[flink-rpc-akka_7dcae025-2017-4b0f-828d-f89a7ceb9bf7.jar:1.15-SNAPSHOT]
    at scala.PartialFunction.applyOrElse(PartialFunction.scala:123) 
~[flink-rpc-akka_7dcae025-2017-4b0f-828d-f89a7ceb9bf7.jar:1.15-SNAPSHOT]
    at scala.PartialFunction.applyOrElse$(PartialFunction.scala:122) 
~[flink-rpc-akka_7dcae025-2017-4b0f-828d-f89a7ceb9bf7.jar:1.15-SNAPSHOT]
    at akka.japi.pf.UnitCaseStatement.applyOrElse(CaseStatements.scala:20) 
~[flink-rpc-akka_7dcae025-2017-4b0f-828d-f89a7ceb9bf7.jar:1.15-SNAPSHOT]
    at scala.PartialFunction$OrElse.applyOrElse(PartialFunction.scala:171) 
[flink-rpc-akka_7dcae025-2017-4b0f-828d-f89a7ceb9bf7.jar:1.15-SNAPSHOT]
    at scala.PartialFunction$OrElse.applyOrElse(PartialFunction.scala:172) 
[flink-rpc-akka_7dcae025-2017-4b0f-828d-f89a7ceb9bf7.jar:1.15-SNAPSHOT]
    at akka.actor.Actor.aroundReceive(Actor.scala:537) 
[flink-rpc-akka_7dcae025-2017-4b0f-828d-f89a7ceb9bf7.jar:1.15-SNAPSHOT]
    at akka.actor.Actor.aroundReceive$(Actor.scala:535) 
[flink-rpc-akka_7dcae025-2017-4b0f-828d-f89a7ceb9bf7.jar:1.15-SNAPSHOT]
    at akka.actor.AbstractActor.aroundReceive(AbstractActor.scala:220) 
[flink-rpc-akka_7dcae025-2017-4b0f-828d-f89a7ceb9bf7.jar:1.15-SNAPSHOT]
    at akka.actor.ActorCell.receiveMessage(ActorCell.scala:580) 
[flink-rpc-akka_7dcae025-2017-4b0f-828d-f89a7ceb9bf7.jar:1.15-SNAPSHOT]
    at akka.actor.ActorCell.invoke(ActorCell.scala:548) 
[flink-rpc-akka_7dcae025-2017-4b0f-828d-f89a7ceb9bf7.jar:1.15-SNAPSHOT]
    at akka.dispatch.Mailbox.processMailbox(Mailbox.scala:270) 
[flink-rpc-akka_7dcae025-2017-4b0f-828d-f89a7ceb9bf7.jar:1.15-SNAPSHOT]
    at akka.dispatch.Mailbox.run(Mailbox.scala:231) 
[flink-rpc-akka_7dcae025-2017-4b0f-828d-f89a7ceb9bf7.jar:1.15-SNAPSHOT]
    at akka.dispatch.Mailbox.exec(Mailbox.scala:243) 
[flink-rpc-akka_7dcae025-2017-4b0f-828d-f89a7ceb9bf7.jar:1.15-SNAPSHOT]
    at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) 
[?:1.8.0_312]
    at 
java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) 
[?:1.8.0_312]
    at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) 
[?:1.8.0_312]
 {code}
Also in the TM's log

 
{code:java}
2022-02-12 07:55:04,764 INFO  
org.apache.flink.runtime.taskexecutor.TaskManagerRunner      [] - RECEIVED 
SIGNAL 15: SIGTERM. Shutting down as requested.
2022-02-12 07:55:04,765 INFO  org.apache.flink.runtime.blob.PermanentBlobCache  
           [] - Shutting down BLOB cache
2022-02-12 07:55:04,767 INFO  
org.apache.flink.runtime.state.TaskExecutorLocalStateStoresManager [] - 
Shutting down TaskExecutorLocalStateStoresManager.
2022-02-12 07:55:04,768 INFO  
org.apache.flink.runtime.io.disk.FileChannelManagerImpl      [] - 
FileChannelManager removed spill file directory 
/tmp/flink-io-e1efe10a-812c-476b-b48a-e16f6908ada4
2022-02-12 07:55:04,769 INFO  org.apache.flink.runtime.blob.TransientBlobCache  
           [] - Shutting down BLOB cache
2022-02-12 07:55:04,771

[jira] [Created] (FLINK-26110) AvroStreamingFileSinkITCase failed on azure

2022-02-13 Thread Yun Gao (Jira)
Yun Gao created FLINK-26110:
---

 Summary: AvroStreamingFileSinkITCase failed on azure
 Key: FLINK-26110
 URL: https://issues.apache.org/jira/browse/FLINK-26110
 Project: Flink
  Issue Type: Bug
  Components: Connectors / FileSystem
Affects Versions: 1.13.5
Reporter: Yun Gao



{code:java}
Feb 12 01:00:00 [ERROR] Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time 
elapsed: 2.433 s <<< FAILURE! - in 
org.apache.flink.formats.avro.AvroStreamingFileSinkITCase
Feb 12 01:00:00 [ERROR] 
testWriteAvroGeneric(org.apache.flink.formats.avro.AvroStreamingFileSinkITCase) 
 Time elapsed: 0.433 s  <<< FAILURE!
Feb 12 01:00:00 java.lang.AssertionError: expected:<1> but was:<2>
Feb 12 01:00:00 at org.junit.Assert.fail(Assert.java:88)
Feb 12 01:00:00 at org.junit.Assert.failNotEquals(Assert.java:834)
Feb 12 01:00:00 at org.junit.Assert.assertEquals(Assert.java:645)
Feb 12 01:00:00 at org.junit.Assert.assertEquals(Assert.java:631)
Feb 12 01:00:00 at 
org.apache.flink.formats.avro.AvroStreamingFileSinkITCase.validateResults(AvroStreamingFileSinkITCase.java:139)
Feb 12 01:00:00 at 
org.apache.flink.formats.avro.AvroStreamingFileSinkITCase.testWriteAvroGeneric(AvroStreamingFileSinkITCase.java:109)
Feb 12 01:00:00 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
Feb 12 01:00:00 at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
Feb 12 01:00:00 at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
Feb 12 01:00:00 at java.lang.reflect.Method.invoke(Method.java:498)
Feb 12 01:00:00 at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
Feb 12 01:00:00 at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
Feb 12 01:00:00 at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
Feb 12 01:00:00 at 
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
Feb 12 01:00:00 at 
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
Feb 12 01:00:00 at 
org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:298)
Feb 12 01:00:00 at 
org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:292)
Feb 12 01:00:00 at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
Feb 12 01:00:00 at java.lang.Thread.run(Thread.java:748)
Feb 12 01:00:00 

{code}

https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=31304&view=logs&j=c91190b6-40ae-57b2-5999-31b869b0a7c1&t=43529380-51b4-5e90-5af4-2dccec0ef402&l=13026



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Created] (FLINK-26111) ElasticsearchSinkITCase.testElasticsearchSink failed on azure

2022-02-13 Thread Yun Gao (Jira)
Yun Gao created FLINK-26111:
---

 Summary: ElasticsearchSinkITCase.testElasticsearchSink failed on 
azure
 Key: FLINK-26111
 URL: https://issues.apache.org/jira/browse/FLINK-26111
 Project: Flink
  Issue Type: Bug
  Components: Connectors / ElasticSearch
Affects Versions: 1.14.3
Reporter: Yun Gao



{code:java}
2022-02-12T02:31:35.0591708Z Feb 12 02:31:35 [ERROR] testElasticsearchSink  
Time elapsed: 32.062 s  <<< ERROR!
2022-02-12T02:31:35.0592911Z Feb 12 02:31:35 
org.apache.flink.runtime.client.JobExecutionException: Job execution failed.
2022-02-12T02:31:35.0594116Z Feb 12 02:31:35at 
org.apache.flink.runtime.jobmaster.JobResult.toJobExecutionResult(JobResult.java:144)
2022-02-12T02:31:35.0595330Z Feb 12 02:31:35at 
org.apache.flink.runtime.minicluster.MiniClusterJobClient.lambda$getJobExecutionResult$3(MiniClusterJobClient.java:137)
2022-02-12T02:31:35.0597985Z Feb 12 02:31:35at 
java.util.concurrent.CompletableFuture.uniApply(CompletableFuture.java:616)
2022-02-12T02:31:35.0598951Z Feb 12 02:31:35at 
java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:591)
2022-02-12T02:31:35.0599766Z Feb 12 02:31:35at 
java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:488)
2022-02-12T02:31:35.0600573Z Feb 12 02:31:35at 
java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:1975)
2022-02-12T02:31:35.0601580Z Feb 12 02:31:35at 
org.apache.flink.runtime.rpc.akka.AkkaInvocationHandler.lambda$invokeRpc$1(AkkaInvocationHandler.java:258)
2022-02-12T02:31:35.0670936Z Feb 12 02:31:35at 
java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:774)
2022-02-12T02:31:35.0672538Z Feb 12 02:31:35at 
java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:750)
2022-02-12T02:31:35.0673610Z Feb 12 02:31:35at 
java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:488)
2022-02-12T02:31:35.0674648Z Feb 12 02:31:35at 
java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:1975)
2022-02-12T02:31:35.0675637Z Feb 12 02:31:35at 
org.apache.flink.util.concurrent.FutureUtils.doForward(FutureUtils.java:1389)
2022-02-12T02:31:35.0676705Z Feb 12 02:31:35at 
org.apache.flink.runtime.concurrent.akka.ClassLoadingUtils.lambda$null$1(ClassLoadingUtils.java:93)
2022-02-12T02:31:35.0677921Z Feb 12 02:31:35at 
org.apache.flink.runtime.concurrent.akka.ClassLoadingUtils.runWithContextClassLoader(ClassLoadingUtils.java:68)
2022-02-12T02:31:35.0679204Z Feb 12 02:31:35at 
org.apache.flink.runtime.concurrent.akka.ClassLoadingUtils.lambda$guardCompletionWithContextClassLoader$2(ClassLoadingUtils.java:92)
2022-02-12T02:31:35.0680428Z Feb 12 02:31:35at 
java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:774)
2022-02-12T02:31:35.0681685Z Feb 12 02:31:35at 
java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:750)
2022-02-12T02:31:35.0682868Z Feb 12 02:31:35at 
java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:488)
2022-02-12T02:31:35.0683909Z Feb 12 02:31:35at 
java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:1975)
2022-02-12T02:31:35.0684997Z Feb 12 02:31:35at 
org.apache.flink.runtime.concurrent.akka.AkkaFutureUtils$1.onComplete(AkkaFutureUtils.java:47)
2022-02-12T02:31:35.0686539Z Feb 12 02:31:35at 
akka.dispatch.OnComplete.internal(Future.scala:300)
2022-02-12T02:31:35.0687383Z Feb 12 02:31:35at 
akka.dispatch.OnComplete.internal(Future.scala:297)
2022-02-12T02:31:35.0688214Z Feb 12 02:31:35at 
akka.dispatch.japi$CallbackBridge.apply(Future.scala:224)
2022-02-12T02:31:35.0689231Z Feb 12 02:31:35at 
akka.dispatch.japi$CallbackBridge.apply(Future.scala:221)
2022-02-12T02:31:35.0690125Z Feb 12 02:31:35at 
scala.concurrent.impl.CallbackRunnable.run(Promise.scala:60)
2022-02-12T02:31:35.0691199Z Feb 12 02:31:35at 
org.apache.flink.runtime.concurrent.akka.AkkaFutureUtils$DirectExecutionContext.execute(AkkaFutureUtils.java:65)
2022-02-12T02:31:35.0692578Z Feb 12 02:31:35at 
scala.concurrent.impl.CallbackRunnable.executeWithValue(Promise.scala:68)
2022-02-12T02:31:35.0693634Z Feb 12 02:31:35at 
scala.concurrent.impl.Promise$DefaultPromise.$anonfun$tryComplete$1(Promise.scala:284)
2022-02-12T02:31:35.0694775Z Feb 12 02:31:35at 
scala.concurrent.impl.Promise$DefaultPromise.$anonfun$tryComplete$1$adapted(Promise.scala:284)
2022-02-12T02:31:35.0695856Z Feb 12 02:31:35at 
scala.concurrent.impl.Promise$DefaultPromise.tryComplete(Promise.scala:284)
2022-02-12T02:31:35.0696776Z Feb 12 02:31:35at 
akka.pattern.PromiseActorRef.$bang(AskSupport.scala:621)
2022-02-12T02:31:35.069Z Feb 12 02:31:35at 
akka.pattern.PipeToSupport$PipeableFuture$$anonfun$pipeTo$1.ap

[jira] [Created] (FLINK-26113) (1.16) Follow up tasks and code refactoring for FLIP-147

2022-02-13 Thread Yun Gao (Jira)
Yun Gao created FLINK-26113:
---

 Summary: (1.16) Follow up tasks and code refactoring for FLIP-147
 Key: FLINK-26113
 URL: https://issues.apache.org/jira/browse/FLINK-26113
 Project: Flink
  Issue Type: Bug
  Components: Runtime / Checkpointing
Reporter: Yun Gao
 Fix For: 1.16.0


This issue tracking the remaining issues that would be postponed to 1.16 for 
FLIP-147. 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Created] (FLINK-26115) Multiple Kafka connector tests failed due to The topic metadata failed to propagate to Kafka broker

2022-02-14 Thread Yun Gao (Jira)
Yun Gao created FLINK-26115:
---

 Summary: Multiple Kafka connector tests failed due to The topic 
metadata failed to propagate to Kafka broker
 Key: FLINK-26115
 URL: https://issues.apache.org/jira/browse/FLINK-26115
 Project: Flink
  Issue Type: Bug
Affects Versions: 1.14.3, 1.13.5, 1.15.0
Reporter: Yun Gao


This issues tracks all the related issues with "The topic metadata failed to 
propagate to Kafka broker"



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Created] (FLINK-26120) ZooKeeperCheckpointIDCounterITCase.testConcurrentGetAndIncrement failed on azure

2022-02-14 Thread Yun Gao (Jira)
Yun Gao created FLINK-26120:
---

 Summary: 
ZooKeeperCheckpointIDCounterITCase.testConcurrentGetAndIncrement failed on azure
 Key: FLINK-26120
 URL: https://issues.apache.org/jira/browse/FLINK-26120
 Project: Flink
  Issue Type: Bug
  Components: Runtime / Coordination
Reporter: Yun Gao
 Fix For: 1.15.0



{code:java}
Feb 11 20:49:54 [ERROR] Tests run: 6, Failures: 1, Errors: 0, Skipped: 0, Time 
elapsed: 29.049 s <<< FAILURE! - in 
org.apache.flink.runtime.checkpoint.ZooKeeperCheckpointIDCounterITCase
Feb 11 20:49:54 [ERROR] 
org.apache.flink.runtime.checkpoint.ZooKeeperCheckpointIDCounterITCase.testConcurrentGetAndIncrement
  Time elapsed: 27.5 s  <<< FAILURE!
Feb 11 20:49:54 java.lang.AssertionError: expected:<1008> but was:<1009>
Feb 11 20:49:54 at org.junit.Assert.fail(Assert.java:89)
Feb 11 20:49:54 at org.junit.Assert.failNotEquals(Assert.java:835)
Feb 11 20:49:54 at org.junit.Assert.assertEquals(Assert.java:647)
Feb 11 20:49:54 at org.junit.Assert.assertEquals(Assert.java:633)
Feb 11 20:49:54 at 
org.apache.flink.runtime.checkpoint.CheckpointIDCounterTestBase.testConcurrentGetAndIncrement(CheckpointIDCounterTestBase.java:130)
Feb 11 20:49:54 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
Feb 11 20:49:54 at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
Feb 11 20:49:54 at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
Feb 11 20:49:54 at java.lang.reflect.Method.invoke(Method.java:498)
Feb 11 20:49:54 at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
Feb 11 20:49:54 at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
Feb 11 20:49:54 at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
Feb 11 20:49:54 at 
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
Feb 11 20:49:54 at 
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
Feb 11 20:49:54 at 
org.apache.flink.util.TestNameProvider$1.evaluate(TestNameProvider.java:45)
Feb 11 20:49:54 at 
org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
Feb 11 20:49:54 at 
org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
Feb 11 20:49:54 at 
org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
Feb 11 20:49:54 at 
org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
Feb 11 20:49:54 at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
Feb 11 20:49:54 at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
Feb 11 20:49:54 at 
org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
Feb 11 20:49:54 at 
org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
Feb 11 20:49:54 at 
org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
Feb 11 20:49:54 at 
org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
Feb 11 20:49:54 at 
org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
Feb 11 20:49:54 at 
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
Feb 11 20:49:54 at 
org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
Feb 11 20:49:54 at 
org.junit.runners.ParentRunner.run(ParentRunner.java:413)
Feb 11 20:49:54 at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
Feb 11 20:49:54 at org.junit.runner.JUnitCore.run(JUnitCore.java:115)
Feb 11 20:49:54 at 
org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:42)
Feb 11 20:49:54 at 
org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:80)
Feb 11 20:49:54 at 
org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:72)
Feb 11 20:49:54 at 
org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:107)

{code}

https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=31284&view=logs&j=a57e0635-3fad-5b08-57c7-a4142d7d6fa9&t=2ef0effc-1da1-50e5-c2bd-aab434b1c5b7&l=9574



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Created] (FLINK-26121) ZooKeeperLeaderRetrievalConnectionHandlingTest.testNewLeaderAfterReconnectTriggersListenerNotification failed on azure

2022-02-14 Thread Yun Gao (Jira)
Yun Gao created FLINK-26121:
---

 Summary: 
ZooKeeperLeaderRetrievalConnectionHandlingTest.testNewLeaderAfterReconnectTriggersListenerNotification
 failed on azure
 Key: FLINK-26121
 URL: https://issues.apache.org/jira/browse/FLINK-26121
 Project: Flink
  Issue Type: Bug
  Components: Runtime / Coordination
Affects Versions: 1.15.0
Reporter: Yun Gao



{code:java}
2022-02-11T21:43:35.4936452Z Feb 11 21:43:35 java.lang.AssertionError: The 
TestingFatalErrorHandler caught an exception.
2022-02-11T21:43:35.4940444Z Feb 11 21:43:35at 
org.apache.flink.runtime.util.TestingFatalErrorHandlerResource.after(TestingFatalErrorHandlerResource.java:81)
2022-02-11T21:43:35.4941937Z Feb 11 21:43:35at 
org.apache.flink.runtime.util.TestingFatalErrorHandlerResource.access$300(TestingFatalErrorHandlerResource.java:36)
2022-02-11T21:43:35.4943249Z Feb 11 21:43:35at 
org.apache.flink.runtime.util.TestingFatalErrorHandlerResource$1.evaluate(TestingFatalErrorHandlerResource.java:60)
2022-02-11T21:43:35.4944745Z Feb 11 21:43:35at 
org.apache.flink.util.TestNameProvider$1.evaluate(TestNameProvider.java:45)
2022-02-11T21:43:35.4945682Z Feb 11 21:43:35at 
org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
2022-02-11T21:43:35.4946655Z Feb 11 21:43:35at 
org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
2022-02-11T21:43:35.4947847Z Feb 11 21:43:35at 
org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
2022-02-11T21:43:35.4948876Z Feb 11 21:43:35at 
org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
2022-02-11T21:43:35.4949842Z Feb 11 21:43:35at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
2022-02-11T21:43:35.4951142Z Feb 11 21:43:35at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
2022-02-11T21:43:35.4952153Z Feb 11 21:43:35at 
org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
2022-02-11T21:43:35.4953115Z Feb 11 21:43:35at 
org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
2022-02-11T21:43:35.4954068Z Feb 11 21:43:35at 
org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
2022-02-11T21:43:35.4955003Z Feb 11 21:43:35at 
org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
2022-02-11T21:43:35.4955981Z Feb 11 21:43:35at 
org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
2022-02-11T21:43:35.4956930Z Feb 11 21:43:35at 
org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
2022-02-11T21:43:35.4958008Z Feb 11 21:43:35at 
org.junit.runners.ParentRunner.run(ParentRunner.java:413)
2022-02-11T21:43:35.4958899Z Feb 11 21:43:35at 
org.junit.runner.JUnitCore.run(JUnitCore.java:137)
2022-02-11T21:43:35.4959774Z Feb 11 21:43:35at 
org.junit.runner.JUnitCore.run(JUnitCore.java:115)
2022-02-11T21:43:35.4960911Z Feb 11 21:43:35at 
org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:42)
2022-02-11T21:43:35.4962095Z Feb 11 21:43:35at 
org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:80)
2022-02-11T21:43:35.4963136Z Feb 11 21:43:35at 
org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:72)
2022-02-11T21:43:35.4964275Z Feb 11 21:43:35at 
org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:107)
2022-02-11T21:43:35.4965527Z Feb 11 21:43:35at 
org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88)
2022-02-11T21:43:35.4966787Z Feb 11 21:43:35at 
org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54)
2022-02-11T21:43:35.4968228Z Feb 11 21:43:35at 
org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67)
2022-02-11T21:43:35.4969485Z Feb 11 21:43:35at 
org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52)
2022-02-11T21:43:35.4970753Z Feb 11 21:43:35at 
org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
2022-02-11T21:43:35.4971842Z Feb 11 21:43:35at 
org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
2022-02-11T21:43:35.4973291Z Feb 11 21:43:35at 
org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
2022-02-11T21:43:35.4974538Z Feb 11 21:43:35at 
org.junit.platform.launcher.core.SessionPerRequestLauncher.execute(SessionPerRequestLauncher.java:53)
2022-02-11T21:43:35.4975737Z Feb 11 21:43:35at 
org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:188)
2022-02-11T21:43:35.4976936Z Feb 11 21

[jira] [Created] (FLINK-26174) KinesisDataStreamsSink.restoreWriter failed due to Architecture Violation

2022-02-15 Thread Yun Gao (Jira)
Yun Gao created FLINK-26174:
---

 Summary: KinesisDataStreamsSink.restoreWriter failed due to 
Architecture Violation
 Key: FLINK-26174
 URL: https://issues.apache.org/jira/browse/FLINK-26174
 Project: Flink
  Issue Type: Bug
  Components: Connectors / Kinesis
Affects Versions: 1.15.0
Reporter: Yun Gao



{code:java}
Feb 15 19:28:44 [ERROR] Tests run: 4, Failures: 1, Errors: 0, Skipped: 0, Time 
elapsed: 38.14 s <<< FAILURE! - in 
org.apache.flink.architecture.rules.ApiAnnotationRules
Feb 15 19:28:44 [ERROR] 
ApiAnnotationRules.PUBLIC_EVOLVING_API_METHODS_USE_ONLY_PUBLIC_EVOLVING_API_TYPES
  Time elapsed: 0.391 s  <<< FAILURE!
Feb 15 19:28:44 java.lang.AssertionError: 
Feb 15 19:28:44 Architecture Violation [Priority: MEDIUM] - Rule 'Return and 
argument types of methods annotated with @PublicEvolving must be annotated with 
@Public(Evolving).' was violated (2 times):
Feb 15 19:28:44 
org.apache.flink.connector.kinesis.sink.KinesisDataStreamsSink.restoreWriter(org.apache.flink.api.connector.sink2.Sink$InitContext,
 java.util.Collection): Argument leaf type 
org.apache.flink.kinesis.shaded.software.amazon.awssdk.services.kinesis.model.PutRecordsRequestEntry
 does not satisfy: reside outside of package 'org.apache.flink..' or annotated 
with @Public or annotated with @PublicEvolving or annotated with @Deprecated
Feb 15 19:28:44 
org.apache.flink.connector.kinesis.sink.KinesisDataStreamsSink.restoreWriter(org.apache.flink.api.connector.sink2.Sink$InitContext,
 java.util.Collection): Returned leaf type 
org.apache.flink.kinesis.shaded.software.amazon.awssdk.services.kinesis.model.PutRecordsRequestEntry
 does not satisfy: reside outside of package 'org.apache.flink..' or annotated 
with @Public or annotated with @PublicEvolving or annotated with @Deprecated
Feb 15 19:28:44 at 
com.tngtech.archunit.lang.ArchRule$Assertions.assertNoViolation(ArchRule.java:94)
Feb 15 19:28:44 at 
com.tngtech.archunit.lang.ArchRule$Assertions.check(ArchRule.java:82)
Feb 15 19:28:44 at 
com.tngtech.archunit.library.freeze.FreezingArchRule.check(FreezingArchRule.java:96)
Feb 15 19:28:44 at 
com.tngtech.archunit.junit.ArchUnitTestDescriptor$ArchUnitRuleDescriptor.execute(ArchUnitTestDescriptor.java:159)
Feb 15 19:28:44 at 
com.tngtech.archunit.junit.ArchUnitTestDescriptor$ArchUnitRuleDescriptor.execute(ArchUnitTestDescriptor.java:142)
Feb 15 19:28:44 at 
org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
Feb 15 19:28:44 at 
org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
Feb 15 19:28:44 at 
org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
Feb 15 19:28:44 at 
org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
Feb 15 19:28:44 at 
org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
Feb 15 19:28:44 at 
org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
Feb 15 19:28:44 at 
org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
Feb 15 19:28:44 at 
org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
Feb 15 19:28:44 at java.util.ArrayList.forEach(ArrayList.java:1259)
Feb 15 19:28:44 at 
org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
Feb 15 19:28:44 at 
org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
Feb 15 19:28:44 at 
org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
Feb 15 19:28:44 at 
org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
Feb 15 19:28:44 at 
org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
Feb 15 19:28:44 at 
org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
Feb 15 19:28:44 at 
org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
Feb 15 19:28:44 at 
org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
Feb 15 19:28:44 at 
org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
Feb 15 19:28:44 at java.util.ArrayList.forEach(ArrayList.java:1259)

{code}

https://dev.azure.com/apache-flink/apache-flink/_

[jira] [Created] (FLINK-26210) PulsarSourceUnorderedE2ECase failed on azure due to multiple causes

2022-02-17 Thread Yun Gao (Jira)
Yun Gao created FLINK-26210:
---

 Summary: PulsarSourceUnorderedE2ECase failed on azure due to 
multiple causes
 Key: FLINK-26210
 URL: https://issues.apache.org/jira/browse/FLINK-26210
 Project: Flink
  Issue Type: Bug
  Components: Connectors / Pulsar
Affects Versions: 1.15.0
Reporter: Yun Gao



{code:java}
Feb 17 04:58:33 [ERROR] Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time 
elapsed: 85.664 s <<< FAILURE! - in 
org.apache.flink.tests.util.pulsar.PulsarSourceUnorderedE2ECase
Feb 17 04:58:33 [ERROR] 
org.apache.flink.tests.util.pulsar.PulsarSourceUnorderedE2ECase.testOneSplitWithMultipleConsumers(TestEnvironment,
 DataStreamSourceExternalContext)[1]  Time elapsed: 0.571 s  <<< ERROR!
Feb 17 04:58:33 
org.apache.pulsar.client.admin.PulsarAdminException$GettingAuthenticationDataException:
 
Feb 17 04:58:33 java.util.concurrent.ExecutionException: 
org.apache.pulsar.client.admin.PulsarAdminException$GettingAuthenticationDataException:
 A MultiException has 2 exceptions.  They are:
Feb 17 04:58:33 1. java.lang.NoClassDefFoundError: 
javax/xml/bind/annotation/XmlElement
Feb 17 04:58:33 2. java.lang.IllegalStateException: Unable to perform 
operation: create on 
org.apache.pulsar.shade.org.glassfish.jersey.jackson.internal.DefaultJacksonJaxbJsonProvider
Feb 17 04:58:33 
Feb 17 04:58:33 at 
org.apache.pulsar.client.admin.internal.BaseResource.request(BaseResource.java:70)
Feb 17 04:58:33 at 
org.apache.pulsar.client.admin.internal.BaseResource.asyncPutRequest(BaseResource.java:120)
Feb 17 04:58:33 at 
org.apache.pulsar.client.admin.internal.TopicsImpl.createPartitionedTopicAsync(TopicsImpl.java:430)
Feb 17 04:58:33 at 
org.apache.pulsar.client.admin.internal.TopicsImpl.createPartitionedTopicAsync(TopicsImpl.java:421)
Feb 17 04:58:33 at 
org.apache.pulsar.client.admin.internal.TopicsImpl.createPartitionedTopic(TopicsImpl.java:373)
Feb 17 04:58:33 at 
org.apache.flink.connector.pulsar.testutils.runtime.PulsarRuntimeOperator.lambda$createPartitionedTopic$11(PulsarRuntimeOperator.java:504)
Feb 17 04:58:33 at 
org.apache.flink.connector.pulsar.common.utils.PulsarExceptionUtils.sneaky(PulsarExceptionUtils.java:60)
Feb 17 04:58:33 at 
org.apache.flink.connector.pulsar.common.utils.PulsarExceptionUtils.sneakyAdmin(PulsarExceptionUtils.java:50)
Feb 17 04:58:33 at 
org.apache.flink.connector.pulsar.testutils.runtime.PulsarRuntimeOperator.createPartitionedTopic(PulsarRuntimeOperator.java:504)
Feb 17 04:58:33 at 
org.apache.flink.connector.pulsar.testutils.runtime.PulsarRuntimeOperator.createTopic(PulsarRuntimeOperator.java:184)
Feb 17 04:58:33 at 
org.apache.flink.tests.util.pulsar.cases.KeySharedSubscriptionContext.createSourceSplitDataWriter(KeySharedSubscriptionContext.java:111)
Feb 17 04:58:33 at 
org.apache.flink.tests.util.pulsar.common.UnorderedSourceTestSuiteBase.testOneSplitWithMultipleConsumers(UnorderedSourceTestSuiteBase.java:73)
Feb 17 04:58:33 at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
Feb 17 04:58:33 at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
Feb 17 04:58:33 at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
Feb 17 04:58:33 at 
java.base/java.lang.reflect.Method.invoke(Method.java:566)
Feb 17 04:58:33 at 
org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:725)
Feb 17 04:58:33 at 
org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
Feb 17 04:58:33 at 
org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
Feb 17 04:58:33 at 
org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149)
Feb 17 04:58:33 at 
org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140)
{code}

https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=31702&view=logs&j=6e8542d7-de38-5a33-4aca-458d6c87066d&t=5846934b-7a4f-545b-e5b0-eb4d8bda32e1&l=15537



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Created] (FLINK-26211) PulsarSourceUnorderedE2ECase failed on azure due to multiple causes

2022-02-17 Thread Yun Gao (Jira)
Yun Gao created FLINK-26211:
---

 Summary: PulsarSourceUnorderedE2ECase failed on azure due to 
multiple causes
 Key: FLINK-26211
 URL: https://issues.apache.org/jira/browse/FLINK-26211
 Project: Flink
  Issue Type: Bug
  Components: Connectors / Pulsar
Affects Versions: 1.15.0
Reporter: Yun Gao



{code:java}
Feb 17 04:58:33 [ERROR] Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time 
elapsed: 85.664 s <<< FAILURE! - in 
org.apache.flink.tests.util.pulsar.PulsarSourceUnorderedE2ECase
Feb 17 04:58:33 [ERROR] 
org.apache.flink.tests.util.pulsar.PulsarSourceUnorderedE2ECase.testOneSplitWithMultipleConsumers(TestEnvironment,
 DataStreamSourceExternalContext)[1]  Time elapsed: 0.571 s  <<< ERROR!
Feb 17 04:58:33 
org.apache.pulsar.client.admin.PulsarAdminException$GettingAuthenticationDataException:
 
Feb 17 04:58:33 java.util.concurrent.ExecutionException: 
org.apache.pulsar.client.admin.PulsarAdminException$GettingAuthenticationDataException:
 A MultiException has 2 exceptions.  They are:
Feb 17 04:58:33 1. java.lang.NoClassDefFoundError: 
javax/xml/bind/annotation/XmlElement
Feb 17 04:58:33 2. java.lang.IllegalStateException: Unable to perform 
operation: create on 
org.apache.pulsar.shade.org.glassfish.jersey.jackson.internal.DefaultJacksonJaxbJsonProvider
Feb 17 04:58:33 
Feb 17 04:58:33 at 
org.apache.pulsar.client.admin.internal.BaseResource.request(BaseResource.java:70)
Feb 17 04:58:33 at 
org.apache.pulsar.client.admin.internal.BaseResource.asyncPutRequest(BaseResource.java:120)
Feb 17 04:58:33 at 
org.apache.pulsar.client.admin.internal.TopicsImpl.createPartitionedTopicAsync(TopicsImpl.java:430)
Feb 17 04:58:33 at 
org.apache.pulsar.client.admin.internal.TopicsImpl.createPartitionedTopicAsync(TopicsImpl.java:421)
Feb 17 04:58:33 at 
org.apache.pulsar.client.admin.internal.TopicsImpl.createPartitionedTopic(TopicsImpl.java:373)
Feb 17 04:58:33 at 
org.apache.flink.connector.pulsar.testutils.runtime.PulsarRuntimeOperator.lambda$createPartitionedTopic$11(PulsarRuntimeOperator.java:504)
Feb 17 04:58:33 at 
org.apache.flink.connector.pulsar.common.utils.PulsarExceptionUtils.sneaky(PulsarExceptionUtils.java:60)
Feb 17 04:58:33 at 
org.apache.flink.connector.pulsar.common.utils.PulsarExceptionUtils.sneakyAdmin(PulsarExceptionUtils.java:50)
Feb 17 04:58:33 at 
org.apache.flink.connector.pulsar.testutils.runtime.PulsarRuntimeOperator.createPartitionedTopic(PulsarRuntimeOperator.java:504)
Feb 17 04:58:33 at 
org.apache.flink.connector.pulsar.testutils.runtime.PulsarRuntimeOperator.createTopic(PulsarRuntimeOperator.java:184)
Feb 17 04:58:33 at 
org.apache.flink.tests.util.pulsar.cases.KeySharedSubscriptionContext.createSourceSplitDataWriter(KeySharedSubscriptionContext.java:111)
Feb 17 04:58:33 at 
org.apache.flink.tests.util.pulsar.common.UnorderedSourceTestSuiteBase.testOneSplitWithMultipleConsumers(UnorderedSourceTestSuiteBase.java:73)
Feb 17 04:58:33 at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
Feb 17 04:58:33 at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
Feb 17 04:58:33 at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
Feb 17 04:58:33 at 
java.base/java.lang.reflect.Method.invoke(Method.java:566)
Feb 17 04:58:33 at 
org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:725)
Feb 17 04:58:33 at 
org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
Feb 17 04:58:33 at 
org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
Feb 17 04:58:33 at 
org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149)
Feb 17 04:58:33 at 
org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140)
{code}

https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=31702&view=logs&j=6e8542d7-de38-5a33-4aca-458d6c87066d&t=5846934b-7a4f-545b-e5b0-eb4d8bda32e1&l=15537



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Created] (FLINK-26212) UnalignedCheckpointRescaleITCase.shouldRescaleUnalignedCheckpoint failed due to java.nio.file.NoSuchFileException

2022-02-17 Thread Yun Gao (Jira)
Yun Gao created FLINK-26212:
---

 Summary: 
UnalignedCheckpointRescaleITCase.shouldRescaleUnalignedCheckpoint failed due to 
java.nio.file.NoSuchFileException
 Key: FLINK-26212
 URL: https://issues.apache.org/jira/browse/FLINK-26212
 Project: Flink
  Issue Type: Bug
  Components: Runtime / Checkpointing
Affects Versions: 1.14.3
Reporter: Yun Gao



{code:java}
Feb 17 01:59:30 [ERROR] Tests run: 36, Failures: 0, Errors: 1, Skipped: 0, Time 
elapsed: 203.954 s <<< FAILURE! - in 
org.apache.flink.test.checkpointing.UnalignedCheckpointRescaleITCase
Feb 17 01:59:30 [ERROR] shouldRescaleUnalignedCheckpoint[downscale multi_input 
from 2 to 
1](org.apache.flink.test.checkpointing.UnalignedCheckpointRescaleITCase)  Time 
elapsed: 1.154 s  <<< ERROR!
Feb 17 01:59:30 java.io.UncheckedIOException: 
java.nio.file.NoSuchFileException: 
/tmp/junit9158163965206615901/junit1958406566349108348/eec2fe5565487e3ce4c95764a842f712/chk-6/7ab2b240-a313-4d38-9806-8a97334abbc8
Feb 17 01:59:30 at 
java.base/java.nio.file.FileTreeIterator.fetchNextIfNeeded(FileTreeIterator.java:87)
Feb 17 01:59:30 at 
java.base/java.nio.file.FileTreeIterator.hasNext(FileTreeIterator.java:103)
Feb 17 01:59:30 at 
java.base/java.util.Spliterators$IteratorSpliterator.tryAdvance(Spliterators.java:1811)
Feb 17 01:59:30 at 
java.base/java.util.stream.ReferencePipeline.forEachWithCancel(ReferencePipeline.java:127)
Feb 17 01:59:30 at 
java.base/java.util.stream.AbstractPipeline.copyIntoWithCancel(AbstractPipeline.java:502)
Feb 17 01:59:30 at 
java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:488)
Feb 17 01:59:30 at 
java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474)
Feb 17 01:59:30 at 
java.base/java.util.stream.FindOps$FindOp.evaluateSequential(FindOps.java:150)
Feb 17 01:59:30 at 
java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
Feb 17 01:59:30 at 
java.base/java.util.stream.ReferencePipeline.findAny(ReferencePipeline.java:548)
Feb 17 01:59:30 at 
org.apache.flink.test.checkpointing.UnalignedCheckpointTestBase.hasMetadata(UnalignedCheckpointTestBase.java:189)
Feb 17 01:59:30 at 
org.apache.flink.test.checkpointing.UnalignedCheckpointTestBase.isCompletedCheckpoint(UnalignedCheckpointTestBase.java:179)
Feb 17 01:59:30 at 
java.base/java.nio.file.Files.lambda$find$2(Files.java:3948)
Feb 17 01:59:30 at 
java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:176)
Feb 17 01:59:30 at 
java.base/java.util.Iterator.forEachRemaining(Iterator.java:133)
Feb 17 01:59:30 at 
java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801)
Feb 17 01:59:30 at 
java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484)
Feb 17 01:59:30 at 
java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474)
Feb 17 01:59:30 at 
java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:913)
Feb 17 01:59:30 at 
java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
Feb 17 01:59:30 at 
java.base/java.util.stream.ReferencePipeline.reduce(ReferencePipeline.java:558)
Feb 17 01:59:30 at 
java.base/java.util.stream.ReferencePipeline.max(ReferencePipeline.java:594)
Feb 17 01:59:30 at 
org.apache.flink.test.checkpointing.UnalignedCheckpointTestBase.execute(UnalignedCheckpointTestBase.java:169)
Feb 17 01:59:30 at 
org.apache.flink.test.checkpointing.UnalignedCheckpointRescaleITCase.shouldRescaleUnalignedCheckpoint(UnalignedCheckpointRescaleITCase.java:515)
Feb 17 01:59:30 at 
jdk.internal.reflect.GeneratedMethodAccessor98.invoke(Unknown Source)
Feb 17 01:59:30 at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
Feb 17 01:59:30 at 
java.base/java.lang.reflect.Method.invoke(Method.java:566)
Feb 17 01:59:30 at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
Feb 17 01:59:30 at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
Feb 17 01:59:30 at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
Feb 17 01:59:30 at 
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
Feb 17 01:59:30 at org.junit.rules.Verifier$1.evaluate(Verifier.java:35)
Feb 17 01:59:30 at 
org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
Feb 17 01:59:30 at 
org.apache.flink.util.TestNameProvider$1.evaluate(TestNameProvider.java:45)
Feb 17 01:59:30 at 
org.junit.rules.Test

[jira] [Created] (FLINK-26237) PulsarSourceOrderedE2ECase failed on azure due to timeout

2022-02-17 Thread Yun Gao (Jira)
Yun Gao created FLINK-26237:
---

 Summary: PulsarSourceOrderedE2ECase failed on azure due to timeout
 Key: FLINK-26237
 URL: https://issues.apache.org/jira/browse/FLINK-26237
 Project: Flink
  Issue Type: Bug
  Components: Connectors / Pulsar
Affects Versions: 1.15.0
Reporter: Yun Gao



{code:java}
Feb 17 10:43:42 [ERROR] Tests run: 16, Failures: 1, Errors: 0, Skipped: 0, Time 
elapsed: 636.317 s <<< FAILURE! - in 
org.apache.flink.tests.util.pulsar.PulsarSourceOrderedE2ECase
Feb 17 10:43:42 [ERROR] 
org.apache.flink.tests.util.pulsar.PulsarSourceOrderedE2ECase.testScaleDown(TestEnvironment,
 DataStreamSourceExternalContext, CheckpointingMode)[2]  Time elapsed: 155.986 
s  <<< FAILURE!
Feb 17 10:43:42 java.lang.AssertionError: 
Feb 17 10:43:42 
Feb 17 10:43:42 Expecting
Feb 17 10:43:42   
Feb 17 10:43:42 to be completed within 2M.
Feb 17 10:43:42 
Feb 17 10:43:42 exception caught while trying to get the future result: 
java.util.concurrent.TimeoutException
Feb 17 10:43:42 at 
java.util.concurrent.CompletableFuture.timedGet(CompletableFuture.java:1784)
Feb 17 10:43:42 at 
java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1928)
Feb 17 10:43:42 at 
org.assertj.core.internal.Futures.assertSucceededWithin(Futures.java:109)
Feb 17 10:43:42 at 
org.assertj.core.api.AbstractCompletableFutureAssert.internalSucceedsWithin(AbstractCompletableFutureAssert.java:400)
Feb 17 10:43:42 at 
org.assertj.core.api.AbstractCompletableFutureAssert.succeedsWithin(AbstractCompletableFutureAssert.java:396)
Feb 17 10:43:42 at 
org.apache.flink.connector.testframe.testsuites.SourceTestSuiteBase.checkResultWithSemantic(SourceTestSuiteBase.java:766)
Feb 17 10:43:42 at 
org.apache.flink.connector.testframe.testsuites.SourceTestSuiteBase.restartFromSavepoint(SourceTestSuiteBase.java:399)
Feb 17 10:43:42 at 
org.apache.flink.connector.testframe.testsuites.SourceTestSuiteBase.testScaleDown(SourceTestSuiteBase.java:285)
Feb 17 10:43:42 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
Feb 17 10:43:42 at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
Feb 17 10:43:42 at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
Feb 17 10:43:42 at java.lang.reflect.Method.invoke(Method.java:498)
Feb 17 10:43:42 at 
org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:725)
Feb 17 10:43:42 at 
org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
Feb 17 10:43:42 at 
org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
Feb 17 10:43:42 at 
org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149)
Feb 17 10:43:42 at 
org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140)
Feb 17 10:43:42 at 
org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestTemplateMethod(TimeoutExtension.java:92)
Feb 17 10:43:42 at 
org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
Feb 17 10:43:42 at 
org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
Feb 17 10:43:42 at 
org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
Feb 17 10:43:42 at 
org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
Feb 17 10:43:42 at 
org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
Feb 17 10:43:42 at 
org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
Feb 17 10:43:42 at 
org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104)
Feb 17 10:43:42 at 
org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98)
Feb 17 10:43:42 at 
org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:214)
Feb 17 10:43:42 at 
org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)

{code}

https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=31719&view=logs&j=af184cdd-c6d8-5084-0b69-7e9c67b35f7a&t=160c9ae5-96fd-516e-1c91-deb81f59292a&l=15832



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Created] (FLINK-26238) PulsarSinkITCase.writeRecordsToPulsar failed on azure

2022-02-17 Thread Yun Gao (Jira)
Yun Gao created FLINK-26238:
---

 Summary: PulsarSinkITCase.writeRecordsToPulsar failed on azure
 Key: FLINK-26238
 URL: https://issues.apache.org/jira/browse/FLINK-26238
 Project: Flink
  Issue Type: Bug
  Components: Connectors / Pulsar
Affects Versions: 1.15.0
Reporter: Yun Gao



{code:java}
Feb 17 12:19:44 [ERROR] Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time 
elapsed: 342.177 s <<< FAILURE! - in 
org.apache.flink.connector.pulsar.sink.PulsarSinkITCase
Feb 17 12:19:44 [ERROR] 
org.apache.flink.connector.pulsar.sink.PulsarSinkITCase.writeRecordsToPulsar(DeliveryGuarantee)[3]
  Time elapsed: 302.4 s  <<< FAILURE!
Feb 17 12:19:44 java.lang.AssertionError: 
Feb 17 12:19:44 
Feb 17 12:19:44 Actual and expected should have same size but actual size is:
Feb 17 12:19:44   0
Feb 17 12:19:44 while expected size is:
Feb 17 12:19:44   179
Feb 17 12:19:44 Actual was:
Feb 17 12:19:44   []
Feb 17 12:19:44 Expected was:
Feb 17 12:19:44   ["NONE-CzYEIFDd-0-eELBphcHiu",
Feb 17 12:19:44 "NONE-CzYEIFDd-1-odr3NpH6pg",
Feb 17 12:19:44 "NONE-CzYEIFDd-2-HfIphNFXoM",
Feb 17 12:19:44 "NONE-CzYEIFDd-3-iaZ9v2HCnw",
Feb 17 12:19:44 "NONE-CzYEIFDd-4-6KkXK34GZl",
Feb 17 12:19:44 "NONE-CzYEIFDd-5-jK9UxXSQcX",
Feb 17 12:19:44 "NONE-CzYEIFDd-6-HipVPVNqZA",
Feb 17 12:19:44 "NONE-CzYEIFDd-7-lT4lVH3CzX",
Feb 17 12:19:44 "NONE-CzYEIFDd-8-4jShEBuQaS",
Feb 17 12:19:44 "NONE-CzYEIFDd-9-fInSd97msu",
Feb 17 12:19:44 "NONE-CzYEIFDd-10-dGBm5e92os",
Feb 17 12:19:44 "NONE-CzYEIFDd-11-GkINb6Dipx",
Feb 17 12:19:44 "NONE-CzYEIFDd-12-M7Q8atHhNQ",
Feb 17 12:19:44 "NONE-CzYEIFDd-13-EG2FpyziCL",
Feb 17 12:19:44 "NONE-CzYEIFDd-14-4HwGJSOkTk",
Feb 17 12:19:44 "NONE-CzYEIFDd-15-UC0IwwKN0O",
Feb 17 12:19:44 "NONE-CzYEIFDd-16-D9FOV8hKBq",
Feb 17 12:19:44 "NONE-CzYEIFDd-17-J2Zb6pNmOO",
Feb 17 12:19:44 "NONE-CzYEIFDd-18-abo3YgkYKP",
Feb 17 12:19:44 "NONE-CzYEIFDd-19-4Q5GbBRSc6",
Feb 17 12:19:44 "NONE-CzYEIFDd-20-WxSP9oExJP",
Feb 17 12:19:44 "NONE-CzYEIFDd-21-0wiqq21CY1",
Feb 17 12:19:44 "NONE-CzYEIFDd-22-3iJQiFjgQu",
Feb 17 12:19:44 "NONE-CzYEIFDd-23-78je74YwU6",
Feb 17 12:19:44 "NONE-CzYEIFDd-24-tEkEaF9IuD",
Feb 17 12:19:44 "NONE-CzYEIFDd-25-vDi5h44tjJ",
Feb 17 12:19:44 "NONE-CzYEIFDd-26-GzIh4FLlvP",

{code}

https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=31739&view=logs&j=fc5181b0-e452-5c8f-68de-1097947f6483&t=995c650b-6573-581c-9ce6-7ad4cc038461&l=27095



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Created] (FLINK-26239) EventTimeWindowCheckpointingITCase.testSlidingTimeWindow failed on azure

2022-02-17 Thread Yun Gao (Jira)
Yun Gao created FLINK-26239:
---

 Summary: EventTimeWindowCheckpointingITCase.testSlidingTimeWindow 
failed on azure
 Key: FLINK-26239
 URL: https://issues.apache.org/jira/browse/FLINK-26239
 Project: Flink
  Issue Type: Bug
  Components: Runtime / Checkpointing
Affects Versions: 1.15.0
Reporter: Yun Gao


{code:java}
2022-02-17T11:46:39.1850375Z Feb 17 11:46:39 Starting 
org.apache.flink.test.checkpointing.EventTimeWindowCheckpointingITCase#testSlidingTimeWindow[statebackend
 type =ROCKSDB_INCREMENTAL, buffersPerChannel = 2].
2022-02-17T11:46:39.1854584Z 
org.apache.flink.runtime.client.JobExecutionException: Job execution failed.
2022-02-17T11:46:39.1855470Zat 
org.apache.flink.runtime.jobmaster.JobResult.toJobExecutionResult(JobResult.java:144)
2022-02-17T11:46:39.1856444Zat 
org.apache.flink.runtime.minicluster.MiniClusterJobClient.lambda$getJobExecutionResult$3(MiniClusterJobClient.java:141)
2022-02-17T11:46:39.1857393Zat 
java.util.concurrent.CompletableFuture.uniApply(CompletableFuture.java:616)
2022-02-17T11:46:39.1858400Zat 
java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:591)
2022-02-17T11:46:39.1865249Zat 
java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:488)
2022-02-17T11:46:39.1866299Zat 
java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:1975)
2022-02-17T11:46:39.1867590Zat 
org.apache.flink.runtime.rpc.akka.AkkaInvocationHandler.lambda$invokeRpc$1(AkkaInvocationHandler.java:259)
2022-02-17T11:46:39.1868546Zat 
java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:774)
2022-02-17T11:46:39.1869254Zat 
java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:750)
2022-02-17T11:46:39.1869828Zat 
java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:488)
2022-02-17T11:46:39.1870367Zat 
java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:1975)
2022-02-17T11:46:39.1871131Zat 
org.apache.flink.util.concurrent.FutureUtils.doForward(FutureUtils.java:1389)
2022-02-17T11:46:39.1872123Zat 
org.apache.flink.runtime.concurrent.akka.ClassLoadingUtils.lambda$null$1(ClassLoadingUtils.java:93)
2022-02-17T11:46:39.1875765Zat 
org.apache.flink.runtime.concurrent.akka.ClassLoadingUtils.runWithContextClassLoader(ClassLoadingUtils.java:68)
2022-02-17T11:46:39.1877055Zat 
org.apache.flink.runtime.concurrent.akka.ClassLoadingUtils.lambda$guardCompletionWithContextClassLoader$2(ClassLoadingUtils.java:92)
2022-02-17T11:46:39.1878032Zat 
java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:774)
2022-02-17T11:46:39.1879084Zat 
java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:750)
2022-02-17T11:46:39.1879697Zat 
java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:488)
2022-02-17T11:46:39.1880252Zat 
java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:1975)
2022-02-17T11:46:39.1880840Zat 
org.apache.flink.runtime.concurrent.akka.AkkaFutureUtils$1.onComplete(AkkaFutureUtils.java:47)
2022-02-17T11:46:39.1881357Zat 
akka.dispatch.OnComplete.internal(Future.scala:300)
2022-02-17T11:46:39.1881788Zat 
akka.dispatch.OnComplete.internal(Future.scala:297)

...

2022-02-17T11:46:39.1915003Z Caused by: 
org.apache.flink.util.FlinkRuntimeException: Exceeded checkpoint tolerable 
failure threshold.
2022-02-17T11:46:39.1915653Zat 
org.apache.flink.runtime.checkpoint.CheckpointFailureManager.checkFailureAgainstCounter(CheckpointFailureManager.java:160)
2022-02-17T11:46:39.1916393Zat 
org.apache.flink.runtime.checkpoint.CheckpointFailureManager.handleJobLevelCheckpointException(CheckpointFailureManager.java:123)
2022-02-17T11:46:39.1917125Zat 
org.apache.flink.runtime.checkpoint.CheckpointFailureManager.handleCheckpointException(CheckpointFailureManager.java:90)
2022-02-17T11:46:39.1917819Zat 
org.apache.flink.runtime.checkpoint.CheckpointCoordinator.abortPendingCheckpoint(CheckpointCoordinator.java:2046)
2022-02-17T11:46:39.1918594Zat 
org.apache.flink.runtime.checkpoint.CheckpointCoordinator.abortPendingCheckpoint(CheckpointCoordinator.java:2025)
2022-02-17T11:46:39.1919268Zat 
org.apache.flink.runtime.checkpoint.CheckpointCoordinator.access$600(CheckpointCoordinator.java:98)
2022-02-17T11:46:39.1920052Zat 
org.apache.flink.runtime.checkpoint.CheckpointCoordinator$CheckpointCanceller.run(CheckpointCoordinator.java:2104)
2022-02-17T11:46:39.1920852Zat 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
2022-02-17T11:46:39.1921390Zat 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
2022-02-17T11:46:39.1922079Zat 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201

[jira] [Created] (FLINK-26242) Pulsar connector tests fails the JVM with exit code 255

2022-02-17 Thread Yun Gao (Jira)
Yun Gao created FLINK-26242:
---

 Summary: Pulsar connector tests fails the JVM with exit code 255
 Key: FLINK-26242
 URL: https://issues.apache.org/jira/browse/FLINK-26242
 Project: Flink
  Issue Type: Bug
  Components: Connectors / Pulsar
Affects Versions: 1.15.0
Reporter: Yun Gao


{code:java}
23:03:52,970 [metadata-store-906-1] INFO  
org.apache.pulsar.broker.namespace.OwnedBundle               [] - Unloading 
pulsar/standalone/127.0.0.1:43356/0x_0x namespace-bundle with 0 
topics completed in 1.0 ms
23:03:52,970 [                main] INFO  
org.apache.pulsar.broker.namespace.OwnedBundle               [] - Disabling 
ownership: pulsar/127.0.0.1:43356/0x_0x
23:03:52,971 [metadata-store-906-1] INFO  
org.apache.pulsar.broker.namespace.OwnershipCache            [] - Resource lock 
for /namespace/pulsar/127.0.0.1:43356/0x_0x has expired
23:03:52,971 [metadata-store-906-1] INFO  
org.apache.pulsar.metadata.coordination.impl.LockManagerImpl [] - Released 
resource lock on /namespace/pulsar/127.0.0.1:43356/0x_0x
23:03:52,971 [metadata-store-906-1] INFO  
org.apache.pulsar.broker.namespace.OwnedBundle               [] - Unloading 
pulsar/127.0.0.1:43356/0x_0x namespace-bundle with 0 topics 
completed in 1.0 ms
23:03:52,971 [                main] INFO  
org.apache.pulsar.broker.namespace.OwnedBundle               [] - Disabling 
ownership: public/default/0xc000_0x
23:03:52,972 [metadata-store-906-1] INFO  
org.apache.pulsar.broker.namespace.OwnershipCache            [] - Resource lock 
for /namespace/public/default/0xc000_0x has expired
23:03:52,973 [metadata-store-906-1] INFO  
org.apache.pulsar.metadata.coordination.impl.LockManagerImpl [] - Released 
resource lock on /namespace/public/default/0xc000_0x
23:03:52,973 [metadata-store-906-1] INFO  
org.apache.pulsar.broker.namespace.OwnedBundle               [] - Unloading 
public/default/0xc000_0x namespace-bundle with 0 topics completed 
in 1.0 ms
23:03:52,973 [                main] INFO  
org.apache.pulsar.broker.service.BrokerService               [] - Unloading 7 
namespace-bundles completed in 0.009 seconds
23:03:52,973 [                main] INFO  
org.apache.pulsar.broker.service.BrokerService               [] - Event loops 
shutting down gracefully...
23:03:52,974 [    pulsar-io-905-10] INFO  
org.apache.bookkeeper.proto.PerChannelBookieClient           [] - Disconnected 
from bookie channel [id: 0x79d7ad85, L:/127.0.0.1:55188 ! 
R:127.0.0.1/127.0.0.1:35707]
23:03:52,974 [     pulsar-io-905-6] INFO  
org.apache.bookkeeper.proto.PerChannelBookieClient           [] - Disconnected 
from bookie channel [id: 0x98490f33, L:/127.0.0.1:55180 ! 
R:127.0.0.1/127.0.0.1:35707]
23:03:52,974 [     bookie-io-888-9] INFO  
org.apache.bookkeeper.proto.BookieRequestHandler             [] - Channels 
disconnected: [id: 0x28997aa1, L:/127.0.0.1:35707 ! R:/127.0.0.1:55188]
23:03:52,974 [     bookie-io-888-5] INFO  
org.apache.bookkeeper.proto.BookieRequestHandler             [] - Channels 
disconnected: [id: 0x4a15d8d9, L:/127.0.0.1:35707 ! R:/127.0.0.1:55180]
23:03:52,975 [     bookie-io-888-3] INFO  
org.apache.bookkeeper.proto.BookieRequestHandler             [] - Channels 
disconnected: [id: 0xbf8feb70, L:/127.0.0.1:35707 ! R:/127.0.0.1:55176]
23:03:52,975 [     pulsar-io-905-4] INFO  
org.apache.bookkeeper.proto.PerChannelBookieClient           [] - Disconnected 
from bookie channel [id: 0xe8635990, L:/127.0.0.1:55176 ! 
R:127.0.0.1/127.0.0.1:35707]
23:03:52,975 [    pulsar-io-905-12] INFO  
org.apache.bookkeeper.proto.PerChannelBookieClient           [] - Disconnected 
from bookie channel [id: 0x50cd9cf3, L:/127.0.0.1:55192 ! 
R:127.0.0.1/127.0.0.1:35707]
23:03:52,975 [     pulsar-io-905-5] INFO  
org.apache.bookkeeper.proto.PerChannelBookieClient           [] - Disconnected 
from bookie channel [id: 0x83aa4bab, L:/127.0.0.1:55178 ! 
R:127.0.0.1/127.0.0.1:35707]
23:03:52,975 [     bookie-io-888-4] INFO  
org.apache.bookkeeper.proto.BookieRequestHandler             [] - Channels 
disconnected: [id: 0x1fb66760, L:/127.0.0.1:35707 ! R:/127.0.0.1:55178]
23:03:52,975 [    bookie-io-888-11] INFO  
org.apache.bookkeeper.proto.BookieRequestHandler             [] - Channels 
disconnected: [id: 0x72c5c9d1, L:/127.0.0.1:35707 ! R:/127.0.0.1:55192]
23:03:52,975 [     pulsar-io-905-3] INFO  
org.apache.bookkeeper.proto.PerChannelBookieClient           [] - Disconnected 
from bookie channel [id: 0xb6a6a3d0, L:/127.0.0.1:55174 ! 
R:127.0.0.1/127.0.0.1:35707]
23:03:52,975 [    pulsar-io-905-13] INFO  
org.apache.bookkeeper.proto.PerChannelBookieClient           [] - Disconnected 
from bookie channel [id: 0x23fa0dd7, L:/127.0.0.1:55194 ! 
R:127.0.0.1/127.0.0.1:35707]
23:03:52,975 [    bookie-io-888-10] INFO

[jira] [Created] (FLINK-26243) RoundRobinTopicRouterTest.routeMessagesInRoundRobin failed on azure due to divide by zero

2022-02-17 Thread Yun Gao (Jira)
Yun Gao created FLINK-26243:
---

 Summary: RoundRobinTopicRouterTest.routeMessagesInRoundRobin 
failed on azure due to divide by zero
 Key: FLINK-26243
 URL: https://issues.apache.org/jira/browse/FLINK-26243
 Project: Flink
  Issue Type: Bug
  Components: Connectors / Pulsar
Affects Versions: 1.15.0
Reporter: Yun Gao


{code:java}
Feb 18 03:17:52 [ERROR] Tests run: 2, Failures: 0, Errors: 1, Skipped: 0, Time 
elapsed: 0.013 s <<< FAILURE! - in 
org.apache.flink.connector.pulsar.sink.writer.router.RoundRobinTopicRouterTest
Feb 18 03:17:52 [ERROR] 
org.apache.flink.connector.pulsar.sink.writer.router.RoundRobinTopicRouterTest.routeMessagesInRoundRobin
  Time elapsed: 0.005 s  <<< ERROR!
Feb 18 03:17:52 java.lang.ArithmeticException: / by zero
Feb 18 03:17:52 at 
org.apache.flink.connector.pulsar.sink.writer.router.RoundRobinTopicRouter.route(RoundRobinTopicRouter.java:57)
Feb 18 03:17:52 at 
org.apache.flink.connector.pulsar.sink.writer.router.RoundRobinTopicRouterTest.routeMessagesInRoundRobin(RoundRobinTopicRouterTest.java:78)
Feb 18 03:17:52 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
Feb 18 03:17:52 at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
Feb 18 03:17:52 at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
Feb 18 03:17:52 at java.lang.reflect.Method.invoke(Method.java:498)
Feb 18 03:17:52 at 
org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:725)
Feb 18 03:17:52 at 
org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
Feb 18 03:17:52 at 
org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
Feb 18 03:17:52 at 
org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149)
Feb 18 03:17:52 at 
org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140)
Feb 18 03:17:52 at 
org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84)
Feb 18 03:17:52 at 
org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
Feb 18 03:17:52 at 
org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
Feb 18 03:17:52 at 
org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
Feb 18 03:17:52 at 
org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
Feb 18 03:17:52 at 
org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
Feb 18 03:17:52 at 
org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
Feb 18 03:17:52 at 
org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104)
Feb 18 03:17:52 at 
org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98)
Feb 18 03:17:52 at 
org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:214)
Feb 18 03:17:52 at 
org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
Feb 18 03:17:52 at 
org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:210)
Feb 18 03:17:52 at 
org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135)
Feb 18 03:17:52 at 
org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:66)
Feb 18 03:17:52 at 
org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
Feb 18 03:17:52 at 
org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
Feb 18 03:17:52 at 
org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
Feb 18 03:17:52 at 
org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
Feb 18 03:17:52 at 
org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
Feb 18 03:17:52 at 
org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
Feb 18 03:17:52 at 
org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTas

[jira] [Created] (FLINK-26291) KinesisFirehoseSinkITCase failed on azure

2022-02-21 Thread Yun Gao (Jira)
Yun Gao created FLINK-26291:
---

 Summary: KinesisFirehoseSinkITCase failed on azure
 Key: FLINK-26291
 URL: https://issues.apache.org/jira/browse/FLINK-26291
 Project: Flink
  Issue Type: Bug
  Components: Connectors / Kinesis
Affects Versions: 1.15.0
Reporter: Yun Gao


{code:java}
Feb 22 02:47:37 [ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time 
elapsed: 83.215 s <<< FAILURE! - in 
org.apache.flink.connector.firehose.sink.KinesisFirehoseSinkITCase
Feb 22 02:47:37 [ERROR] 
org.apache.flink.connector.firehose.sink.KinesisFirehoseSinkITCase.test  Time 
elapsed: 50.712 s  <<< FAILURE!
Feb 22 02:47:37 org.opentest4j.AssertionFailedError: 
Feb 22 02:47:37 
Feb 22 02:47:37 expected: 92
Feb 22 02:47:37  but was: 93
Feb 22 02:47:37 at 
sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
Feb 22 02:47:37 at 
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
Feb 22 02:47:37 at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
Feb 22 02:47:37 at 
org.apache.flink.connector.firehose.sink.KinesisFirehoseSinkITCase.test(KinesisFirehoseSinkITCase.java:133)
Feb 22 02:47:37 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
Feb 22 02:47:37 at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
Feb 22 02:47:37 at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
Feb 22 02:47:37 at java.lang.reflect.Method.invoke(Method.java:498)
Feb 22 02:47:37 at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
Feb 22 02:47:37 at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
Feb 22 02:47:37 at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
Feb 22 02:47:37 at 
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
Feb 22 02:47:37 at 
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
Feb 22 02:47:37 at 
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
Feb 22 02:47:37 at 
org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
Feb 22 02:47:37 at 
org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
Feb 22 02:47:37 at 
org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
Feb 22 02:47:37 at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
Feb 22 02:47:37 at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
Feb 22 02:47:37 at 
org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
Feb 22 02:47:37 at 
org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
Feb 22 02:47:37 at 
org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
Feb 22 02:47:37 at 
org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
Feb 22 02:47:37 at 
org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
Feb 22 02:47:37 at 
org.testcontainers.containers.FailureDetectingExternalResource$1.evaluate(FailureDetectingExternalResource.java:30)
Feb 22 02:47:37 at org.junit.rules.RunRules.evaluate(RunRules.java:20)
Feb 22 02:47:37 at 
org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
Feb 22 02:47:37 at 
org.junit.runners.ParentRunner.run(ParentRunner.java:413)
Feb 22 02:47:37 at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
Feb 22 02:47:37 at org.junit.runner.JUnitCore.run(JUnitCore.java:115)
Feb 22 02:47:37 at 
org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:42)
Feb 22 02:47:37 at 
org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:80)
 {code}
https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=31983&view=logs&j=d44f43ce-542c-597d-bf94-b0718c71e5e8&t=ed165f3f-d0f6-524b-5279-86f8ee7d0e2d&l=44249



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


<    1   2   3   4   5   6   >