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

ARROW-10013: [FlightRPC][C++] fix setting generic client options #8196

Closed
wants to merge 1 commit into from

Conversation

lidavidm
Copy link
Member

Some gRPC version upgrade meant that for settings that were present twice, the first value was taken instead of the last value. This changes how we set default options to avoid this issue.

@github-actions
Copy link

@lidavidm
Copy link
Member Author

MacOS test flakes due to the filesystem issue; there are new Flight test failures on Windows in Python.

@lidavidm
Copy link
Member Author

On Windows, gRPC is apparently corrupting ServerContext::peer(), causing a test failure...

@lidavidm lidavidm force-pushed the arrow-10013 branch 4 times, most recently from d4b3f8e to 1bff809 Compare September 17, 2020 16:41
@lidavidm
Copy link
Member Author

I'm going to hold this until the AWS SDK issues are resolved. The patch here should fix the MacOS tests and works around the Windows issues.

@lidavidm lidavidm marked this pull request as ready for review September 21, 2020 19:42
@lidavidm
Copy link
Member Author

CC @pitrou, this will finally let AppVeyor pass again :)

@pitrou
Copy link
Member

pitrou commented Sep 22, 2020

Wow, did you report the peer() issue to gRPC?

Copy link
Member

@pitrou pitrou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@pitrou pitrou closed this in c47b58a Sep 22, 2020
@lidavidm
Copy link
Member Author

Wow, did you report the peer() issue to gRPC?

Not yet - I need to reproduce it in a VM first (probably with just base gRPC instead of trying to set up Arrow).

emkornfield pushed a commit to emkornfield/arrow that referenced this pull request Oct 16, 2020
Some gRPC version upgrade meant that for settings that were present twice, the first value was taken instead of the last value. This changes how we set default options to avoid this issue.

Closes apache#8196 from lidavidm/arrow-10013

Authored-by: David Li <li.davidm96@gmail.com>
Signed-off-by: Antoine Pitrou <antoine@python.org>
GeorgeAp pushed a commit to sirensolutions/arrow that referenced this pull request Jun 7, 2021
Some gRPC version upgrade meant that for settings that were present twice, the first value was taken instead of the last value. This changes how we set default options to avoid this issue.

Closes apache#8196 from lidavidm/arrow-10013

Authored-by: David Li <li.davidm96@gmail.com>
Signed-off-by: Antoine Pitrou <antoine@python.org>
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