You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "James E. King III (JIRA)" <ji...@apache.org> on 2019/02/08 15:01:00 UTC

[jira] [Commented] (THRIFT-4451) Rust cross test client fails to communicate with multiplexed servers

    [ https://issues.apache.org/jira/browse/THRIFT-4451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16763671#comment-16763671 ] 

James E. King III commented on THRIFT-4451:
-------------------------------------------

I've added multiplex support to the python cross test server and rust is misbehaving here as well.  Here's an example:
{noformat}
root@539e8f5f880a:/thrift/src# test/test.py --server java,py,py3 --client cpp,java,rs --regex='.*multi_buffered-ip.*'
Apache Thrift - Integration Test Suite
Fri Feb 08 14:56:14 2019
===============================================================================
server-client:          protocol:         transport:               result:
java-java               multi             buffered-ip              success
java-java               multi             buffered-ip-ssl          success
java-rs                 multi             buffered-ip              success
py-java                 multi             buffered-ip-ssl          success
java-cpp                multi             buffered-ip-ssl          success
java-cpp                multi             buffered-ip              success
py-java                 multia-multi      buffered-ip              success
py-java                 multi             buffered-ip              success
py-java                 multia-multi      buffered-ip-ssl          success
py-cpp                  multi             buffered-ip              success
py-cpp                  multi             buffered-ip-ssl          success
py-cpp                  multia-multi      buffered-ip-ssl          success
py-cpp                  multia-multi      buffered-ip              success
py3-java                multi             buffered-ip-ssl          success
py3-java                multi             buffered-ip              success
py3-java                multia-multi      buffered-ip-ssl          success
py3-java                multia-multi      buffered-ip              success
py3-cpp                 multi             buffered-ip-ssl          success
py3-cpp                 multi             buffered-ip              success
py3-cpp                 multia-multi      buffered-ip-ssl          success
py-rs                   multi             buffered-ip              failure(timeout)
py-rs                   multia-multi      buffered-ip              failure(timeout)
py3-cpp                 multia-multi      buffered-ip              success
py3-rs                  multi             buffered-ip              failure(timeout)
py3-rs                  multia-multi      buffered-ip              failure(timeout)
===============================================================================
{noformat}

> Rust cross test client fails to communicate with multiplexed servers
> --------------------------------------------------------------------
>
>                 Key: THRIFT-4451
>                 URL: https://issues.apache.org/jira/browse/THRIFT-4451
>             Project: Thrift
>          Issue Type: Bug
>          Components: Rust - Library
>            Reporter: Allen George
>            Assignee: Allen George
>            Priority: Major
>         Attachments: Screen Shot 2018-11-09 at 07.03.39.png
>
>
> As stated in description. Minimal case is to comment out everything in the Rust {{test_client}} leaving only the {{SecondService}} call behind.
> From what I can tell the Rust socket isn't getting *any* bytes at all for the response (i.e. it can't even get the first 4 bytes of the message header). There is a {{flush()}} call on the remote side - so that's puzzling.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)