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

Hyper connection pool will hang under databend's async runtime #473

Closed
2 tasks
Xuanwo opened this issue Jul 26, 2022 · 2 comments
Closed
2 tasks

Hyper connection pool will hang under databend's async runtime #473

Xuanwo opened this issue Jul 26, 2022 · 2 comments

Comments

@Xuanwo
Copy link
Member

Xuanwo commented Jul 26, 2022

Related to datafuselabs/databend#6614 (comment)

The root cause is not found. We need to:

  • Implement a minimum reproducation
  • Report to hyper or fix in databend

Before this issue get resolved, we will set pool_max_idle_per_host(0) for workaround.

@Xuanwo
Copy link
Member Author

Xuanwo commented Oct 14, 2022

Disabling HTTP keep-alive is not a good idea. Let's find out the root cause.

@Xuanwo
Copy link
Member Author

Xuanwo commented Oct 15, 2022

The issue has been resolved. We should avoid calling opendal's function from different runtimes.

@Xuanwo Xuanwo closed this as completed Dec 14, 2022
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