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

Too many partition info in Load plan fragment #1674

Closed
morningman opened this issue Aug 20, 2019 · 0 comments
Closed

Too many partition info in Load plan fragment #1674

morningman opened this issue Aug 20, 2019 · 0 comments
Assignees
Labels
kind/fix Categorizes issue or PR as related to a bug.

Comments

@morningman
Copy link
Contributor

BE will report error:

A message from xxxx:12062(protocol=baidu_std) is bigger than 67108864 bytes, the connection will be closed. Set max_body_size to allow bigger messages

And we should reduce the number of partition info in BrokerScanNode param if user already
set target partitions to load, instead of adding all partitions' info. It will cause the size of RPC packet too large.

@morningman morningman added the kind/fix Categorizes issue or PR as related to a bug. label Aug 20, 2019
@morningman morningman self-assigned this Aug 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/fix Categorizes issue or PR as related to a bug.
Projects
None yet
Development

No branches or pull requests

1 participant