GitHub user laurentgo opened a pull request:

    https://github.com/apache/drill/pull/733

    DRILL-5221: Send cancel message as soon as possible in C++ connector

    In C++ connector, try to send cancel request to the server as soon as
    possible, which means when receiving the queryId or when requested by the
    user if queryId has already been received.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/laurentgo/drill laurent/DRILL-5221

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/drill/pull/733.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #733
    
----
commit 53566e50adaa0dfb9099ad1ea398299567848bb2
Author: Laurent Goujon <laur...@dremio.com>
Date:   2017-01-25T02:47:47Z

    DRILL-5221: Send cancel message as soon as possible in C++ connector
    
    In C++ connector, try to send cancel request to the server as soon as
    possible, which means when receiving the queryId or when requested by the
    user if queryId has already been received.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to