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

Batch totals incorrect #852

Open
donaldgray opened this issue May 21, 2024 · 0 comments
Open

Batch totals incorrect #852

donaldgray opened this issue May 21, 2024 · 0 comments
Labels
bug Something isn't working engine

Comments

@donaldgray
Copy link
Member

There are instances where items are being double counted for batches, meaning Batch.Completed + Batch.Error > Batch.Count. This was a previous issue seen, which #506 attempted to fix.

This has only been seen when doing large batch ingests, when thousands of images are being ingested and multiple instances of Engine are running which leads me to believe it's related to multiple different instances of the Engine incrementing counters at the same time.

Note that #491 may mean that this is unnecessary.

@donaldgray donaldgray added bug Something isn't working engine labels May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working engine
Projects
None yet
Development

No branches or pull requests

1 participant