Commit 7f2d333
authored
Larger offset when calculating the next histogram bucket to avoid col… (elastic#139675) (elastic#139737)
We generate legacy histograms in `DownsampleIT` and we used to small of
a delta when generating the histogram values which caused them to
collide. We ensure that the delta between the buckets is more than 1.0
fix that.
Fixes elastic#139382
(cherry picked from commit 7ac049f)
# Conflicts:
# muted-tests.yml1 parent 4090fb3 commit 7f2d333
File tree
2 files changed
+1
-4
lines changed- x-pack/plugin/downsample/src/internalClusterTest/java/org/elasticsearch/xpack/downsample
2 files changed
+1
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
400 | 400 | | |
401 | 401 | | |
402 | 402 | | |
403 | | - | |
404 | | - | |
405 | | - | |
406 | 403 | | |
407 | 404 | | |
408 | 405 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
646 | 646 | | |
647 | 647 | | |
648 | 648 | | |
649 | | - | |
| 649 | + | |
650 | 650 | | |
651 | 651 | | |
652 | 652 | | |
| |||
0 commit comments