b75207a09f
Today `GET _nodes/stats/fs` includes `{least,most}_usage_estimate` fields for some nodes. These fields have rather strange semantics. They are only reported on the elected master and on nodes that have been the elected master since they were last restarted; when a node stops being the elected master these stats remain in place but we stop updating them so they may become arbitrarily stale. This means that these statistics are pretty meaningless and impossible to use correctly. Even if they were kept up to date they're never reported for data-only nodes anyway, despite the fact that data nodes are the ones where we care most about disk usage. The information needed to compute the path with the least/most available space is already provided in the rest the stats output, so we can treat the inclusion of these stats as a bug and fix it by simply removing them in this commit. Since these stats were always optional and mostly omitted (for opaque reasons) this is not considered a breaking change. |
||
---|---|---|
.. | ||
apis | ||
migrate_7_0 | ||
index.asciidoc | ||
migrate_7_0.asciidoc | ||
migrate_7_1.asciidoc | ||
migrate_7_2.asciidoc | ||
migrate_7_3.asciidoc | ||
migrate_7_4.asciidoc | ||
migrate_7_5.asciidoc | ||
migrate_7_6.asciidoc | ||
migrate_7_7.asciidoc | ||
migrate_7_8.asciidoc | ||
migrate_7_9.asciidoc | ||
migrate_7_10.asciidoc | ||
migration.asciidoc |