-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Break cyclic references when there is an exception handling a request #10569
Conversation
This is a partial fix for #10548 There is still another case for SystemRoutes that needs to be addressed
This is a partial fix for #10548 There is still another case for SystemRoutes that needs to be addressed
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## master #10569 +/- ##
=======================================
Coverage 98.70% 98.71%
=======================================
Files 124 125 +1
Lines 37335 37367 +32
Branches 2063 2063
=======================================
+ Hits 36850 36885 +35
+ Misses 338 335 -3
Partials 147 147
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
CodSpeed Performance ReportMerging #10569 will not alter performanceComparing Summary
|
Backport to 3.11: 💔 cherry-picking failed — conflicts found❌ Failed to cleanly apply dfbf782 on top of patchback/backports/3.11/dfbf782ba4ea3eabfe052e6224727cf83efdffb5/pr-10569 Backporting merged PR #10569 into master
🤖 @patchback |
Backport to 3.12: 💔 cherry-picking failed — conflicts found❌ Failed to cleanly apply dfbf782 on top of patchback/backports/3.12/dfbf782ba4ea3eabfe052e6224727cf83efdffb5/pr-10569 Backporting merged PR #10569 into master
🤖 @patchback |
Backport to 3.11: 💚 backport PR created✅ Backport PR branch: Backported as #10571 🤖 @patchback |
Backport to 3.12: 💚 backport PR created✅ Backport PR branch: Backported as #10572 🤖 @patchback |
…#10569) <!-- Thank you for your contribution! --> ## What do these changes do? This is a partial fix for #10548 - There is still another case for `SystemRoute`s that needs to be addressed. No reproducer available yet. - There is also another case on the client side on connection refused that still needs to be addressed #10548 (comment) ## Are there changes in behavior for the user? fixes memory leak ## Is it a substantial burden for the maintainers to support this? no (cherry picked from commit dfbf782)
…#10569) <!-- Thank you for your contribution! --> ## What do these changes do? This is a partial fix for #10548 - There is still another case for `SystemRoute`s that needs to be addressed. No reproducer available yet. - There is also another case on the client side on connection refused that still needs to be addressed #10548 (comment) ## Are there changes in behavior for the user? fixes memory leak ## Is it a substantial burden for the maintainers to support this? no (cherry picked from commit dfbf782)
…e is an exception handling a request (#10571) **This is a backport of PR #10569 as merged into master (dfbf782).** <!-- Thank you for your contribution! --> ## What do these changes do? This is a partial fix for #10548 - There is still another case for `SystemRoute`s that needs to be addressed. No reproducer available yet. - There is also another case on the client side on connection refused that still needs to be addressed #10548 (comment) ## Are there changes in behavior for the user? fixes memory leak ## Is it a substantial burden for the maintainers to support this? no Co-authored-by: J. Nick Koston <[email protected]>
…e is an exception handling a request (#10572) **This is a backport of PR #10569 as merged into master (dfbf782).** <!-- Thank you for your contribution! --> ## What do these changes do? fixes #10548 ## Are there changes in behavior for the user? fixes a potential memory leak ## Is it a substantial burden for the maintainers to support this? no Co-authored-by: J. Nick Koston <[email protected]>
Small cleanup to the leak tests #10569 (comment)
Small cleanup to the leak tests #10569 (comment) (cherry picked from commit 3c60cd2)
Small cleanup to the leak tests #10569 (comment) (cherry picked from commit 3c60cd2)
**This is a backport of PR #10577 as merged into master (3c60cd2).** Small cleanup to the leak tests #10569 (comment) Co-authored-by: J. Nick Koston <[email protected]>
**This is a backport of PR #10577 as merged into master (3c60cd2).** Small cleanup to the leak tests #10569 (comment) Co-authored-by: J. Nick Koston <[email protected]>
What do these changes do?
fixes #10548
Are there changes in behavior for the user?
fixes a potential memory leak
Is it a substantial burden for the maintainers to support this?
no