library · inferred from evidence
vespa-feed-client
A client library for feeding data to Vespa, mentioned as leaking threads in specific failure scenarios.
- vespa-feed-client leaks feed-client-dispatcher threads when build() fails during handshake
The vespa-feed-client leaks threads when FeedClientBuilder.build() fails during the connection handshake. HttpFeedClient constructs the HttpRequestStrategy, which starts the feed-client-dispatcher thread, before calling verifyConnection();