wenjin272 commented on issue #1029: URL: https://github.com/apache/flink-agents/issues/1029#issuecomment-5364913921
Thanks for the detailed report and reproduction. I confirmed that this issue exists on the current `main`. The root-cause analysis is accurate: `newObject(path)` is recorded as `MemoryUpdate(path, null)`, which is indistinguishable from `set(path, null)`, while durable recovery replays every update through `set()`. -- 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]
