We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b09728 commit 3a14f13Copy full SHA for 3a14f13
mysql_ch_replicator/runner.py
@@ -58,6 +58,8 @@ def restart_dead_processes(self):
58
runner.restart_dead_process_if_required()
59
if self.binlog_runner is not None:
60
self.binlog_runner.restart_dead_process_if_required()
61
+ if self.db_optimizer is not None:
62
+ self.db_optimizer.restart_dead_process_if_required()
63
64
def run(self):
65
mysql_api = MySQLApi(
0 commit comments