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

Schema mismatch in source can lead to cluster panic #18715

Closed
kwannoel opened this issue Sep 25, 2024 · 2 comments
Closed

Schema mismatch in source can lead to cluster panic #18715

kwannoel opened this issue Sep 25, 2024 · 2 comments
Labels
type/bug Something isn't working
Milestone

Comments

@kwannoel
Copy link
Contributor

kwannoel commented Sep 25, 2024

Describe the bug

After two columns were added in the upstream source catalog in schema registry, the source started to panic.

thread 'rw-streaming' panicked at src/stream/src/executor/wrapper/schema_check.rs:48:29:
	
2024-09-25 23:06:09.896	
schema check failed on ExecutorInfo { schema: Schema { fields: [...] }, pk_indices: [34], identity: "Source 746F00002742" }: column type mismatched at position 35: expected Some(List(Varchar)), found Some("Timestamptz")

Error message/log

No response

To Reproduce

No response

Expected behavior

Should not panic.

How did you deploy RisingWave?

No response

The version of RisingWave

No response

Additional context

No response

@kwannoel kwannoel added the type/bug Something isn't working label Sep 25, 2024
@github-actions github-actions bot added this to the release-2.1 milestone Sep 25, 2024
@KeXiangWang
Copy link
Contributor

KeXiangWang commented Sep 25, 2024

Some additional information. The user who encountered this issue is using a hotfix image derived from v1.9.1.

@xiangjinwu
Copy link
Contributor

Sounds same as #16486/#17293 fixed since v1.10

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