Throttling merges despite indices.store.throttle.type: none

We're running ES 2.4.x on NVMe cards for indexing and have disabled merge throttling:

curl -XPUT $esprodata01/_cluster/settings -d '{ "transient" : { "indices.store.throttle.type" : "none" }}'

{"acknowledged":true,"persistent":{},"transient":{"indices":{"store":{"throttle":{"type":"none"}}}}}

However the metric "merges.total_throttled_time_in_millis" goes up. Is there something I missed?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.