v.21.4Improvements
Better Exception Messaging for Client During Server Block Writing Errors
Better exception message in client in case of exception while server is writing blocks. In previous versions client may get misleading message like Data compressed with different methods. #22427 (alexey-milovidov).Why it matters
This feature addresses misleading error messages previously shown to clients, such asData compressed with different methods, which did not accurately reflect the server-side issue. The improvement helps users better understand the actual problem encountered during data block writing, facilitating easier debugging and troubleshooting.