spring-projects / spring-lifecycle-smoke-tests

24 stars 18 forks source link

Add data-elasticsearch smoke test #31

Open christophstrobl opened 11 months ago

christophstrobl commented 11 months ago

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.