TimelyDataflow / timely-dataflow

A modular implementation of timely dataflow in Rust
MIT License
3.25k stars 272 forks source link

Drop implementation for Tracker #517

Closed antiguru closed 1 year ago

antiguru commented 1 year ago

This allows the tracker to log reachability information when dropping dataflows. Not much tested.

teskje commented 1 year ago

I'm including this in my drop_dataflow testing here: https://github.com/MaterializeInc/materialize/pull/18442. This should give us sufficient confidence.

teskje commented 1 year ago

After testing this on staging for a night all evidence suggests that this is working as intended: https://github.com/MaterializeInc/materialize/pull/18442#issuecomment-1489941437.