-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Description
It is possible for multiple errors to occur during a job's lifetime. For example, a job can fail due to a LRM issue. This could trigger a stage-out where errors in file transfers can also occur. We need to clarify what implementations are supposed to do in such situations. Some possibilities are:
- report first error
- report last error
- have composite errors which contain all errors
- some other priority scheme in which some errors preempt others