[
https://issues.apache.org/jira/browse/THRIFT-4451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17292421#comment-17292421
]
Allen George commented on THRIFT-4451:
--------------------------------------
Made change to share the underlying {{TCPStream}} between clients. Post change:
* Ran rs server cross tests. Only failures were {{dotnetstd}}, which for some
reason I can't build on the docker image.
* Ran rs client cross tests. Only failures were {{dotnetstd}}, {{cl}} and
{{py}}. {{dotnetstd}} doesn't build on the docker image. {{py}} can't find a
Thrift lib (unsure why), and {{cl}} seems to be broken on _its_ side.
Looks like the fix works.
> 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, Screen Shot
> 2021-02-27 at 13.31.21.png, rs_server_tests_post_change.txt
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> 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
(v8.3.4#803005)