Skip to content

Elastic search documentation about merge scheduling does not explicitly state that index.merge.scheduler.max_thread_count is a shard level property #28518

@ahadadi

Description

@ahadadi

Elastic search documentation about merge scheduling does not explicitly state that index.merge.scheduler.max_thread_count is a shard level property.
The documentation states that this is The maximum number of threads that may be merging at once but this is true only on a shard level.
Specifically, this recommendation: If your index is on spinning platter drives instead, decrease this to 1 leads one to assume that the node disk write concurrency will be 1 which is the case only with one shard and one index on the node.

Metadata

Metadata

Assignees

Labels

:Distributed Indexing/EngineAnything around managing Lucene and the Translog in an open shard.>docsGeneral docs changesgood first issuelow hanging fruit

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions