You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this happens when there is not sufficient data populated into all relevant harvest items
it particularly prevalent when doing a "recheck" after a mapping stage
i thought this might have been some kind of race condition, not sure where it is happening though
the problem is when the checks for overlaps (or duplicates for that matter is done) depends on what data has been committed to the database. And that can be moving depending on the state of the transactions.
Potential solutions:
we need a stage of the harvest that does validation checks that depends on more than one audio recording to happen when all metadata has been extract and the harvest is stable
or less complex, but more dirty: we need to update the affected overlapping recordings when an overlap is detected
If two audio recordings overlap times and are uploaded to the same site, the baw-server should reject both of the files.
However, during metadata review the first file will not be rejected.
Note: All files will be correctly rejected during processing
The processing stage is not effected because the metadata from the metadata extraction stage is still available.
How to reproduce
The text was updated successfully, but these errors were encountered: