-
Notifications
You must be signed in to change notification settings - Fork 25.2k
AsyncTwoPhaseIndexerTests testStateMachine CI failures #40946
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
Labels
:ml/Transform
Transform
:StorageEngine/Rollup
Turn fine-grained time-based data into coarser-grained data
>test-failure
Triaged test failures from CI
Comments
Pinging @elastic/es-analytics-geo |
Pinging @elastic/ml-core |
original-brownbear
added a commit
to original-brownbear/elasticsearch
that referenced
this issue
Apr 8, 2019
* The step is incremented by the listner in `org.elasticsearch.xpack.core.indexing.AsyncTwoPhaseIndexerTests.MockIndexer#onFinish` after isFinished is set to true, but the test only waited for `isFinished`, fixed by calling `isFinished` last * Also made `step` volatile since we are reading it from different thread from the one incrementing it * Closes elastic#40946
original-brownbear
added a commit
that referenced
this issue
Apr 8, 2019
* The step is incremented by the listner in `org.elasticsearch.xpack.core.indexing.AsyncTwoPhaseIndexerTests.MockIndexer#onFinish` after isFinished is set to true, but the test only waited for `isFinished`, fixed by calling `isFinished` last * Also made `step` volatile since we are reading it from different thread from the one incrementing it * Closes #40946
original-brownbear
added a commit
to original-brownbear/elasticsearch
that referenced
this issue
Apr 9, 2019
* The step is incremented by the listner in `org.elasticsearch.xpack.core.indexing.AsyncTwoPhaseIndexerTests.MockIndexer#onFinish` after isFinished is set to true, but the test only waited for `isFinished`, fixed by calling `isFinished` last * Also made `step` volatile since we are reading it from different thread from the one incrementing it * Closes elastic#40946
original-brownbear
added a commit
that referenced
this issue
Apr 9, 2019
* The step is incremented by the listner in `org.elasticsearch.xpack.core.indexing.AsyncTwoPhaseIndexerTests.MockIndexer#onFinish` after isFinished is set to true, but the test only waited for `isFinished`, fixed by calling `isFinished` last * Also made `step` volatile since we are reading it from different thread from the one incrementing it * Closes #40946
gurkankaymak
pushed a commit
to gurkankaymak/elasticsearch
that referenced
this issue
May 27, 2019
* The step is incremented by the listner in `org.elasticsearch.xpack.core.indexing.AsyncTwoPhaseIndexerTests.MockIndexer#onFinish` after isFinished is set to true, but the test only waited for `isFinished`, fixed by calling `isFinished` last * Also made `step` volatile since we are reading it from different thread from the one incrementing it * Closes elastic#40946
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
:ml/Transform
Transform
:StorageEngine/Rollup
Turn fine-grained time-based data into coarser-grained data
>test-failure
Triaged test failures from CI
Several failures with the error:
Does not reproduce:
https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+multijob-unix-compatibility/os=centos-6/320/console
https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+7.x+multijob-unix-compatibility/os=ubuntu-18.04&&immutable/95/console
https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+7.x+multijob-unix-compatibility/os=ubuntu-18.04&&immutable/94/console
The text was updated successfully, but these errors were encountered: