StephanEwen commented on issue #8665: [FLINK-12781] [Runtime/REST] include the whole stack trace in response payload URL: https://github.com/apache/flink/pull/8665#issuecomment-507584861 Having the stack trace is indeed helpful. The response can however still fail due to messages with a stack trace longer than the content length. I think we need to cut the stack trace to be below the max contents length. That may loose some parts of the stack trace in the end, but otherwise the whole response can fail.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
