Commit 7ac049f
authored
Larger offset when calculating the next histogram bucket to avoid col… (#139675)
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 #1393821 parent 5d8a44d commit 7ac049f
2 files changed
Lines changed: 1 addition & 4 deletions
File tree
- x-pack/plugin/downsample/src/internalClusterTest/java/org/elasticsearch/xpack/downsample
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
391 | 391 | | |
392 | 392 | | |
393 | 393 | | |
394 | | - | |
395 | | - | |
396 | | - | |
397 | 394 | | |
398 | 395 | | |
399 | 396 | | |
| |||
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