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

[core] Make ClientPool simple to reduce thread safe bugs #4256

Merged
merged 5 commits into from
Sep 26, 2024

Conversation

JingsongLi
Copy link
Contributor

Purpose

In previous implementations, there were many places where locks were not used to ensure visibility, which may lead to infinite waiting. We should make the logic of the Pool simple enough to ensure its security.

Tests

API and Format

Documentation

Copy link
Contributor

@yuzelin yuzelin left a comment

Choose a reason for hiding this comment

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

+1

@yuzelin yuzelin merged commit c293fc7 into apache:master Sep 26, 2024
9 of 10 checks passed
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