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

Fix using unavailable worker cached in client-pool to resolve #18693 #18694

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

yws-tracy
Copy link

@yws-tracy yws-tracy commented Sep 8, 2024

What changes are proposed in this pull request?

to fix #18693

Why are the changes needed?

In ClientPool, ClientPoolKey only takes ip into consideration, which is not enough, it can cause incorrect worker cache in clientPool. To fix the problem, hostName should be taken into consideration to compare ClientPoolKey as well

Does this PR introduce any user facing changes?

No

@alluxio-bot
Copy link
Contributor

Thank you for your pull request.
In order for us to evaluate and accept your PR, we ask that you sign a contribution license agreement (CLA).
It's all electronic and will take just a few minutes. Please download CLA form here, sign, and e-mail back to [email protected]

@YichuanSun
Copy link
Contributor

Thanks for your pr! But are your sure you want to submit to main branch? If you want to fix the 2.x issue, please submit to master-2.x branch.

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.

fix using unavailable worker cached in client-pool
3 participants