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

sqlsmith enconters internal error: transport error #11073

Closed
xxchan opened this issue Jul 19, 2023 · 3 comments
Closed

sqlsmith enconters internal error: transport error #11073

xxchan opened this issue Jul 19, 2023 · 3 comments
Assignees
Labels
type/bug Something isn't working
Milestone

Comments

@xxchan
Copy link
Member

xxchan commented Jul 19, 2023

Describe the bug

https://buildkite.com/risingwavelabs/pull-request/builds/27642#01896d48-a57b-490b-95ca-ab9ae79270d4

Error message/log

[TEST STREAM]: CREATE MATERIALIZED VIEW stream_query AS SELECT t_0.col_0 AS col_0, last_value(DISTINCT t_1.col_0 ORDER BY t_1.col_0 DESC NULLS LAST, t_1.col_0 ASC NULLS LAST, t_1.col_0 DESC) AS col_1, t_0.col_0 AS col_2 FROM m12 AS t_0 FULL JOIN m12 AS t_1 ON t_0.col_0 = t_1.col_0 AND true GROUP BY t_0.col_0

thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Encountered unexpected error: db error: ERROR: QueryError: internal error: transport error

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

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

Seems like a newly introduced error. Did not see it before. Will try to find the regression.

@kwannoel kwannoel self-assigned this Jul 19, 2023
@fuyufjh fuyufjh modified the milestones: release-1.1, release-1.2 Aug 8, 2023
@fuyufjh
Copy link
Contributor

fuyufjh commented Aug 8, 2023

Any updates?

@kwannoel
Copy link
Contributor

kwannoel commented Sep 7, 2023

Any updates?

Duplicate of #12140.

The underlying reason is memtable inconsistent, and somehow cluster does not exit immediately but hangs.

@kwannoel kwannoel closed this as not planned Won't fix, can't repro, duplicate, stale Sep 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants