You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In HATest#testSemiSyncReplica the test program, when slaveMessageStore.shutdown()-->haService.shutdown()-->haClient.shutdown(), This haClient.shutdown() method should be overridden with a call to closeMaster method after super.shutdown() , to let the master know early that salve initiated the shutdown.