GitHub user kishorvpatil opened a pull request:

    https://github.com/apache/storm/pull/1028

    [STORM-1485] DRPC Connectivity Issues for 1.-x-branch

    - ZK-Login-From-AutoTGT thread should not die if TGT in `AutoTGT` has 
expired. ( It gives grace 10 minutes before killing worker.) This required 
copying and modified `org.apache.zookeeper.Login` class. 
    - `DRPCClient` should not give up connecting to DRPC after n-retries.
    - `ReturnResults` Bolt should retry connection on failure to send results 
to DRPC.


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

    $ git pull https://github.com/kishorvpatil/incubator-storm storm1485-for1.x

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

    https://github.com/apache/storm/pull/1028.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 #1028
    
----
commit 38c6720bf10bb7f8ff13556781916fa8d384df5e
Author: Kishor Patil <[email protected]>
Date:   2016-01-19T17:13:38Z

    Original Zookeeper Login Class

commit 5b7959f1a4613bd3d8e8c0cd1f9d70d6c37487cc
Author: Kishor Patil <[email protected]>
Date:   2016-01-19T17:39:52Z

    ZK Login Thread should not stop on TGT expiry, instead it should shutdown 
JVM after grace period.

commit 61970fa18beff315a64ab57a8c91f756e6d90b0b
Author: Kishor Patil <[email protected]>
Date:   2016-01-19T17:58:43Z

    DRPCClient should keep trying to connect to DRPC server forever

commit c21b5008bebc9f28ef0a147f6f7a1f169ada88f0
Author: Kishor Patil <[email protected]>
Date:   2016-01-19T18:34:14Z

    ReturnResults should make 3 attempts to send results to DRPC server, in 
case of thrift exceptions.

----


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to