-
Notifications
You must be signed in to change notification settings - Fork 90
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
shouldNotLoseDataWhenScalingDown ocasionally fails #447
Comments
The issue is due to inconsistent results in the /_count aggregation across shards whilst indexing data:
|
And the test was waiting for > 9. When the number of documents == 10, it would advance on number of docs == 9. |
Changed again to look for exactly 10 documents. Was still unstable. bce3ed4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A couple of times I have seen this fail. Why?
Re run many times to prove stability.
The text was updated successfully, but these errors were encountered: