-
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] ShrinkIndexIT.testShrinkIndexPrimaryTerm fails #28153
Comments
If we have created 210 shards, we may need more than 30 seconds for all shards become green. Relates #28153
If we have created 210 shards, we may need more than 30 seconds for all shards become green. Relates #28153
In some cases testShrinkIndexPrimaryTerm creates then 'mutates' 210 shards. If each shard opens more than 10 files (translog, lucene index), we exceeded the maximum allowed file handles. In our test, the number of file handles is limited to 2048 by HandleLimitFS. This commit reduces the number of shards in testShrinkIndexPrimaryTerm to avoid such errors. Closes #28153
The same test failed on master Java 10 today.
Errors:
|
Pinging @elastic/es-distributed |
@mayya-sharipova I think this test failed because the accounting breaker was not reset correctly. This is a known issue and being tracked at #30290. I added this failure to #30290. |
This test failed again today: With the same error as the one reported in the description of the issue:
It does not seem that the accounting breaker is in cause here. |
This test continues to fail (newest failure: https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+7.x+release-tests/308/console) |
This test can create and shuffle 2*(3*5*7) = 210 shards which is quite heavy for our CI. This commit reduces the load, so we don't timeout on CI. Closes #28153
This test can create and shuffle 2*(3*5*7) = 210 shards which is quite heavy for our CI. This commit reduces the load, so we don't timeout on CI. Closes #28153
This test can create and shuffle 2*(3*5*7) = 210 shards which is quite heavy for our CI. This commit reduces the load, so we don't timeout on CI. Closes #28153
This test can create and shuffle 2*(3*5*7) = 210 shards which is quite heavy for our CI. This commit reduces the load, so we don't timeout on CI. Closes #28153
This test can create and shuffle 2*(3*5*7) = 210 shards which is quite heavy for our CI. This commit reduces the load, so we don't timeout on CI. Closes #28153
Closing this issue again since the actual failure is tracked #30290. |
This test can create and shuffle 2*(3*5*7) = 210 shards which is quite heavy for our CI. This commit reduces the load, so we don't timeout on CI. Closes elastic#28153
The test ShrinkIndexIT.testShrinkIndexPrimaryTerm() failed today on CI:
https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+multijob-darwin-compatibility/1526/console
The first this that looks like an error in the log is this:
The test seems to time out waiting for green state as a consequence:
The text was updated successfully, but these errors were encountered: