Skip to content

MLE-19222 Eval/invoke now stream results - #1732

Merged
rjrudin merged 1 commit into
developfrom
feature/19222-oom
Jan 3, 2025
Merged

MLE-19222 Eval/invoke now stream results#1732
rjrudin merged 1 commit into
developfrom
feature/19222-oom

Conversation

@rjrudin

@rjrudin rjrudin commented Jan 3, 2025

Copy link
Copy Markdown
Contributor

Finally makes use of the OkHttp MultipartReader to stream body parts instead of reading them all into memory. There's no test to be added here, as the only way to verify this is to try with a sufficient amount of data to cause an OutOfMemoryError. That will be verified manually instead. The existing regression tests will suffice to ensure that eval/invoke still work properly.

Finally makes use of the OkHttp MultipartReader to stream body parts instead of reading them all into memory. There's no test to be added here, as the only way to verify this is to try with a sufficient amount of data to cause an OutOfMemoryError. That will be verified manually instead. The existing regression tests will suffice to ensure that eval/invoke still work properly.
@rjrudin
rjrudin force-pushed the feature/19222-oom branch from 7768026 to 44450b7 Compare January 3, 2025 17:39
@rjrudin
rjrudin merged commit 9a20a17 into develop Jan 3, 2025
@rjrudin
rjrudin deleted the feature/19222-oom branch January 3, 2025 19:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants