You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by sohami <gi...@git.apache.org> on 2018/03/02 01:51:43 UTC

[GitHub] drill issue #1145: DRILL-6187: Exception in RPC communication between DataCl...

Github user sohami commented on the issue:

    https://github.com/apache/drill/pull/1145
  
    @vrozov - Please help to review this PR.
    It address the concurrency issue during authentication of control/data client to server side. Rather than adding the connection into connection holder right after TCP connection is available, the listener for connection success is called after successful authentication (if needed).


---