obtaining the value of 'index.merge.scheduler.max_merge_count' from index-name/_settings?include_defaults=true error #51194
Labels
:Core/Infra/Settings
Settings infrastructure and APIs
needs:triage
Requires assignment of a team area label
Team:Core/Infra
Meta label for core/infra team
ES_VERSION: 7.3.1
OS version: Linux
Description of the problem including expected versus actual behavior:
The paramater value of index.merge.scheduler.max_merge_count obtaining from two different api are different:
curl -XGET 'http://localhost:9200/test1/_settings?pretty&include_defaults=true'
the result:
The log is like this:
[2020-01-19T17:30:28,079][INFO ][o.e.c.s.IndexScopedSettings] [node-1] updating [index.merge.scheduler.max_merge_count] from [6] to [7]
The value of
index.merge.scheduler.max_merge_count
from the first way is 9(default value), the value from the second value is 6.Steps to reproduce:
test1
The text was updated successfully, but these errors were encountered: