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

[TASK][MEDIUM] Configurable NICs(Network Interface Cards) selection strategy #6296

Open
2 of 3 tasks
pan3793 opened this issue Apr 11, 2024 · 0 comments
Open
2 of 3 tasks

Comments

@pan3793
Copy link
Member

pan3793 commented Apr 11, 2024

What's the level of this task?

MEDIUM

Code of Conduct

Search before creating

  • I have searched in the task list and found no similar tasks.

Mentor

  • I have sufficient expertise on this task, and I volunteer to be a mentor of this task to guide contributors through the task.

Skill requirements

  • Familiar with Kyuubi architecture
  • Knowledge of Scala language and network programming

Background and Goals

In some environments, e.g. AliCloud ADB Spark cluster, it has multiple NICs(Network Interface Cards), Kyuubi uses findLocalInetAddress to find the first non-loopback address to bind, this may cause network issues. See details in #3409

Implementation steps

As title, we need flexible configurations to allow users to choose different NICs.

Note: The task level is set to MEDIUM because I want a flexible and extendable design, including docs and at least one real-world case.

Additional context

Introduction of 2024H1 Kyuubi Code Contribution Program

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

No branches or pull requests

1 participant