[
https://issues.apache.org/jira/browse/FLINK-5450?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15825711#comment-15825711
]
ASF GitHub Bot commented on FLINK-5450:
---------------------------------------
GitHub user kl0u opened a pull request:
https://github.com/apache/flink/pull/3134
[FLINK-5450] Fix restore from legacy log message
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kl0u/flink window-op-logging
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/3134.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #3134
----
commit 664a3b3270bd427b8d449b8abf551d1da5e151fd
Author: kl0u <[email protected]>
Date: 2017-01-16T14:27:38Z
[FLINK-5450] Fix restore from legacy log message
----
> 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)