ProduceBulkFileFailed event
Highlight
| Event | Description | How to recover | Flow Related |
|---|---|---|---|
ProduceBulkFileFailed |
• Emitted when producing/assembling the bulk
output file fails (e.g., merge/write errors, disk space, template
issues) |
• Ensure sufficient space and permissions and connectivity to the component store, retry finalise command |
no |
Operating Questions
| Question | Answer | Comments |
|---|---|---|
Could happen in production? |
Yes |
|
Is it fatal? |
Yes |
You will have to resolve this issue to process bulks |
Logs
| Log level | Log message | Also logs underlying exception? |
|---|---|---|
ERROR |
|
Yes |
Resolution Notes
| # | Action | Comments |
|---|---|---|
1 |
Check system logs and the system event for underlying exception. |
Look for the ERROR log mentioned in the 'Logs' section. The System Event also logs the error in the errorMessage field. |
2 |
Investigate and resolve underlying issue |
This error could originate from a number of common I/O exceptions as it occurs from reading and writing files. The system event raised from this exception type should be triaged as any other I/O exception is treated by the client. Some issues could be (please note this is not an exhaustive list):
|
3 |
Resubmit the failing command |
Once the underlying issue is resolved, resubmit the You can achieve this in two ways:
|