I'm having issues with merge throttling indexing.
Setting "indices.store.throttle.type" to "none" doesn't seem to prevent throttling if max_merge_count is exceeded. I don't have SSDs, but the server that I am using has RAID which has a 1200MB/s throughput.
If I set throttle type to none, does max_bytes_per_sec still impact the merge rate?
If I tweak the max_bytes_per_sec value, it shows it defaulting to a very low 20MB/s.
If so, might I see a reduction in index throttling if I raise the max_bytes_per_sec to something higher?