Skip to content

Increasing frame size used by thrift #99

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

Merged
merged 3 commits into from
May 14, 2025
Merged

Increasing frame size used by thrift #99

merged 3 commits into from
May 14, 2025

Conversation

davidhjp01
Copy link
Contributor

@davidhjp01 davidhjp01 commented May 12, 2025

When FMU size is greater than 15MB, a Thrift client refuses to send it to the proxyfmu server, and generate the following error msg:

TConnectedClient died: Received an oversized frame

The issue is fixed by Increasing the frame size limit to 50MB via configuring TFramedTransport/Factory

@davidhjp01 davidhjp01 requested a review from restenb May 12, 2025 15:15
@davidhjp01 davidhjp01 marked this pull request as ready for review May 12, 2025 16:59
@davidhjp01 davidhjp01 requested a review from markaren May 12, 2025 16:59
@markaren
Copy link
Collaborator

LGTM

@davidhjp01 davidhjp01 merged commit f3b0073 into master May 14, 2025
8 checks passed
@davidhjp01 davidhjp01 deleted the frame-size-fix branch May 14, 2025 05:41
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