FailedToLoadBulkState event
Highlight
| Event | Description | How to recover | Flow Related |
|---|---|---|---|
FailedToLoadBulkState |
• Emitted when loading the bulk state (e.g., from the state store) fails. |
• Verify state store connectivity and
credentials. |
yes |
Operating Questions
| Question | Answer | Comments |
|---|---|---|
Could happen in production? |
Yes |
|
Is it fatal? |
Yes |
Terminates the actor |
Logs
| Log level | Log message | Also logs underlying exception? |
|---|---|---|
ERROR |
|
Yes |
Resolution Notes
| # | Action | Comments |
|---|---|---|
1 |
Check system logs for underlying exception |
Inspect the logged exception and explore the StateStore logs to determine the underlying issue. The StateStore is backed by a database, and the exception could have arisen from a number of issues. For example, if the StateStore is underpinned by MongoDB, there could be a connection exception or a authentication exception (not exhaustive list) |
2 |
Remediate the issue |
Varies depending on the StateStore DB issue |
3 |
Restart the application |
Alternatively, if the issue was transient, you can retry the command that saw the issue arise. |