rionmonster commented on issue #2091: URL: https://github.com/apache/fluss/issues/2091#issuecomment-3616786497
@swuferhong Unless it's backported in Flink to an older version, it would only apply to those newer versions with the fix. In terms of a guard, we could introduce a cycle detection mechanism to detect these cycles and prevent the infinite recursion/serialization that ultimately results in the `StackOverflowError` we're seeing. Basically only introducing exceptions if they aren't already in the chain of currently suppressed exceptions. I'll try and put something together and we can go from there. -- 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]
