You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Wenlong Lyu (Jira)" <ji...@apache.org> on 2020/04/08 01:57:00 UTC

[jira] [Created] (FLINK-17040) SavepointWriterITCase broken

Wenlong Lyu created FLINK-17040:
-----------------------------------

             Summary: SavepointWriterITCase broken
                 Key: FLINK-17040
                 URL: https://issues.apache.org/jira/browse/FLINK-17040
             Project: Flink
          Issue Type: Bug
            Reporter: Wenlong Lyu


I think it is because of the change of flink-16537 which create partition writer in beforeInvoke [~zhijiang]

Caused by: java.lang.UnsupportedOperationException: This method should never be called
	at org.apache.flink.state.api.runtime.SavepointEnvironment.getAllWriters(SavepointEnvironment.java:242)
	at org.apache.flink.streaming.runtime.tasks.StreamTask.lambda$beforeInvoke$0(StreamTask.java:439)
	at org.apache.flink.streaming.runtime.tasks.StreamTaskActionExecutor$1.runThrowing(StreamTaskActionExecutor.java:47)
	at org.apache.flink.streaming.runtime.tasks.StreamTask.beforeInvoke(StreamTask.java:433)
	at org.apache.flink.streaming.runtime.tasks.StreamTask.invoke(StreamTask.java:454)
	at org.apache.flink.state.api.output.BoundedOneInputStreamTaskRunner.mapPartition(BoundedOneInputStreamTaskRunner.java:76)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)