-
Notifications
You must be signed in to change notification settings - Fork 222
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
Fix --continue, improve and rename persistentID #937
Conversation
2be79a5
to
0aa4519
Compare
- this property is needed when resuming processing to get a previous parent id referenced by subitems which parents were not commited, then when reprocessing parents, their id can be updated to the previous value, so parent-child relationships will be preserved.
- fix embedded disks subitems references to parentGlobalID
- could make subitems of embedded disks decoded again to be added twice
f91e560
to
3859c57
Compare
I changed commit messages to point to correct newly created issues and just force-pushed, sorry if someone checked out this branch. |
(and adding duplicated children after including carvedId in trackId)
…le anymore" This reverts commit f626f1b.
2c8180c
to
0c724c8
Compare
This was harder than expected, but I think now --continue is working fine. I'll run a final large processing test before merging. |
@hauck-jvsh and @tc-wleite, this took from me much more time than I would like. I'll be on vacation next week. When I return, I will focus on your ready PRs, thanks! PS: At least it was beautiful to me finally seeing --continue working fine when processing an evidence with multiple recursively embedded disks, interrupted a lot of times :-) |
Sure, relax and enjoy your vacation. Just to be sure, after this there will be the globalId and the trackId? |
Enjoy your vacation, @lfcnassif! |
Yes. Thank you two! |
Closes #784, closes #792 and closes #941:
Still need to do more tests...