igalshilman opened a new pull request #158:
URL: https://github.com/apache/flink-statefun/pull/158
The `dispose` method of an operator can be called without a successful call
to `initalizeState`.
(for example a failure to load the checkpoint data, or any user exception
during initializeState)
This doesn't cause a real issue , since it happens within dispose() and in a
`try {} finally { super.dispose()}` block, but still might be confusing for
users to see an NPE.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]