Hi Agus Lestari,
A brief network interruption can absolutely create the conditions for a suspected split‑brain, and it’s wise to verify whether both nodes ever believed they owned the same clustered resource. The most reliable way to confirm this is by reviewing the cluster debug logs (cluster.log) and the Windows Failover Clustering event logs. In the cluster log, look for overlapping ownership records, repeated arbitration attempts, or simultaneous OnlinePending/Online transitions for the same resource across nodes. Matching timestamps between nodes is key to determining whether the overlap was real or just a transient heartbeat delay.
In Event Viewer, check under Applications and Services Logs > Microsoft > Windows > FailoverClustering for events such as resource arbitration failures, quorum loss notifications, or heartbeat timeouts. If both nodes logged ownership changes for the same resource within the same second, that’s a strong indicator of a split‑brain condition. You can also compare the Witness and Quorum events to see whether the cluster briefly lost its ability to determine the authoritative owner.
To prevent this in the future, review your quorum configuration (especially if you’re using Node Majority without a witness), ensure heartbeat networks have redundancy, and validate cluster network settings using the built‑in Cluster Validation Wizard. Increasing heartbeat thresholds slightly can help absorb short network blips without triggering failovers, while still maintaining safety.
I hope the response provided some helpful insight. If you find this answer useful, please hit “accept answer” so I know it addressed your concern.
Jason.