-
Notifications
You must be signed in to change notification settings - Fork 615
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
etcdserver: request is too large and grpc: received message larger than max #7315
Comments
Seems some too large write to etcd when creating MV. BTW this issue is not the same as #6726, because the latter happens during recovery, while this one happens during creating MV. @yezizp2012 Are you aware of any potential large write when creating MV? |
Nope, only metadata of streaming job (including actor/fragment/location infos) will be wrote into etcd during MV creation. The issue found in #6726 already included all metadata of tpch MVs, which is about 5M+ in a ci-3cn-1fe environment and obviously larger than the ones in this issue. It's quite weird that the metadata of nexrmark q15/q5/q16 are all larger than 2M in this issue. 🤔 Anyway, I also agree that we'd better enlarge --max-request-bytes in longevity test. |
Because in the test the compute node's parallelism is 32 and there are 3 compute nodes. The write size is proportional to to them. With the enlarged |
To enable |
Some additional notes on reproducing this via risedev, thanks to @zwang28 for providing more details offline:
Run the queries:
And you will see the error. After https://github.com/risingwavelabs/risingwave-test/pull/212 is running on the buildkite job, we should no longer see this error message in longevity-test. |
Fixed by https://github.com/risingwavelabs/risingwave-cloud/pull/1566 ? @mikechesterwang |
Describe the bug
To Reproduce
No response
Expected behavior
No response
Additional context
namespace:
rwc-3-longevity-20230111-060844
buildkite: https://buildkite.com/risingwave-test/longevity-test/builds/289#01859f71-d994-40ea-a5ab-c4791805061e
Related: #6726
The text was updated successfully, but these errors were encountered: