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

Create ch benchmark q5 MV failed #11293

Closed
cyliu0 opened this issue Jul 28, 2023 · 3 comments
Closed

Create ch benchmark q5 MV failed #11293

cyliu0 opened this issue Jul 28, 2023 · 3 comments
Labels
Milestone

Comments

@cyliu0
Copy link
Collaborator

cyliu0 commented Jul 28, 2023

Describe the bug

https://buildkite.com/risingwave-test/ch-benchmark-consistency-only/builds/17#01899afa-72d8-4957-af71-f97b719cb3f6/1085-1161

Grafana: https://grafana.test.risingwave-cloud.xyz/d/EpkBw5W4k/risingwave-dev-dashboard?orgId=1%5Cu0026var-datasource%3DPrometheus:%20test-useast1-eks-a%5Cu0026from%3D1688576344000%5Cu0026to%3D1688576946000%5Cu0026var-namespace%3Dnexmark-bs-0-14-daily-20230705&var-datasource=Prometheus:%20test-useast1-eks-a&var-namespace=ch-consistency-only-pipeline&var-instance=benchmark-risingwave&var-node=All&var-job=All&var-table=All&from=1690522505411&to=1690523067531
Log: https://grafana.test.risingwave-cloud.xyz/d/liz0yRCZz1/log-search-dashboard?orgId=1&var-data_source=Logging:%20test-useast1-eks-a&from=1690522505000&to=1690523067000&var-namespace=ch-consistency-only-pipeline&var-pod=benchmark-risingwave-meta-m-0&var-search=

dev=> create materialized view ch_benchmark_q5
    as
    select       n_name,
           sum(ol_amount) as revenue
    from         customer, orders, order_line, stock, supplier, nation, region
    where        c_id = o_c_id
    and c_w_id = o_w_id
    and c_d_id = o_d_id
    and ol_o_id = o_id
    and ol_w_id = o_w_id
    and ol_d_id=o_d_id
    and ol_w_id = s_w_id
    and ol_i_id = s_i_id
    and mod((s_w_id * s_i_id),10000) = s_suppkey
    and ascii(substr(c_state,1,1)) - 65 = s_nationkey
    and s_nationkey = n_nationkey
    and n_regionkey = r_regionkey
    and r_name = 'EUROPE'
    and o_entry_d >= '2007-01-02 00:00:00.000000'
    group by n_name;
ERROR:  QueryError: internal error: MetadataModel error: Meta store error: internal error: grpc request error: status: InvalidArgument, message: "etcdserver: request is too large", details: [], metadata: MetadataMap { headers: {"content-type": "application/grpc"} }

Error message/log

ERROR:  QueryError: internal error: MetadataModel error: Meta store error: internal error: grpc request error: status: InvalidArgument, message: "etcdserver: request is too large", details: [], metadata: MetadataMap { headers: {"content-type": "application/grpc"} }

To Reproduce

Run with ch-benchmark-consistency-only pipeline on branch ch-benchmark-consistency-only with following parameters

RW_VERSION="nightly-20230727"

Expected behavior

No response

How did you deploy RisingWave?

No response

The version of RisingWave

No response

Additional context

link #11072

@cyliu0 cyliu0 added the type/bug Something isn't working label Jul 28, 2023
@github-actions github-actions bot added this to the release-1.1 milestone Jul 28, 2023
@huangjw806
Copy link
Contributor

etcdserver: request is too large

maybe you should increase etcd params --max-request-bytes.

@fuyufjh
Copy link
Member

fuyufjh commented Aug 3, 2023

Hey, is this problem solved?

@cyliu0
Copy link
Collaborator Author

cyliu0 commented Aug 4, 2023

Close this since it's a duplicated #11072

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants