Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Infinite regkey updating - Creating WireServerAddressRegValue #1424

Open
PepijnGramberg opened this issue Feb 15, 2023 · 0 comments
Open
Labels
type-code-defect Something isn't working

Comments

@PepijnGramberg
Copy link

Describe the bug
While trying to find the cause of some other issue we found some suspicious events in the eventviewer. It is spammed full with just 2 events, that just keep repeating and not really doing anything as each pair is identical. If this is not a bug can someone explain why this is happening and for what this regkey is being used? No documentation about it could be found.

Area/Component:
EventViewer/ServiceFabricNodeBootstrapAgent

Observed behavior:
about 5 times per minute! the following 2 events are being generated. (on each machine)

 <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
   <Provider Name="ServiceFabricNodeBootstrapAgent" /> 
   <EventID Qualifiers="0">0</EventID> 
   <Level>4</Level> 
   <Task>0</Task> 
   <Keywords>0x80000000000000</Keywords> 
   <TimeCreated SystemTime="2023-02-08T13:05:08.570743000Z" /> 
   <EventRecordID>485553</EventRecordID> 
   <Channel>Application</Channel> 
   <Computer>clustermachine000003.domain.onmicrosoft.com</Computer> 
   <Security /> 
  </System>
  <EventData>
   <Data>Creating WireServerAddressRegValue</Data> 
  </EventData>
 </Event>
 <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
   <Provider Name="ServiceFabricNodeBootstrapAgent" /> 
   <EventID Qualifiers="0">0</EventID> 
   <Level>4</Level> 
   <Task>0</Task> 
   <Keywords>0x80000000000000</Keywords> 
   <TimeCreated SystemTime="2023-02-08T13:05:09.461379000Z" /> 
   <EventRecordID>485554</EventRecordID> 
   <Channel>Application</Channel> 
   <Computer>clustermachine000003.domain.onmicrosoft.com</Computer> 
   <Security /> 
  </System>
  <EventData>
   <Data>Successfully created WireServerAddressRegValue. Reg key: HKEY_LOCAL_MACHINE\Software\Microsoft\FabricIS, reg value name: WireServerAddress, value: 168.63.129.16</Data> 
  </EventData>
 </Event>

Service Fabric Runtime Version:
9.1.1390.9590

Environment:

  • Azure
  • OS: Windows 2019
  • Version: 9.1.1390.9590

Assignees: /cc @microsoft/service-fabric-triage

@PepijnGramberg PepijnGramberg added the type-code-defect Something isn't working label Feb 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-code-defect Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant