-
Notifications
You must be signed in to change notification settings - Fork 186
Decrease Disk Circuit Breaker Free Space Threshold to unblock CI #4413
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
Decrease Disk Circuit Breaker Free Space Threshold to unblock CI #4413
Conversation
Signed-off-by: rithin-pullela-aws <[email protected]>
|
503 Error: Could be a transitive issue, can we re run linux CI? |
|
Failing tests not related to Circuit breaker, known falky IT: Can we rerun CI? |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4413 +/- ##
============================================
+ Coverage 80.13% 80.16% +0.03%
- Complexity 10217 10225 +8
============================================
Files 855 858 +3
Lines 44439 44497 +58
Branches 5142 5145 +3
============================================
+ Hits 35610 35673 +63
+ Misses 6665 6663 -2
+ Partials 2164 2161 -3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Description
We are seeing Disk Circuit breaker exceptions on CI.
This happens because the default Threshold is 5 GB which is high for a CI environment (code red)
The failures happen during the setup part of the failing tests:
code ref
I believe these operations involve indexing causing the disk space to go over the threshold.
Related Issues
Resolves #[Issue number to be closed when this PR is merged]
Check List
--signoff.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.