library · inferred from evidence
HttpFeedClient
A client implementation for HTTP-based feeding, which constructs HttpRequestStrategy and starts dispatcher threads.
- 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();