You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by kishorvpatil <gi...@git.apache.org> on 2016/01/19 22:31:55 UTC

[GitHub] storm pull request: [STORM-1485] DRPC Connectivity Issues for 1.-x...

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 <kp...@yahoo-inc.com>
Date:   2016-01-19T17:13:38Z

    Original Zookeeper Login Class

commit 5b7959f1a4613bd3d8e8c0cd1f9d70d6c37487cc
Author: Kishor Patil <kp...@yahoo-inc.com>
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 <kp...@yahoo-inc.com>
Date:   2016-01-19T17:58:43Z

    DRPCClient should keep trying to connect to DRPC server forever

commit c21b5008bebc9f28ef0a147f6f7a1f169ada88f0
Author: Kishor Patil <kp...@yahoo-inc.com>
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] storm pull request: [STORM-1485] DRPC Connectivity Issues for 1.-x...

Posted by revans2 <gi...@git.apache.org>.
Github user revans2 commented on the pull request:

    https://github.com/apache/storm/pull/1028#issuecomment-173263458
  
    +1


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] storm pull request: [STORM-1485] DRPC Connectivity Issues for 1.-x...

Posted by kishorvpatil <gi...@git.apache.org>.
Github user kishorvpatil closed the pull request at:

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


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] storm pull request: [STORM-1485] DRPC Connectivity Issues for 1.-x...

Posted by revans2 <gi...@git.apache.org>.
Github user revans2 commented on the pull request:

    https://github.com/apache/storm/pull/1028#issuecomment-174077171
  
    @kishorvpatil I cherry-picked #1027 to the 1.x-branch and it was clean/trivial so I think you can just close this pull request. 


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] storm pull request: [STORM-1485] DRPC Connectivity Issues for 1.-x...

Posted by kishorvpatil <gi...@git.apache.org>.
Github user kishorvpatil commented on the pull request:

    https://github.com/apache/storm/pull/1028#issuecomment-175899060
  
    Closing this PR as  changes are backported to 1.x-branch from master.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---