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

assertion failed: dropping non-empty stream chunk builder #6366

Closed
fuyufjh opened this issue Nov 15, 2022 · 1 comment
Closed

assertion failed: dropping non-empty stream chunk builder #6366

fuyufjh opened this issue Nov 15, 2022 · 1 comment
Labels
type/bug Something isn't working

Comments

@fuyufjh
Copy link
Contributor

fuyufjh commented Nov 15, 2022

Describe the bug

Crashed during longevity test:

2022-11-14T19:48:08.616138Z ERROR risingwave_stream::task::stream_manager: actor exit actor=998 error=Executor error: Channel `RemoteInput tonic error: status: Unknown, message: "error reading a body from connection: connection reset", details: [], metadata: MetadataMap { headers: {} }` closed
thread 'risingwave-streaming-actor' panicked at 'assertion failed: `(left == right)`
  left: `74`,
 right: `0`: dropping non-empty stream chunk builder', src/stream/src/common/builder.rs:47:9
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

Since the stacktrace is not enabled yet, I cannot 100% make sure that dropping non-empty stream chunk builder was caused by Channel RemoteInput tonic error`. But it does sound possible.

To Reproduce

None

Expected behavior

No response

Additional context

No response

@fuyufjh fuyufjh added the type/bug Something isn't working label Nov 15, 2022
@github-actions github-actions bot added this to the release-0.1.14 milestone Nov 15, 2022
@fuyufjh
Copy link
Contributor Author

fuyufjh commented Nov 21, 2022

Failed to reproduce in recent runs. Let's reopen it once seen again.

@fuyufjh fuyufjh closed this as completed Nov 21, 2022
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