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

arrangement backfill test fail #20168

Open
kwannoel opened this issue Jan 15, 2025 · 0 comments
Open

arrangement backfill test fail #20168

kwannoel opened this issue Jan 15, 2025 · 0 comments
Labels
type/bug Something isn't working
Milestone

Comments

@kwannoel
Copy link
Contributor

Describe the bug

Hit an error while attempting to generate_table_resize_plan.

let fragment_map = table_fragment_id_map.remove(&table_id).unwrap();

Error message/log

thread '<unnamed>' panicked at src/meta/src/stream/scale.rs:1928:72:
called `Option::unwrap()` on a `None` value
stack backtrace:
   0: rust_begin_unwind
             at /rustc/52fd9983996d9fcfb719749838336be66dee68f9/library/std/src/panicking.rs:665:5
   1: core::panicking::panic_fmt
             at /rustc/52fd9983996d9fcfb719749838336be66dee68f9/library/core/src/panicking.rs:74:14
   2: core::panicking::panic
             at /rustc/52fd9983996d9fcfb719749838336be66dee68f9/library/core/src/panicking.rs:148:5
   3: core::option::unwrap_failed
             at /rustc/52fd9983996d9fcfb719749838336be66dee68f9/library/core/src/option.rs:2004:5
   4: unwrap<std::collections::hash::set::HashSet<u32, std::hash::random::RandomState>>
             at /rustc/52fd9983996d9fcfb719749838336be66dee68f9/library/core/src/option.rs:969:21
   5: {async_fn#0}
             at ./src/meta/src/stream/scale.rs:1928:32
   6: {async_fn#0}
             at ./src/meta/src/barrier/context/recovery.rs:638:14
   7: {async_fn#0}
             at ./src/meta/src/barrier/context/recovery.rs:198:30
   8: {async_fn#0}

To Reproduce

No response

Expected behavior

No response

How did you deploy RisingWave?

No response

The version of RisingWave

No response

Additional context

risedev-logs.zip

@kwannoel kwannoel added the type/bug Something isn't working label Jan 15, 2025
@github-actions github-actions bot added this to the release-2.3 milestone Jan 15, 2025
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