You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Gary Yao (JIRA)" <ji...@apache.org> on 2018/12/13 14:16:00 UTC

[jira] [Created] (FLINK-11152) ClosureCleanerTest fails with IllegalStateException

Gary Yao created FLINK-11152:
--------------------------------

             Summary: ClosureCleanerTest fails with IllegalStateException
                 Key: FLINK-11152
                 URL: https://issues.apache.org/jira/browse/FLINK-11152
             Project: Flink
          Issue Type: Sub-task
          Components: Java API, Tests
    Affects Versions: 1.8.0
            Reporter: Gary Yao
            Assignee: Gary Yao
             Fix For: 1.8.0


{{ClosureCleanerTest}} fails with the exception below:

{noformat}
java.lang.IllegalArgumentException
	at org.apache.flink.shaded.asm5.org.objectweb.asm.ClassReader.<init>(Unknown Source)
	at org.apache.flink.shaded.asm5.org.objectweb.asm.ClassReader.<init>(Unknown Source)
	at org.apache.flink.shaded.asm5.org.objectweb.asm.ClassReader.<init>(Unknown Source)
	at org.apache.flink.api.java.ClosureCleaner.getClassReader(ClosureCleaner.java:148)
	at org.apache.flink.api.java.ClosureCleaner.cleanThis0(ClosureCleaner.java:115)
	at org.apache.flink.api.java.ClosureCleaner.clean(ClosureCleaner.java:75)
	at org.apache.flink.api.java.functions.ClosureCleanerTest.testCleanedNonSerializable(ClosureCleanerTest.java:51)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	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.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)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
{noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)