all-things-risingwave
How to resolve the 'capacity overflow' panic in RisingWave?
I'm encountering an exception in RisingWave with the error message thread 'risingwave-main' panicked at 'capacity overflow', library/alloc/src/raw_vec.rs:518:5
. I'm using version 0.1.15. Here's the stack trace:
thread 'risingwave-main' panicked at 'capacity overflow', library/alloc/src/raw_vec.rs:518:5
... (stack trace omitted for brevity) ...
Has anyone faced this issue before, and how can it be resolved?
ji
jie
Asked on Jan 12, 2023
I've reported the issue on GitHub for the RisingWave team to track and resolve. You can follow the progress on the issue here: GitHub Issue #7345. In the meantime, if you remember any specific query or operation that was performed immediately before the panic, it could be helpful for diagnosing the problem.
Jan 12, 2023Edited by