Unverified Commit dd1744fd authored by Dimitri Fontaine's avatar Dimitri Fontaine Committed by GitHub
Browse files

Fix the transition between replay operating modes. (#277)

When switching replay operating modes we want to replay all the changes that
has been streamed locally but have not been caught-up yet. This includes
some JSON to SQL transformation work that was missed before.

To be able to receive from the transform queue after having received a
signal to stop, we need to also reset the signals control flags, otherwise
all we get is an early exit in queue_receive.
parent 50aa1863
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment