Closed
Description
Java API client version
main
Java version
17
Elasticsearch Version
n/a
Problem description
While going through the new BulkIngester
's sources I noticed that the requestsInFlightCount
is manipulated by multiple threads, but it is not obvious whether that happens in a thread-safe fashion in all cases (it probably is, just not very obvious).
In addition (this is more like a feature request), I think it would be nice to expose the requestsInFlightCount
(just like operationsCount()
) for external consumption by metrics as this is probably some very valuable information about the BulkIngester
's performance.
Metadata
Metadata
Assignees
Labels
No labels