You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Gary Yao (Jira)" <ji...@apache.org> on 2020/05/04 10:29:00 UTC

[jira] [Created] (FLINK-17501) Improve logging in AbstractServerHandler#channelRead(ChannelHandlerContext, Object)

Gary Yao created FLINK-17501:
--------------------------------

             Summary: Improve logging in AbstractServerHandler#channelRead(ChannelHandlerContext, Object)
                 Key: FLINK-17501
                 URL: https://issues.apache.org/jira/browse/FLINK-17501
             Project: Flink
          Issue Type: Bug
          Components: Runtime / Queryable State
            Reporter: Gary Yao
            Assignee: Gary Yao
             Fix For: 1.11.0


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.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)