-
Notifications
You must be signed in to change notification settings - Fork 25k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CI] DownsampleActionIT testTsdbDataStreams failing #100271
Labels
low-risk
An open issue or test failure that is a low risk to future releases
:StorageEngine/Downsampling
Downsampling (replacement for rollups) - Turn fine-grained time-based data into coarser-grained data
Team:Analytics
Meta label for analytical engine team (ESQL/Aggs/Geo)
>test-failure
Triaged test failures from CI
Comments
piergm
added
:StorageEngine/Rollup
Turn fine-grained time-based data into coarser-grained data
>test-failure
Triaged test failures from CI
labels
Oct 4, 2023
elasticsearchmachine
added
the
Team:Analytics
Meta label for analytical engine team (ESQL/Aggs/Geo)
label
Oct 4, 2023
Pinging @elastic/es-analytics-geo (Team:Analytics) |
elasticsearchmachine
pushed a commit
that referenced
this issue
Oct 6, 2023
danielmitterdorfer
added a commit
to danielmitterdorfer/elasticsearch
that referenced
this issue
Oct 6, 2023
elasticsearchmachine
pushed a commit
that referenced
this issue
Oct 6, 2023
martijnvg
added
:StorageEngine/Downsampling
Downsampling (replacement for rollups) - Turn fine-grained time-based data into coarser-grained data
and removed
:StorageEngine/Rollup
Turn fine-grained time-based data into coarser-grained data
labels
Oct 9, 2023
wchaparro
added
the
medium-risk
An open issue or test failure that is a medium risk to future releases
label
Oct 13, 2023
martijnvg
added
low-risk
An open issue or test failure that is a low risk to future releases
and removed
medium-risk
An open issue or test failure that is a medium risk to future releases
labels
Oct 31, 2023
martijnvg
added a commit
to martijnvg/elasticsearch
that referenced
this issue
Nov 17, 2023
The likely cause is that the downsample step wasn't executed, because the index.time_series.end_time index setting was after current time. Two tweaks to avoid this failure: * Lower index.look_ahead_time * Increase wait time in waitAndGetRollupIndexName() Closes elastic#100271
afoucret
pushed a commit
to afoucret/elasticsearch
that referenced
this issue
Nov 24, 2023
The likely cause is that the downsample step wasn't executed, because the index.time_series.end_time index setting was after current time. Two tweaks to avoid this failure: * Lower index.look_ahead_time * Increase wait time in waitAndGetRollupIndexName() Closes elastic#100271
timgrein
pushed a commit
to timgrein/elasticsearch
that referenced
this issue
Nov 30, 2023
The likely cause is that the downsample step wasn't executed, because the index.time_series.end_time index setting was after current time. Two tweaks to avoid this failure: * Lower index.look_ahead_time * Increase wait time in waitAndGetRollupIndexName() Closes elastic#100271
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
low-risk
An open issue or test failure that is a low risk to future releases
:StorageEngine/Downsampling
Downsampling (replacement for rollups) - Turn fine-grained time-based data into coarser-grained data
Team:Analytics
Meta label for analytical engine team (ESQL/Aggs/Geo)
>test-failure
Triaged test failures from CI
Build scan:
https://gradle-enterprise.elastic.co/s/4ljosxkpgtu6g/tests/:x-pack:plugin:ilm:qa:multi-node:javaRestTest/org.elasticsearch.xpack.ilm.actions.DownsampleActionIT/testTsdbDataStreams
Reproduction line:
Applicable branches:
main
Reproduces locally?:
No
Failure history:
https://gradle-enterprise.elastic.co/scans/tests?tests.container=org.elasticsearch.xpack.ilm.actions.DownsampleActionIT&tests.test=testTsdbDataStreams
Failure excerpt:
The text was updated successfully, but these errors were encountered: