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
While testing the Local ID locks, a test was created to submit 50 versions of the same object in a Batch Manifest.
This creates a unique problem of Inventory trying to update the DB while the Storage Manifest is constantly being rewritten.
It shows itself as errors like the following.
db version count exceeds passed map version: - objectID:ark:/99999/fk4np3r87f - map current:17 - db current:50
One solution may be to have the Transfer and Recording process share a lock, but this is not very practical.
David is currently investigating Inventory.
I reality, this error would not get triggered often, if at all. It would require a concurrent submission of many versions of the same object.
The text was updated successfully, but these errors were encountered:
While testing the Local ID locks, a test was created to submit 50 versions of the same object in a Batch Manifest.
This creates a unique problem of Inventory trying to update the DB while the Storage Manifest is constantly being rewritten.
It shows itself as errors like the following.
One solution may be to have the Transfer and Recording process share a lock, but this is not very practical.
David is currently investigating Inventory.
I reality, this error would not get triggered often, if at all. It would require a concurrent submission of many versions of the same object.
The text was updated successfully, but these errors were encountered: