You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by kjpowerworld <gi...@git.apache.org> on 2016/04/26 06:15:01 UTC

[GitHub] thrift pull request: THRIFT-3797: Generated Delphi processor shoul...

GitHub user kjpowerworld opened a pull request:

    https://github.com/apache/thrift/pull/994

    THRIFT-3797: Generated Delphi processor shouldn't error out on timed out exceptions

    See extensive comment in JIRA.  However, this code mirrors what happens in TConnectedClient.cpp, where TConnectedClient.run() doesn't abort the processing loop when a timeout occurs, because a timeout isn't an error condition when waiting for a new RPC call to arrive.

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

    $ git pull https://github.com/powerworld/thrift fixes/THRIFT-3797

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

    https://github.com/apache/thrift/pull/994.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 #994
    
----
commit 269c00040c78f355b76e207bdd2345f2b8605a6b
Author: Kyle Johnson <ky...@powerworld.com>
Date:   2016-04-26T04:00:54Z

    Server processor should ignore timed out exceptions when waiting for a new message to arrive.  Timing out is not an error in this case.

----


---
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] thrift pull request: THRIFT-3797: Generated Delphi processor shoul...

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

    https://github.com/apache/thrift/pull/994


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