dmvk commented on PR #24079: URL: https://github.com/apache/flink/pull/24079#issuecomment-1892561417
I've been able to pin down the issue to https://github.com/apache/flink/blob/master/flink-runtime/src/main/java/org/apache/flink/runtime/state/OperatorStateRestoreOperation.java#L190 the problem is that the sorting breaks on empty state ... we should always restore in the order state was written https://github.com/apache/flink/pull/24079/commits/3f4e553ba963753a3648cc96f5b9f9b91f08e976 cc @fredia @ruibinx since you've worked on https://github.com/apache/flink/pull/23938 -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org