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(streaming): hash join panic loop #10212

Closed
Tracked by #6640
zwang28 opened this issue Jun 7, 2023 · 1 comment
Closed
Tracked by #6640

bug(streaming): hash join panic loop #10212

zwang28 opened this issue Jun 7, 2023 · 1 comment
Labels
type/bug Something isn't working
Milestone

Comments

@zwang28
Copy link
Contributor

zwang28 commented Jun 7, 2023

Describe the bug

stderr F thread 'risingwave-streaming-actor' panicked at 'called `Result::unwrap()` on an `Err` value: OccupiedError { key: [], old_value: EncodedJoinRow { compacted_row: CompactedRow { row: b\"\\x01*\\0\\0\\00x419d0d8bdd9af5e606ae2232ed285aff190e711b\\x01\\x03\\0\\0\\0FUN\" }, degree: 0 }, new_value: EncodedJoinRow { compacted_row: CompactedRow { row: b\"\\x01*\\0\\0\\00x419d0d8bdd9af5e606ae2232ed285aff190e711b\\x01\\x03\\0\\0\\0FUN\" }, degree: 0 } }', src/stream/src/executor/managed_state/join/join_entry_state.rs:54:44"

...

 at /risingwave/src/stream/src/executor/hash_join.rs:1228:29"

To Reproduce

log is available.

Expected behavior

No response

Additional context

No response

@zwang28 zwang28 added the type/bug Something isn't working label Jun 7, 2023
@github-actions github-actions bot added this to the release-0.20 milestone Jun 7, 2023
@zwang28
Copy link
Contributor Author

zwang28 commented Jun 9, 2023

Caused by storage TTL.

@zwang28 zwang28 closed this as completed Jun 9, 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

1 participant