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

Bug: create table as select is failed to run when a cluster contains streaming and serving CN #15658

Closed
chenzl25 opened this issue Mar 13, 2024 · 2 comments
Labels
no-issue-activity type/bug Something isn't working
Milestone

Comments

@chenzl25
Copy link
Contributor

Describe the bug

create table t as select * from t2 will create a table t first and then insert rows into t from t2 which somehow is a hybrid query of streaming and batch. It is failed to run when a cluster contains streaming and serving CN.

ERROR:  Failed to run the query

Caused by:
  internal error: gRPC request to batch service failed: Internal error: failed to create RPC client to risingwave-compute-serving-0.risingwave-compute.rwc-xxxx.svc:5688

Error message/log

No response

To Reproduce

No response

Expected behavior

No response

How did you deploy RisingWave?

No response

The version of RisingWave

No response

Additional context

No response

@chenzl25 chenzl25 added the type/bug Something isn't working label Mar 13, 2024
@github-actions github-actions bot added this to the release-1.8 milestone Mar 13, 2024
Copy link
Contributor

This issue has been open for 60 days with no activity. Could you please update the status? Feel free to continue discussion or close as not planned.

@chenzl25
Copy link
Contributor Author

Unable to reproduce

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no-issue-activity type/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant