Service Fabric ESE (Extensible Storage Engine) Errors

Emanuel Ribeiro 1 Reputation point
2022-11-30T10:07:36.667+00:00

Hello,

I have a client with a standalone Service Fabric Cluster, who is always getting some ESE Warnings in their system.
Till now the client reported the following EventIds: 9180, 9612, 13784, and recently 628.
Is there any document with a description of these warnings and EventIds?

Example:
Log Name: Application
Source: ESE
Date: 23.05.2022 14:42:09
Event ID: 628
Task Category: (7)
Level: Warning
Keywords: Classic
User: N/A
Computer: ...
Description:
The description for Event ID 628 from source ESE cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.

If the event originated on another computer, the display information had to be saved with the event.

The following information was included with the event:

FileStoreService
2572
(00000000-0000-0000-0000-000000003000:132920723303416125):
E:...\Fabric\work\Applications__FabricSystem_App4294967295\work\FS\P_00000000-0000-0000-0000-000000003000\R_132920723303416125\FS.edb
LocalStoreData
LocalStoreData
1794
240
9
36
2
0
0
1794
0
0

the message resource is present but the message is not found in the string/message table

Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="ESE" />
<EventID Qualifiers="0">628</EventID>
<Level>3</Level>
<Task>7</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2022-05-23T12:42:09.365113500Z" />
<EventRecordID>447857</EventRecordID>
<Channel>Application</Channel>
<Computer>...</Computer>
<Security />
</System>
<EventData>
<Data>FileStoreService</Data>
<Data>2572</Data>
<Data>(00000000-0000-0000-0000-000000003000:132920723303416125): </Data>
<Data>E:...\Fabric\work\Applications__FabricSystem_App4294967295\work\FS\P_00000000-0000-0000-0000-000000003000\R_132920723303416125\FS.edb</Data>
<Data>LocalStoreData</Data>
<Data>LocalStoreData</Data>
<Data>1794</Data>
<Data>240</Data>
<Data>9</Data>
<Data>36</Data>
<Data>2</Data>
<Data>0</Data>
<Data>0</Data>
<Data>1794</Data>
<Data>0</Data>
<Data>0</Data>
</EventData>
</Event>

Azure Service Fabric
Azure Service Fabric
An Azure service that is used to develop microservices and orchestrate containers on Windows and Linux.
252 questions
{count} votes