GitHub user sohami opened a pull request:

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

    DRILL-5098: Improving fault tolerance for connection between client a…

    …nd foreman node.
    
             Note: Adding tries config option in connection string.
                   Improving fault tolerance in Drill client when trying to 
make first connection with foreman.
                   The client will try to connect to min(tries, num_drillbits) 
unique drillbits unless a successfull
                   connection is established.

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

    $ git pull https://github.com/sohami/drill DRILL-5098

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

    https://github.com/apache/drill/pull/679.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 #679
    
----
commit d13c6cc91b72b91b481bd1d428ca77775490a8cf
Author: Sorabh Hamirwasia <shamirwa...@maprtech.com>
Date:   2016-12-01T22:58:00Z

    DRILL-5098: Improving fault tolerance for connection between client and 
foreman node.
             Note: Adding tries config option in connection string.
                   Improving fault tolerance in Drill client when trying to 
make first connection with foreman.
                   The client will try to connect to min(tries, num_drillbits) 
unique drillbits unless a successfull
                   connection is established.

----


---
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