Fan()
Fan()
+1 企业微信版本 3.1.1.2358
StopReplicationNicely最终会 > > But the SQL thread is actually stopped by the orchestrator and needs to be manually opened to continue. > > Why orchestrator stop the promoted instance's SQL...
Lazzyfu is a colleague of mine, Let me describe the scene. Let's say I have one master and two slaves, semi-sync is on, rpl_semi_sync_master_wait_for_slave_count = 1 M is the master...
What is the function of pool? No such instructions were found in official documents I was researching orchestrator recently, and saw some parameters and commands about pool, but I really...
好像确实有bug recoverDeadMaster 会调用 RegroupReplicasGTID, RegroupReplicasGTID-> GetCandidateReplica-> sortedReplicasDataCenterHint-> StopReplicas->StopReplicationNicely StopReplicationNicely会先WaitForSQLThreadUpToDate. 这里WaitForSQLThreadUpToDate超时是InstanceBulkOperationsWaitTimeoutSeconds默认10s 所以你的情况是InstanceBulkOperationsWaitTimeoutSeconds秒超时了. 然后由于超时, err!=nil, 所以return 但是StopReplicas没做任何判断, 还是会执行StopReplication stop slave  到最后checkAndRecoverDeadMaster会执行下面的代码 ```go if config.Config.DelayMasterPromotionIfSQLThreadNotUpToDate && !promotedReplica.SQLThreadUpToDate() { AuditTopologyRecovery(topologyRecovery, fmt.Sprintf("DelayMasterPromotionIfSQLThreadNotUpToDate: waiting for...
@danfengcao
 MySQL为Percona 5.7.14-7-log
> Im trying to add some drilldown and was wondering if it's supported or am i doing it wrong, (i suspect the latter)? Hello, have you found a solution?
同样的问题
感谢大佬, 好使啦 ღ( ´・ᴗ・` )比心