Skip to content
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] IndexingMemoryControllerTests.testSkipRefreshIfShardIsRefreshingAlready failing occasionally #50860

Closed
mark-vieira opened this issue Jan 10, 2020 · 3 comments
Assignees
Labels
>test-failure Triaged test failures from CI

Comments

@mark-vieira
Copy link
Contributor

The org.elasticsearch.indices.IndexingMemoryControllerTests. testSkipRefreshIfShardIsRefreshingAlready has started failing in CI over the past two days (beginning 9 January).

Expected: <3L>
     but: was <4L>
java.lang.AssertionError: 

Expected: <3L>
     but: was <4L>
Open stacktrace
[2020-01-10T20:07:02,409][INFO ][o.e.i.IndexingMemoryControllerTests] [testSkipRefreshIfShardIsRefreshingAlready] before test
[2020-01-10T20:07:02,661][INFO ][o.e.i.IndexingMemoryController] [testSkipRefreshIfShardIsRefreshingAlready] now throttling indexing for shard [[index][0]]: segment writing can't keep up
[2020-01-10T20:07:02,755][INFO ][o.e.i.IndexingMemoryControllerTests] [testSkipRefreshIfShardIsRefreshingAlready] after test
REPRODUCE WITH: ./gradlew ':server:test' --tests "org.elasticsearch.indices.IndexingMemoryControllerTests.testSkipRefreshIfShardIsRefreshingAlready" -Dtests.seed=B5BDCAA2A6E7D70E -Dtests.security.manager=true -Dtests.locale=vi -Dtests.timezone=Etc/GMT-7 -Dcompiler.java=13
HomeTestsorg.elasticsearch.indices.IndexingMemoryControllerTests » testSkipRefreshIfShardIsRefreshingAlready

Here are a few examples:
https://gradle-enterprise.elastic.co/s/cba7nu73aolhi/tests?search=testSkipRefreshIfShardIsRefreshingAlready
https://gradle-enterprise.elastic.co/s/ndwjucgca5frm/tests?search=testSkipRefreshIfShardIsRefreshingAlready
https://gradle-enterprise.elastic.co/s/dr4gcyuvdtmwm/tests?search=testSkipRefreshIfShardIsRefreshingAlready
https://gradle-enterprise.elastic.co/s/kkgovpbeyu34q/tests?search=testSkipRefreshIfShardIsRefreshingAlready

@mark-vieira mark-vieira added the >test-failure Triaged test failures from CI label Jan 10, 2020
@mark-vieira
Copy link
Contributor Author

Not sure what area this issue would best fall under, @dnhatn, since you last touched IndexingMemoryController maybe you might have an idea as to what is going on here, or perhaps who is best suited to look at this.

@mark-vieira
Copy link
Contributor Author

Actually @dnhatn, looks like you just added this test yesterday so I'm just going to go ahead and assign this to you 😉

@dnhatn
Copy link
Member

dnhatn commented Jan 10, 2020

@mark-vieira Thanks for the ping. @henningandersen kindly fixed this test in #50856.

@dnhatn dnhatn closed this as completed Jan 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>test-failure Triaged test failures from CI
Projects
None yet
Development

No branches or pull requests

2 participants