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

[Feature request] Add keepAliveTime machenism to evict expired RPC clients #11949

Open
Pengzna opened this issue Jan 22, 2024 · 1 comment
Open

Comments

@Pengzna
Copy link
Contributor

Pengzna commented Jan 22, 2024

Currently, idle clients that do not exceed the maxSize in the clientManager's pool will not be recycled, resulting in an abnormal number of clients in some high-concurrency scenarios.

Noting that, we need to:

  1. Add eviction thread to evict clients that are idle more than 1 minute.
  2. Merge core_client_num and max_client_num params, only remain max_client_num
  3. Add eviction UT
Copy link

Hi, this is your first issue in IoTDB project. Thanks for your report. Welcome to join the community!

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