bug: BatchQuery executor read with expired epoch under parallel e2e #5592
Labels
component/meta
Meta related issue.
component/streaming
Stream processing related issue.
type/bug
Something isn't working
Milestone
Recently we've enabled the watermark checking, and some bugs of reading with expired epochs are revealed. The batch query executor may read with an expired epoch under parallel e2e, which might be caused by the epoch of creating mview failing to be pinned.
https://buildkite.com/risingwavelabs/pull-request/builds/9338#01837ead-70bb-4053-8d84-d9ef51e23c5f
The
unpin
here might be problematic. With concurrent DDL, a calling ofunpin
may also unpin the snapshot for other creating mviews.risingwave/src/meta/src/barrier/schedule.rs
Lines 185 to 199 in e081731
The text was updated successfully, but these errors were encountered: