risingwave icon indicating copy to clipboard operation
risingwave copied to clipboard

Discussion: Decouple cancel/drop mview from barrier

Open kwannoel opened this issue 1 year ago • 10 comments

Support cancel of stream job without barrier.

  • Usually when high barrier latency, some stream job can be stuck, but due to high barrier latency, it cannot be cancelled either.
  • Another case: When high barrier latency for first barrier, stream job cannot be created, but cannot be cancelled either, until first barrier pass. If we can decouple cancel from barrier, we can avoid this.

Just noting this down first, didn't think of any ideas on how to support it yet.

kwannoel avatar Nov 13 '23 12:11 kwannoel