Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add sleep before #term_and_wait_for_exit
We're expecting a callback from the ghostferry reacting to binlogs created by DataWriter, which can't be easily synchronized, since it's a goroutine inside the subprocess. Not ideal, but add a sleep to prevent cases where it doesn't happen before the TERM signal
- Loading branch information