channable / channable/opsqueue
panic: get_submission while reserving failed: R(SubmissionNotFound(SubmissionId(u63(7498711361585676288))))
- Dominant language
- Rust
- Stars
- 96
- Forks
- 2
- Avg merge
- 1h 2m
- Merged PRs (30d)
- 2
Description
Sentry Issue: [OPSQUEUE-Z](https://channable.sentry.io/issues/7695012195/?referrer=github_integration)
```
panic: get_submission while reserving failed: R(SubmissionNotFound(SubmissionId(u63(7498711361585676288))))
?, in opsqueue::consumer::dispatcher::Dispatcher::join_chunk_with_submission_info::::{closure#0}
?, in opsqueue::consumer::server::state::ConsumerState::fetch_and_reserve_chunks::{closure#0}::{closure#0}
?, in opsqueue::consumer::server::ws_accept_handler::{closure#0}::{closure#0}::{closure#0}
...
(19 additional frame(s) were not displayed)
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with opsqueue::consumer::dispatcher::Dispatcher::join_chunk_with_submission_info and follow its callers in ConsumerState::fetch_and_reserve_chunks and ws_accept_handler. Use the linked Sentry issue to investigate why reserving encounters SubmissionNotFound; done means the reported panic is resolved and the behavior is verified against the failure path.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Active
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100