Hi,
I translated your issue in English for better understanding:
In our environment we have a cluster composed of 9 nodes, 3 of these nodes (servers) are of similar hardware but newer than the other 6 nodes; the environment has a Windows Server 2016 OS.
Reviewing the operation of the cluster, we find in the event viewer several WARNINGS with the following description:
Log Name: Microsoft-Windows-FailoverClustering / Diagnostic
Source: Microsoft-Windows-FailoverClustering
Date: 4/5/2021 7:17:01 PM
Event ID: 2050
Task Category: None
Level: Warning
Keywords:
User: SYSTEM
Computer: NODO01.domain.xx.xx
Description:
[MRR] Node 3: Dropping reply for unknown witness response 97953021
Event Xml:
<Event xmlns = "http://schemas.microsoft.com/win/2004/08/events/event">;
<System>
<Provider Name = "Microsoft-Windows-FailoverClustering" Guid = "{BAF908EA-3421-4CA9-9B84-6689B8C6F85F}" />
<EventID> 2050 </EventID>
<Version> 0 </Version>
<Level> 3 </Level>
<Task> 0 </Task>
<Opcode> 0 </Opcode>
<Keywords> 0x2000000000000000 </Keywords>
<TimeCreated SystemTime = "2021-04-05T22: 17: 01.079670100Z" />
<EventRecordID> 13567818 </EventRecordID>
<Correlation />
<Execution ProcessID = "3120" ThreadID = "5128" />
<Channel> Microsoft-Windows-FailoverClustering / Diagnostic </Channel>
<Computer> NODE01.domain.xx.xx </Computer>
<Security UserID = "S-1-5-18" />
</System>
<EventData>
<Data Name = "LogString"> [MRR] Node 3: Dropping reply for unknown witness response 97953021 </Data>
</EventData>
</Event>
The reality is that the operation is optimal, we have several virtual machines running in the cluster and we have no problems. I am concerned about this message because I cannot find where the problem may be and I did not find valid information on the internet either. Only that these types of events are informative and not critical, that I can ignore it ... which does not leave me calm.
Can someone give me a hand if it already happened to you and how did you solve it? Thank you.