You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Till Rohrmann (Jira)" <ji...@apache.org> on 2022/02/03 09:30:00 UTC

[jira] [Created] (FLINK-25938) SynchronousCheckpointITCase.taskDispatcherThreadPoolAllowsForSynchronousCheckpoints fails on AZP

Till Rohrmann created FLINK-25938:
-------------------------------------

             Summary: SynchronousCheckpointITCase.taskDispatcherThreadPoolAllowsForSynchronousCheckpoints fails on AZP
                 Key: FLINK-25938
                 URL: https://issues.apache.org/jira/browse/FLINK-25938
             Project: Flink
          Issue Type: Bug
          Components: Runtime / Checkpointing
    Affects Versions: 1.14.3
            Reporter: Till Rohrmann


The test {{SynchronousCheckpointITCase.taskDispatcherThreadPoolAllowsForSynchronousCheckpoints}} fails on AZP with

{code}
2022-02-03T02:56:19.1950622Z Feb 03 02:56:19 [ERROR] taskDispatcherThreadPoolAllowsForSynchronousCheckpoints  Time elapsed: 10.234 s  <<< ERROR!
2022-02-03T02:56:19.1953312Z Feb 03 02:56:19 org.junit.runners.model.TestTimedOutException: test timed out after 10 seconds
2022-02-03T02:56:19.1954442Z Feb 03 02:56:19 	at java.util.zip.ZipFile.read(Native Method)
2022-02-03T02:56:19.1955186Z Feb 03 02:56:19 	at java.util.zip.ZipFile.access$1400(ZipFile.java:60)
2022-02-03T02:56:19.1956156Z Feb 03 02:56:19 	at java.util.zip.ZipFile$ZipFileInputStream.read(ZipFile.java:734)
2022-02-03T02:56:19.1957004Z Feb 03 02:56:19 	at java.util.zip.ZipFile$ZipFileInflaterInputStream.fill(ZipFile.java:434)
2022-02-03T02:56:19.1957886Z Feb 03 02:56:19 	at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:158)
2022-02-03T02:56:19.1958732Z Feb 03 02:56:19 	at sun.misc.Resource.getBytes(Resource.java:124)
2022-02-03T02:56:19.1959541Z Feb 03 02:56:19 	at java.net.URLClassLoader.defineClass(URLClassLoader.java:463)
2022-02-03T02:56:19.1960342Z Feb 03 02:56:19 	at java.net.URLClassLoader.access$100(URLClassLoader.java:74)
2022-02-03T02:56:19.1961173Z Feb 03 02:56:19 	at java.net.URLClassLoader$1.run(URLClassLoader.java:369)
2022-02-03T02:56:19.1962349Z Feb 03 02:56:19 	at java.net.URLClassLoader$1.run(URLClassLoader.java:363)
2022-02-03T02:56:19.1963187Z Feb 03 02:56:19 	at java.security.AccessController.doPrivileged(Native Method)
2022-02-03T02:56:19.1964157Z Feb 03 02:56:19 	at java.net.URLClassLoader.findClass(URLClassLoader.java:362)
2022-02-03T02:56:19.1964917Z Feb 03 02:56:19 	at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
2022-02-03T02:56:19.1965815Z Feb 03 02:56:19 	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:352)
2022-02-03T02:56:19.1966620Z Feb 03 02:56:19 	at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
2022-02-03T02:56:19.1967373Z Feb 03 02:56:19 	at scala.collection.AbstractSeq.<init>(Seq.scala:41)
2022-02-03T02:56:19.1968142Z Feb 03 02:56:19 	at scala.collection.mutable.AbstractSeq.<init>(Seq.scala:48)
2022-02-03T02:56:19.1969039Z Feb 03 02:56:19 	at scala.collection.mutable.StringBuilder.<init>(StringBuilder.scala:32)
2022-02-03T02:56:19.1980285Z Feb 03 02:56:19 	at scala.collection.mutable.StringBuilder.<init>(StringBuilder.scala:49)
2022-02-03T02:56:19.1981000Z Feb 03 02:56:19 	at scala.collection.mutable.StringBuilder.<init>(StringBuilder.scala:54)
2022-02-03T02:56:19.1981572Z Feb 03 02:56:19 	at scala.util.PropertiesTrait$class.$init$(Properties.scala:31)
2022-02-03T02:56:19.1982087Z Feb 03 02:56:19 	at scala.util.Properties$.<init>(Properties.scala:17)
2022-02-03T02:56:19.1982561Z Feb 03 02:56:19 	at scala.util.Properties$.<clinit>(Properties.scala)
2022-02-03T02:56:19.1983060Z Feb 03 02:56:19 	at scala.tools.nsc.interpreter.IMain$Factory.<init>(IMain.scala:1300)
2022-02-03T02:56:19.1983833Z Feb 03 02:56:19 	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
2022-02-03T02:56:19.1984904Z Feb 03 02:56:19 	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
2022-02-03T02:56:19.1986146Z Feb 03 02:56:19 	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
2022-02-03T02:56:19.1987162Z Feb 03 02:56:19 	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
2022-02-03T02:56:19.1988035Z Feb 03 02:56:19 	at java.lang.Class.newInstance(Class.java:442)
2022-02-03T02:56:19.1988884Z Feb 03 02:56:19 	at java.util.ServiceLoader$LazyIterator.nextService(ServiceLoader.java:380)
2022-02-03T02:56:19.1989794Z Feb 03 02:56:19 	at java.util.ServiceLoader$LazyIterator.next(ServiceLoader.java:404)
2022-02-03T02:56:19.1990590Z Feb 03 02:56:19 	at java.util.ServiceLoader$1.next(ServiceLoader.java:480)
2022-02-03T02:56:19.1991363Z Feb 03 02:56:19 	at javax.script.ScriptEngineManager.initEngines(ScriptEngineManager.java:122)
2022-02-03T02:56:19.1992201Z Feb 03 02:56:19 	at javax.script.ScriptEngineManager.init(ScriptEngineManager.java:84)
2022-02-03T02:56:19.1993066Z Feb 03 02:56:19 	at javax.script.ScriptEngineManager.<init>(ScriptEngineManager.java:61)
2022-02-03T02:56:19.1993870Z Feb 03 02:56:19 	at org.apache.logging.log4j.core.script.ScriptManager.<init>(ScriptManager.java:70)
2022-02-03T02:56:19.1994633Z Feb 03 02:56:19 	at org.apache.logging.log4j.core.config.AbstractConfiguration.initialize(AbstractConfiguration.java:225)
2022-02-03T02:56:19.1995382Z Feb 03 02:56:19 	at org.apache.logging.log4j.core.config.AbstractConfiguration.start(AbstractConfiguration.java:293)
2022-02-03T02:56:19.1996418Z Feb 03 02:56:19 	at org.apache.logging.log4j.core.LoggerContext.setConfiguration(LoggerContext.java:626)
2022-02-03T02:56:19.1997271Z Feb 03 02:56:19 	at org.apache.logging.log4j.core.LoggerContext.reconfigure(LoggerContext.java:699)
2022-02-03T02:56:19.1998121Z Feb 03 02:56:19 	at org.apache.logging.log4j.core.LoggerContext.reconfigure(LoggerContext.java:716)
2022-02-03T02:56:19.1998965Z Feb 03 02:56:19 	at org.apache.logging.log4j.core.LoggerContext.start(LoggerContext.java:270)
2022-02-03T02:56:19.1999606Z Feb 03 02:56:19 	at org.apache.logging.log4j.core.impl.Log4jContextFactory.getContext(Log4jContextFactory.java:155)
2022-02-03T02:56:19.2000279Z Feb 03 02:56:19 	at org.apache.logging.log4j.core.impl.Log4jContextFactory.getContext(Log4jContextFactory.java:47)
2022-02-03T02:56:19.2001216Z Feb 03 02:56:19 	at org.apache.logging.log4j.LogManager.getContext(LogManager.java:196)
2022-02-03T02:56:19.2001836Z Feb 03 02:56:19 	at org.apache.logging.log4j.spi.AbstractLoggerAdapter.getContext(AbstractLoggerAdapter.java:137)
2022-02-03T02:56:19.2002477Z Feb 03 02:56:19 	at org.apache.logging.slf4j.Log4jLoggerFactory.getContext(Log4jLoggerFactory.java:55)
2022-02-03T02:56:19.2003124Z Feb 03 02:56:19 	at org.apache.logging.log4j.spi.AbstractLoggerAdapter.getLogger(AbstractLoggerAdapter.java:47)
2022-02-03T02:56:19.2004136Z Feb 03 02:56:19 	at org.apache.logging.slf4j.Log4jLoggerFactory.getLogger(Log4jLoggerFactory.java:33)
2022-02-03T02:56:19.2004951Z Feb 03 02:56:19 	at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:329)
2022-02-03T02:56:19.2005615Z Feb 03 02:56:19 	at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:349)
2022-02-03T02:56:19.2006211Z Feb 03 02:56:19 	at org.apache.flink.runtime.util.EnvironmentInformation.<clinit>(EnvironmentInformation.java:48)
2022-02-03T02:56:19.2006915Z Feb 03 02:56:19 	at org.apache.flink.runtime.io.network.NettyShuffleEnvironmentBuilder.<clinit>(NettyShuffleEnvironmentBuilder.java:41)
2022-02-03T02:56:19.2007655Z Feb 03 02:56:19 	at org.apache.flink.streaming.runtime.tasks.SynchronousCheckpointITCase.createTask(SynchronousCheckpointITCase.java:231)
2022-02-03T02:56:19.2008479Z Feb 03 02:56:19 	at org.apache.flink.streaming.runtime.tasks.SynchronousCheckpointITCase.taskDispatcherThreadPoolAllowsForSynchronousCheckpoints(SynchronousCheckpointITCase.java:98)
2022-02-03T02:56:19.2009410Z Feb 03 02:56:19 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2022-02-03T02:56:19.2009968Z Feb 03 02:56:19 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
2022-02-03T02:56:19.2010588Z Feb 03 02:56:19 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2022-02-03T02:56:19.2011141Z Feb 03 02:56:19 	at java.lang.reflect.Method.invoke(Method.java:498)
2022-02-03T02:56:19.2011684Z Feb 03 02:56:19 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
2022-02-03T02:56:19.2012294Z Feb 03 02:56:19 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
2022-02-03T02:56:19.2012902Z Feb 03 02:56:19 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
2022-02-03T02:56:19.2013503Z Feb 03 02:56:19 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
2022-02-03T02:56:19.2014199Z Feb 03 02:56:19 	at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:299)
2022-02-03T02:56:19.2015036Z Feb 03 02:56:19 	at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:293)
2022-02-03T02:56:19.2015864Z Feb 03 02:56:19 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
2022-02-03T02:56:19.2016333Z Feb 03 02:56:19 	at java.lang.Thread.run(Thread.java:748)
{code}

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



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