Skip to content

org.elasticsearch.indices.stats.IndexStatsIT.testFilterCacheStats failed on master #46701

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

Closed
przemekwitek opened this issue Sep 13, 2019 · 2 comments · Fixed by #48156
Closed
Assignees
Labels
:Distributed Indexing/Engine Anything around managing Lucene and the Translog in an open shard. >test-failure Triaged test failures from CI

Comments

@przemekwitek
Copy link
Contributor

The following can be found in logs:

13:26:37 org.elasticsearch.indices.stats.IndexStatsIT > testFilterCacheStats FAILED
13:26:37     java.lang.AssertionError: 
13:26:37     Expected: <0L>
13:26:37          but: was <1L>
13:26:37         at __randomizedtesting.SeedInfo.seed([DAF829FE6C77DB35:BFC7D4BBDC7FDC4C]:0)
13:26:37         at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18)
13:26:37         at org.junit.Assert.assertThat(Assert.java:956)
13:26:37         at org.junit.Assert.assertThat(Assert.java:923)
13:26:37         at org.elasticsearch.indices.stats.IndexStatsIT.testFilterCacheStats(IndexStatsIT.java:1076)
1
REPRODUCE WITH: ./gradlew ':server:integTest' --tests "org.elasticsearch.indices.stats.IndexStatsIT.testFilterCacheStats" \
  -Dtests.seed=DAF829FE6C77DB35 \
  -Dtests.security.manager=true \
  -Dtests.locale=en-SZ \
  -Dtests.timezone=Asia/Rangoon \
  -Dcompiler.java=12 \
  -Druntime.java=11
REPRODUCE WITH: ./gradlew ':server:integTest' --tests "org.elasticsearch.indices.stats.IndexStatsIT.testFilterCacheStats" \
  -Dtests.seed=DAF829FE6C77DB35 \
  -Dtests.security.manager=true \
  -Dtests.locale=en-SZ \
  -Dtests.timezone=Asia/Rangoon \
  -Dcompiler.java=12 \
  -Druntime.java=11

Does not reproduce locally.

Build 20190913105531-AA62B92F
Log https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+periodic/604/console
Build Scans https://gradle-enterprise.elastic.co/s/pzij6ulgmz4f6https://gradle-enterprise.elastic.co/s/briwqyyrh4l4uhttps://gradle-enterprise.elastic.co/s/2cqozlknuhc4g
@przemekwitek przemekwitek added >test-failure Triaged test failures from CI :Data Management/Indices APIs APIs to create and manage indices and templates labels Sep 13, 2019
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-core-features

@original-brownbear original-brownbear self-assigned this Sep 18, 2019
original-brownbear added a commit to original-brownbear/elasticsearch that referenced this issue Sep 20, 2019
This at a very low rate and with the force merge in place
before checking the cache size it's not clear why the cache
is not of size `0` -> seems something else
must be happening here that is unexpected.
-> add debug logging to this test to find out

Relates elastic#46701
@original-brownbear original-brownbear added :Distributed Indexing/Engine Anything around managing Lucene and the Translog in an open shard. and removed :Data Management/Indices APIs APIs to create and manage indices and templates labels Sep 20, 2019
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-distributed

original-brownbear added a commit that referenced this issue Sep 20, 2019
This at a very low rate and with the force merge in place
before checking the cache size it's not clear why the cache
is not of size `0` -> seems something else
must be happening here that is unexpected.
-> add debug logging to this test to find out

Relates #46701
original-brownbear added a commit to original-brownbear/elasticsearch that referenced this issue Sep 20, 2019
This at a very low rate and with the force merge in place
before checking the cache size it's not clear why the cache
is not of size `0` -> seems something else
must be happening here that is unexpected.
-> add debug logging to this test to find out

Relates elastic#46701
original-brownbear added a commit that referenced this issue Sep 21, 2019
This at a very low rate and with the force merge in place
before checking the cache size it's not clear why the cache
is not of size `0` -> seems something else
must be happening here that is unexpected.
-> add debug logging to this test to find out

Relates #46701
original-brownbear added a commit to original-brownbear/elasticsearch that referenced this issue Oct 16, 2019
This hasn't failed in 5 weeks now. Removing
the test logging and closing the issue.

Closes elastic#46701
original-brownbear added a commit that referenced this issue Oct 16, 2019
This hasn't failed in 5 weeks now. Removing
the test logging and closing the issue.

Closes #46701
original-brownbear added a commit to original-brownbear/elasticsearch that referenced this issue Oct 16, 2019
This hasn't failed in 5 weeks now. Removing
the test logging and closing the issue.

Closes elastic#46701
original-brownbear added a commit that referenced this issue Oct 17, 2019
This hasn't failed in 5 weeks now. Removing
the test logging and closing the issue.

Closes #46701
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Distributed Indexing/Engine Anything around managing Lucene and the Translog in an open shard. >test-failure Triaged test failures from CI
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants