organization · inferred from evidence
bratseth
A maintainer of the Vespa project, referenced as confirming the bug.
- 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();