-
Couldn't load subscription status.
- Fork 184
combine json chunks from requests #4317
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
combine json chunks from requests #4317
Conversation
|
Thanks for the fix @jiapingzeng! Wondering if you see any additional latency due to combining the chunks? |
|
I didn't notice additional latency from my side. There are some concerns of collectList() running out of memory when waiting for an infinite upstream: https://stackoverflow.com/a/72042404, but I don't think that applies here as agent execute requests are a few kBs at most. |
Don't think test failure is related to my change. Tried |
84ea119 to
8292d74
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4317 +/- ##
============================================
- Coverage 80.09% 80.09% -0.01%
- Complexity 10196 10200 +4
============================================
Files 855 855
Lines 44358 44373 +15
Branches 5133 5135 +2
============================================
+ Hits 35530 35539 +9
- Misses 6663 6670 +7
+ Partials 2165 2164 -1
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:
|
|
Error handling sample requests: |
291315f to
2bc0ae1
Compare
Signed-off-by: Jiaping Zeng <jpz@amazon.com>
Signed-off-by: Jiaping Zeng <jpz@amazon.com>
Signed-off-by: Jiaping Zeng <jpz@amazon.com>
2bc0ae1 to
f5841e7
Compare
|
would you address the code coverage? |
(cherry picked from commit 305cb8e)
Description
Combine request chunks in agent execute stream.
Related Issues
4314
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.