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
Detailed Description
Importer can sometimes not shutdown cleanly while processing a record file and leave the database with partial data from that file. This occurred in testnet yesterday. In this case it finished processing the data from the file but did not add a record file entry or update application status before shutting down. We should also investigate if this can occur in other scenarios like for stopping during multi-batch files.
Actual Behavior
Steps to reproduce the behavior:
Shutdown importer midway through a large file
Start importer
Importer errors with duplicate key value violates unique constraint
Expected Behavior
The record file processing is atomic.
Detailed Description
Importer can sometimes not shutdown cleanly while processing a record file and leave the database with partial data from that file. This occurred in testnet yesterday. In this case it finished processing the data from the file but did not add a record file entry or update application status before shutting down. We should also investigate if this can occur in other scenarios like for stopping during multi-batch files.
Actual Behavior
Steps to reproduce the behavior:
duplicate key value violates unique constraint
Expected Behavior
The record file processing is atomic.
Environment:
Additional Context
The text was updated successfully, but these errors were encountered: