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

[SPARK-38594][CORE][R] Use NettyUtils to create EventLoopGroup and ChannelClass in RBackend #35910

Closed
wants to merge 3 commits into from

Conversation

LuciferYang
Copy link
Contributor

What changes were proposed in this pull request?

Spark provides NettyUtils to create EventLoopGroup and ChannelClass, so this pr change to use NettyUtils instead of handwriting.

Why are the changes needed?

Unified use of `NettyUtils

Does this PR introduce any user-facing change?

No.

How was this patch tested?

Pass GA

@LuciferYang LuciferYang changed the title [SPARK-38594][R] Use NettyUtils to create EventLoopGroup and ChannelClass in RBackend [SPARK-38594][CORE][R] Use NettyUtils to create EventLoopGroup and ChannelClass in RBackend Mar 23, 2022
Copy link
Member

@dongjoon-hyun dongjoon-hyun left a comment

Choose a reason for hiding this comment

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

+1, LGTM. Thanks, @LuciferYang .

@LuciferYang
Copy link
Contributor Author

thanks @dongjoon-hyun

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
2 participants