v.20.11Improvement
Better Diagnostics for Client Connection Drops
Better diagnostics when client has dropped connection. In previous versions,Attempt to read after EOFandBroken pipeexceptions were logged in server. In new version, it's information messageClient has dropped the connection, cancel the query.. #16329 (alexey-milovidov).
Why it matters
This feature enhances server-side logging by replacing error-level messages like<code>Attempt to read after EOF</code> and <code>Broken pipe</code> that occurred when a client dropped the connection, with an informational message <code>Client has dropped the connection, cancel the query.</code>. This helps reduce noise in logs and provides clearer understanding of client connection issues.