Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

emergentlyRestartReplicationOnTopologyInstance fixes #1010

Merged
merged 3 commits into from
Nov 24, 2019

Commits on Nov 7, 2019

  1. emergentlyRestartReplicationOnTopologyInstance fixes

    - restart replication fully (both SQL and IO threads)
    - fix concurrency/itration bug
    - slightly more logging
    
    Yesterday I observed a situation where stop slave io_thread; start slave io_thread; was not enough to make a replica identify that it's master is broken. By stopping replication completely I hope this mitigates such behavior
    Shlomi Noach committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    2893aec View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2019

  1. Configuration menu
    Copy the full SHA
    d8b908a View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2019

  1. Configuration menu
    Copy the full SHA
    3818d22 View commit details
    Browse the repository at this point in the history