Skip to content
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 missing messages_max_size_in_bytes config #182

Merged
merged 1 commit into from
Nov 14, 2023
Merged

Conversation

NKcqx
Copy link
Collaborator

@NKcqx NKcqx commented Oct 31, 2023

The messages_max_size_in_bytes is a config item in CrossSiloMessageConfig.
The original design is that when users customize their proxy actor and config, this field should be converted to the corresponding field. E.g. when using grpc proxy, this field should be equivalent to setting "grpc.max_send_message_length" and "grpc.max_receive_message_length" in GrpcCrossSiloMessageConfig.grpc_channel_options. However, this field get missed when converting to GrpcCrossSiloMessageConfig.

This PR fix this bug and should solving #181 and this issue: secretflow/secretflow#952

@NKcqx NKcqx added the bug Something isn't working label Oct 31, 2023
@NKcqx NKcqx requested a review from zhouaihui October 31, 2023 03:33
Copy link
Member

@zhouaihui zhouaihui left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@zhouaihui zhouaihui merged commit 54304c2 into main Nov 14, 2023
9 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants