Error 312(MCO_E_NW_CLOSED) means that HA runtime can't receive message from the otherside. The most probably reasons for this is that other side has closed thesocket or some network problems.The
fact that the error 312 appears on the bothsides means that the TCP connection is reset for some reasons.
Error 306 (MCO_E_NW_TIMEOUT) means that the timeout for operation (establishingconnection in this case) was expired.
Stop reason0 (MCO_HA_REPLICA_CONNECTION_ABORTED) means that the error occurs during normalreplication operation.
And reason 2 (MCO_HA_REPLICA_HANDSHAKE_FAILED) points to problems duringestablishing connection to the master.