Hi @Ashwan
Q1. Could any one explain how that will happen if the wintness share is offline(assumed other two nodes up and running) .
The cluster will not go down until a node cannot form quorum. When the file share witness is offline, the node that currently owns quorum will maintain ownership because it can still get votes.
Refer to Understanding Quorum in a Failover Cluster for more details.
Q2. if in that case secondary is behind to primary, what would be the outcome?
This has different sub options, such as being too far behind for a common point and needing to be rolled up to a common fork, or a common fork exists, the secondary can have the log stream begin at the common fork and continue until caught up.
Most of this is automatic, the only part that isn't is if there is no common fork for the primary and secondary and manual intervention will need to take place. This will result in an error stating the database is too far behind, which is self-explanatory.
Best regards,
Cosmog Hong
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our Documentation to enable e-mail notifications if you want to receive the related email notification for this thread.