[ https://issues.apache.org/jira/browse/FLINK-5450?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15827907#comment-15827907 ]
ASF GitHub Bot commented on FLINK-5450: --------------------------------------- Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/3134 To understand the implications better: Is this only logged on the initial legacy savepoint restore? Or also on subsequent checkpoint restore operations? > WindowOperator logs about "re-registering state from an older Flink version" > even though its not a restored window > ------------------------------------------------------------------------------------------------------------------ > > Key: FLINK-5450 > URL: https://issues.apache.org/jira/browse/FLINK-5450 > Project: Flink > Issue Type: Bug > Components: Windowing Operators > Affects Versions: 1.2.0 > Reporter: Robert Metzger > Assignee: Kostas Kloudas > > While testing the RC0 of Flink 1.2, I stumbled across this log message > {code} > 15:42:02,855 INFO > org.apache.flink.streaming.api.operators.AbstractStreamOperator - > WindowOperator (taskIdx=WindowOperator) re-registering state from an older > Flink version. > {code} > My WindowOperator is not restored, so I find this log message a bit > misleading. -- This message was sent by Atlassian JIRA (v6.3.4#6332)