Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
Improve logging in AbstractServerHandler#channelRead(ChannelHandlerContext, Object). If an Error is thrown, it should be logged as early as possible. Currently we try to serialize and send an error response to the client before logging the error; this can fail and mask the original exception.
Attachments
Attachments
Issue Links
- is related to
-
FLINK-13553 KvStateServerHandlerTest.readInboundBlocking unstable on Travis
- Closed
- links to