You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Jacques Nadeau (JIRA)" <ji...@apache.org> on 2013/12/17 22:04:08 UTC

[jira] [Created] (DRILL-334) Change BitCom to use one socket per fragment rather than multiplexing multiple sockets for a single fragment

Jacques Nadeau created DRILL-334:
------------------------------------

             Summary: Change BitCom to use one socket per fragment rather than multiplexing multiple sockets for a single fragment
                 Key: DRILL-334
                 URL: https://issues.apache.org/jira/browse/DRILL-334
             Project: Apache Drill
          Issue Type: Bug
            Reporter: Jacques Nadeau


Backpressure is become too complex to manage at the application level correctly.  Let's move to using separate sockets for the life of each fragment for data messages. For control messages, multiplexing should still be okay.  This should simplify communication.



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)