-
Notifications
You must be signed in to change notification settings - Fork 25.8k
Add warning for read-write indices in force merge documentation #28843
Copy link
Copy link
Closed
Labels
:Data Management/Indices APIsDO NOT USE. Use ":Distributed/Indices APIs" or ":StorageEngine/Templates" instead.DO NOT USE. Use ":Distributed/Indices APIs" or ":StorageEngine/Templates" instead.>docsGeneral docs changesGeneral docs changes
Description
Running force merge against a read-write index (an index that can still have read/write activity post force-merge) can cause very large segments to be produced (>5Gb per segment), and the merge policy will never consider it for merging again until it has 75% of deleted docs. This can cause very large segments to remain in the shards.
This is not currently documented (https://www.elastic.co/guide/en/elasticsearch/reference/6.2/indices-forcemerge.html). Would like to see a warning message added to the above page to specify force merge as an API call to use only against read-only indices.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
:Data Management/Indices APIsDO NOT USE. Use ":Distributed/Indices APIs" or ":StorageEngine/Templates" instead.DO NOT USE. Use ":Distributed/Indices APIs" or ":StorageEngine/Templates" instead.>docsGeneral docs changesGeneral docs changes
Type
Fields
Give feedbackNo fields configured for issues without a type.