rkhachatryan commented on pull request #14888: URL: https://github.com/apache/flink/pull/14888#issuecomment-786856014
If the snapshots that are created in `testKeyedCEPOperatorCheckpointingWithRocksDB` / `testKeyedCEPOperatorNFAUpdateWithRocksDB` are incremental then they may contain a placeholder `StateHandle`. In production, it is supposed to be replaced by the actual handle upon recovery by JM. However, in tests JM is not instantiated and TM (harness) tries to use place holders which causes exception. ---------------------------------------------------------------- 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]
