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

StreamChunk inconsistency bug: /risingwave/src/common/src/array/stream_chunk.rs:142:13 assertion left == right failed left: 1 right: 0 #20342

Open
kwannoel opened this issue Jan 29, 2025 · 0 comments · May be fixed by #20350
Labels
type/bug Something isn't working
Milestone

Comments

@kwannoel
Copy link
Contributor

kwannoel commented Jan 29, 2025

Describe the bug

There's a bug inside StreamChunk which panics at:

/risingwave/src/common/src/array/stream_chunk.rs:142:13
assertion left == right failed
  left: 1
  right: 0

This is on RisingWave v2.1.2.

I have added a branch to attempt to debug it, by checking for inconsistency when constructing stream chunks: #20341.

Error message/log


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

@kwannoel kwannoel added the type/bug Something isn't working label Jan 29, 2025
@github-actions github-actions bot added this to the release-2.3 milestone Jan 29, 2025
@kwannoel kwannoel changed the title StreamChunk inconsistency bug StreamChunk inconsistency bug /risingwave/src/common/src/array/stream_chunk.rs:142:13 assertion left == right failed left: 1 right: 0 Jan 29, 2025
@kwannoel kwannoel changed the title StreamChunk inconsistency bug /risingwave/src/common/src/array/stream_chunk.rs:142:13 assertion left == right failed left: 1 right: 0 StreamChunk inconsistency bug: /risingwave/src/common/src/array/stream_chunk.rs:142:13 assertion left == right failed left: 1 right: 0 Jan 29, 2025
@kwannoel kwannoel linked a pull request Jan 31, 2025 that will close this issue
8 tasks
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

Successfully merging a pull request may close this issue.

1 participant