You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by jeking3 <gi...@git.apache.org> on 2017/11/29 18:02:27 UTC

[GitHub] thrift pull request #1420: THRIFT-4395: fix rust build on xenial

GitHub user jeking3 opened a pull request:

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

    THRIFT-4395: fix rust build on xenial

    I found this while doing due diligence on another issue (C++ HTTP) - I could no longer run cross test because builds fail in lib/rs.

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

    $ git pull https://github.com/jeking3/thrift fix-rust

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

    https://github.com/apache/thrift/pull/1420.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 #1420
    
----
commit 7d83cb4a2cafe033e7d18705cc0f74cd9b883cd5
Author: Chet Murthy <ch...@gmail.com>
Date:   2017-11-27T00:39:15Z

    THRIFT-3877 unit-test elicits failure of C++/HTTP/oneway hang
    
    Hit a C++ HTTP server with a oneway rpc, and the next RPC will hang.
    This test-case elicits the failure (converts to timeout-expiry).

commit 10c8951de5f483b9bc71e2aa1558dd0170389bce
Author: Chet Murthy <ch...@gmail.com>
Date:   2017-11-27T00:42:28Z

    THRIFT-3877 this fixes the subject bug
    
    C++ HTTP server, hit with oneway RPC, then roundtrip RPC, no longer
    hangs, as demonstrated by OneWayHTTPTest.

commit 6ec809a2b50822908971b420f1deea01ead72566
Author: Chet Murthy <ch...@gmail.com>
Date:   2017-11-27T03:29:27Z

    agh.  left off a makefile dependency

commit 217fa08d9c9eee9f057bdafc867ad11a8d91b798
Author: James E. King, III <jk...@apache.org>
Date:   2017-11-29T18:01:16Z

    THRIFT-4395: fix rust build on xenial

----


---

[GitHub] thrift issue #1420: THRIFT-4395: fix rust build on xenial

Posted by jeking3 <gi...@git.apache.org>.
Github user jeking3 commented on the issue:

    https://github.com/apache/thrift/pull/1420
  
    shoot... will resubmit without THRIFT-3877


---

[GitHub] thrift pull request #1420: THRIFT-4395: fix rust build on xenial

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

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


---