Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

THRIFT-4390: Fix bug where binary/buffered messages > 4K could not be read/written #1458

Closed
wants to merge 1 commit into from

Conversation

allengeorge
Copy link
Contributor

Client: rs

@allengeorge
Copy link
Contributor Author

allengeorge commented Jan 5, 2018

One of two fixes for problems reported during cross-tests. I've a separate PR for framed transports.

@jeking3
Copy link
Contributor

jeking3 commented Jan 5, 2018

There were related cross test errors:

===============================================================================
*** Following 3 failures were unexpected ***:
If it is introduced by you, please fix it before submitting the code.
===============================================================================
server-client:          protocol:         transport:               result:
c_glib-rs               multi             buffered-ip              failure(timeout)
c_glib-rs               multic            buffered-ip              failure(timeout)
perl-rs                 multi             buffered-ip              failure(timeout)

@allengeorge
Copy link
Contributor Author

@jeking3 This seems like a separate problem unfortunately. I'd removed three tests from the "known failures list" and it appears there's a specific problem related to multiplexed processors and c_glib/perl. That was an oversight :/

I'd suggest the following course of action:

  1. I re-add those three test failures to the "known failures" list
  2. I fix up the framed test failures with > 4k long messages; I have a patch for this already
  3. I add a JIRA for the multiplexed failures and fix that in a separate PR

Let me know if this is acceptable to you, and I'll go about doing that.

1 similar comment
@allengeorge
Copy link
Contributor Author

@jeking3 This seems like a separate problem unfortunately. I'd removed three tests from the "known failures list" and it appears there's a specific problem related to multiplexed processors and c_glib/perl. That was an oversight :/

I'd suggest the following course of action:

  1. I re-add those three test failures to the "known failures" list
  2. I fix up the framed test failures with > 4k long messages; I have a patch for this already
  3. I add a JIRA for the multiplexed failures and fix that in a separate PR

Let me know if this is acceptable to you, and I'll go about doing that.

@jeking3
Copy link
Contributor

jeking3 commented Jan 11, 2018

Sure - I like progress. :)

@allengeorge
Copy link
Contributor Author

@jeking3 Thank you!

So...updated the PR to re-add the three failing tests. Created THRIFT-4451 to track this. I'm going to fix up the framed transport first, circle back to 4451, and then handle dart/c++ issues.

@allengeorge
Copy link
Contributor Author

@jeking3 Looks like everything passed, so this patch is good to go. TY!

@asfgit asfgit closed this in cf7ba4c Jan 12, 2018
jeking3 pushed a commit to jeking3/thrift that referenced this pull request Mar 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants