curcur commented on pull request #15420: URL: https://github.com/apache/flink/pull/15420#issuecomment-867462799
In `ChangelogKeyedStateBackend.completeRestore`, where access to `materialized` is synchronized (Again, I can not find where the code is added).. While I am fine to synchronize on this field, what I want to point out is at the point where the complete restore is called, the keyedstatebackend is not finish building; which means you would neither update the materialized data nor building snapshot. -- 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]
