Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Inventory] DB versus Storage Manifest version count inconsistencies #2080

Open
mreyescdl opened this issue Oct 23, 2024 · 0 comments
Open
Assignees

Comments

@mreyescdl
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants