JesseAtSZ commented on PR #20091: URL: https://github.com/apache/flink/pull/20091#issuecomment-1173873330
@rkhachatryan The job you mentioned is stateless, does it mean that whether state is used in in my job? [FLINK-27570](https://issues.apache.org/jira/browse/FLINK-27570) was first found in a job with state, later, I constructed a demo that didn't use state, which also has the same problem. Perhaps, do you want to express that although the checkpoint failed, the state was saved successfully in StateBackend? The state backend I use is the default, that is, MemoryStateBackend. If your problem is this, I need to debug the code again to make sure. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
