v.19.16Improvement
Disable Memory Tracker While Converting Exception Stack Trace to String
Disable memory tracker while converting exception stack trace to string. It can prevent the loss of error messages of typeMemory limit exceededon server, which caused theAttempt to read after eofexception on client. #7264 (Nikolai Kochetov)
Why it matters
This change prevents loss of critical error messages, specifically theMemory limit exceeded errors on the server side, which previously led to misleading Attempt to read after eof exceptions on the client. It ensures users receive accurate and complete error information.