Skip to content

Add data-elasticsearch smoke test #31

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

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

Conversation

christophstrobl
Copy link
Member

Currently failing due to open sockets in the PoolingNHttpClientConnectionManager used by the CloseableHttpAsyncClient.

We'd need to close all pooled connections (closeExpiredConnections & closeIdleConnections) in the PoolingNHttpClientConnectionManager and then restart the the httpAsyncClient on restore.. Or close the entire client and recreate it from scratch on startup.

Currently failing due to open sockets in the PoolingNHttpClientConnectionManager used by the CloseableHttpAsyncClient.
@sdeleuze sdeleuze marked this pull request as draft December 11, 2023 17:55
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.

1 participant