Dec 22 2023 03:35 AM - edited Dec 22 2023 04:24 AM
The setup is:
OS - Win Server 2022 & MSSQL - SQL Server 2022
AlwaysOn Availability Groups are enabled on two (primary + secondary) replicas and use WSFC.
Several availability groups are created and a database in each of them.
AGs are configured with Sync Commit and Automatic failover mode, also they use dedicated separate VLAN for data sync.
The issue we noticed is that after applying CU6 or higher ones , in case of we restart any of two replica hosts,
on the secondary replica not all databases switch back to Synchronized state, part of them remain in Not Synchronizing state .
Any ideas what could be the reason of that behavior change? Had someone similar issue ?
Dec 24 2023 05:38 AM
Dec 27 2023 01:18 AM - edited Dec 27 2023 04:22 AM
Hi
We do not have Filestream or Filetable enabled for the databases and also availability groups have basic settings.
Jan 04 2024 01:19 AM
as an additional info, the following event appears in the sql server error logs while sql server tries to sync databases after the replica restart:
Could not process the operation. Always On Availability Groups replica manager is waiting for the host computer to start a Windows Server Failover Clustering (WSFC) cluster and join it. Either the local computer is not a cluster node, or the local cluster node is not online. If the computer is a cluster node, wait for it to join the cluster. If the computer is not a cluster node, add the computer to a WSFC cluster. Then, retry the operation.
Jan 07 2024 12:23 PM