-
Notifications
You must be signed in to change notification settings - Fork 114
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: oom kill while stringifying large response json #2754
Conversation
Signed-off-by: Sai Sankeerth <[email protected]>
Signed-off-by: Sai Sankeerth <[email protected]>
Signed-off-by: Sai Sankeerth <[email protected]>
- correct test-case implementation of autopilot - change destinationResponse to any Signed-off-by: Sai Sankeerth <[email protected]>
…to fix.oom-destResp-stringify
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #2754 +/- ##
===========================================
- Coverage 87.30% 87.29% -0.02%
===========================================
Files 698 698
Lines 28657 28656 -1
Branches 6791 6791
===========================================
- Hits 25020 25016 -4
- Misses 3311 3315 +4
+ Partials 326 325 -1
☔ View full report in Codecov by Sentry. |
…to fix.oom-destResp-stringify
…to fix.oom-destResp-stringify
Kudos, SonarCloud Quality Gate passed! |
Description of the change
Resolves INT-229
When there are large messages or large batches of messages being processed for stringification(json stringification), we are getting memory leaks, where in there are huge number of nested stringifications being done.
We are looking to fix it through this PR
Type of change
Related issues
Checklists
Development
Code review