Commit bd7dfa8
authored
Fix disk usage estimation for SORTED_SET doc values. (elastic#133722)
The `nextOrd()` was never invoked, which can hugely underestimate bytes used for doc sorted set doc values.1 parent aab83a8 commit bd7dfa8
File tree
2 files changed
+6
-0
lines changed- docs/changelog
- server/src/main/java/org/elasticsearch/action/admin/indices/diskusage
2 files changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
277 | 277 | | |
278 | 278 | | |
279 | 279 | | |
| 280 | + | |
280 | 281 | | |
281 | 282 | | |
282 | 283 | | |
| |||
0 commit comments