Structsยง
- Database
Status ๐Action - Enter
Initializing ๐ - Enter
Reset ๐ - Enter
Running ๐
Enumsยง
- We can treat each database as a state machine of 3 states:
Running
,Resetting
andInitializing
. The state transition can be triggered when receiving 3 variants of response:ReportDatabaseFailure
,BarrierComplete
,DatabaseReset
. The logic of state transition can be summarized as followed: