rionmonster commented on issue #2091:
URL: https://github.com/apache/fluss/issues/2091#issuecomment-3628594500

   @swuferhong 
   
   I've gone ahead and updated the PR if you'd like to take a look at your 
convenience. I created a test initially to mimic Flink's `SerializedThrowable` 
cascading errors which successfully recreated the initial issue (i.e. 
`StackOverflowError`). Initially I updated it to use two separate calls to 
evaluate existence within both chains (e.g., `isInSuppressedChain` and 
`isInCauseChain` respectively). After mulling it over -- I wasn't too happy 
with the number of separate calls so I elected to leverage a graph-traversal 
approach, which IMO should perform much better and makes a bit more sense.
   
   Let me know what you think!


-- 
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]

Reply via email to