-
Notifications
You must be signed in to change notification settings - Fork 27
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
ποΈ Fix GC error while trying to close service #3985
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3985 +/- ##
=========================================
- Coverage 85.2% 82.7% -2.5%
=========================================
Files 943 392 -551
Lines 40680 20158 -20522
Branches 848 137 -711
=========================================
- Hits 34665 16676 -17989
+ Misses 5792 3433 -2359
+ Partials 223 49 -174
Flags with carried forward coverage won't be shown. Click here to find out more.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot and good luck!
Can we have a regression alert as well, some log-line to check if it happens again, or does this not apply here since you changed the code?
No need for an alert here. If a different error occurs, it will display a useful traceback now. |
services/web/server/src/simcore_service_webserver/garbage_collector_core.py
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you massively increased the logs in the GC right? maybe care to reduce them if this is the fix.
Also please check my comments.
services/web/server/src/simcore_service_webserver/garbage_collector_core.py
Outdated
Show resolved
Hide resolved
services/web/server/src/simcore_service_webserver/garbage_collector_core.py
Show resolved
Hide resolved
Code Climate has analyzed commit 58c67ba and detected 0 issues on this pull request. View more on Code Climate. |
Kudos, SonarCloud Quality Gate passed!Β Β 0 Bugs No Coverage information |
What do these changes do?
GC was wrongly fetching the
project_id
, it is now recovered from the intended data structure. I have no idea why I did that π€·ββοΈRelated issue/s
How to test
Checklist