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-17553: [Go] Enable flight.Server to register additional grpc services #13995

Merged
merged 2 commits into from
Aug 29, 2022

Conversation

jiezhang
Copy link
Contributor

@jiezhang jiezhang commented Aug 29, 2022

This PR exposes grpc.ServiceRegistrar and reflection.ServiceInfoProvider in grpc.Server. They are needed to register additional gRPC services such as health check and reflection.

@zeroshade
Copy link
Member

@jiezhang Thanks for the contribution, could you add a test for this?

@jiezhang
Copy link
Contributor Author

@zeroshade I added a unit test. Can you please take another look?

@jiezhang jiezhang changed the title [ARROW-17553] Enable flight.Server to register additional grpc services ARROW-17553: [Go] Enable flight.Server to register additional grpc services Aug 29, 2022
@github-actions
Copy link

@github-actions
Copy link

⚠️ Ticket has not been started in JIRA, please click 'Start Progress'.

@zeroshade
Copy link
Member

Looks good to me, once all the checks succeed i'll merge it :) Thanks again!

@zeroshade zeroshade merged commit 07e7009 into apache:master Aug 29, 2022
@jiezhang jiezhang deleted the server branch August 29, 2022 20:16
@ursabot
Copy link

ursabot commented Aug 30, 2022

Benchmark runs are scheduled for baseline = b8c04c8 and contender = 07e7009. 07e7009 is a master commit associated with this PR. Results will be available as each benchmark for each run completes.
Conbench compare runs links:
[Finished ⬇️0.0% ⬆️0.0%] ec2-t3-xlarge-us-east-2
[Failed] test-mac-arm
[Failed ⬇️0.0% ⬆️0.0%] ursa-i9-9960x
[Finished ⬇️0.78% ⬆️0.11%] ursa-thinkcentre-m75q
Buildkite builds:
[Finished] 07e70091 ec2-t3-xlarge-us-east-2
[Failed] 07e70091 test-mac-arm
[Failed] 07e70091 ursa-i9-9960x
[Finished] 07e70091 ursa-thinkcentre-m75q
[Finished] b8c04c85 ec2-t3-xlarge-us-east-2
[Failed] b8c04c85 test-mac-arm
[Failed] b8c04c85 ursa-i9-9960x
[Finished] b8c04c85 ursa-thinkcentre-m75q
Supported benchmarks:
ec2-t3-xlarge-us-east-2: Supported benchmark langs: Python, R. Runs only benchmarks with cloud = True
test-mac-arm: Supported benchmark langs: C++, Python, R
ursa-i9-9960x: Supported benchmark langs: Python, R, JavaScript
ursa-thinkcentre-m75q: Supported benchmark langs: C++, Java

anjakefala pushed a commit to anjakefala/arrow that referenced this pull request Aug 31, 2022
…rvices (apache#13995)

This PR exposes `grpc.ServiceRegistrar` and `reflection.ServiceInfoProvider` in `grpc.Server`. They are needed to register additional gRPC services such as health check and reflection.

Authored-by: Jie Zhang <zhangjie@gmail.com>
Signed-off-by: Matt Topol <zotthewizard@gmail.com>
zagto pushed a commit to zagto/arrow that referenced this pull request Oct 7, 2022
…rvices (apache#13995)

This PR exposes `grpc.ServiceRegistrar` and `reflection.ServiceInfoProvider` in `grpc.Server`. They are needed to register additional gRPC services such as health check and reflection.

Authored-by: Jie Zhang <zhangjie@gmail.com>
Signed-off-by: Matt Topol <zotthewizard@gmail.com>
fatemehp pushed a commit to fatemehp/arrow that referenced this pull request Oct 17, 2022
…rvices (apache#13995)

This PR exposes `grpc.ServiceRegistrar` and `reflection.ServiceInfoProvider` in `grpc.Server`. They are needed to register additional gRPC services such as health check and reflection.

Authored-by: Jie Zhang <zhangjie@gmail.com>
Signed-off-by: Matt Topol <zotthewizard@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants