72248adcbb
This commit removes the blocking invocation of bulk requests in monitoring as in some cases this can lead to exhaustion of the generic threadpool, which effectively prevents the node from operating normally. One behavior change that is made by this commit is the MonitoringService will no longer wait indefinitely when closing as this can lead to a node blocking forever and never shutting down. Instead a wait of 10 seconds is added, which aligns with the security index audit trail's behavior on shutdown. relates elastic/x-pack-elasticsearch#715 Original commit: elastic/x-pack-elasticsearch@5ba7f49aab |
||
---|---|---|
.. | ||
bin/x-pack | ||
config/x-pack | ||
keys | ||
licenses | ||
src | ||
build.gradle |