-
Notifications
You must be signed in to change notification settings - Fork 8
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
Prefixes appear to be assigned to 2 members/consortium organizations at the same time #480
Comments
This isn't a bug as such, but the problem is actually the prefixes are assigned to the repository but the repository moved to a new member(provider), however the prefixes are not moving in the original member to the new member. @kjgarza I assume this was never meant to transfer the prefixes that are associated to a member(provider) to the new parent of the repository? This can be solved manually by transferring the prefixes from old provider to new. |
Discussion with @kjgarza this actually should re create the new prefix relations, so there might actually be a bug contrary to my previous comment. I will investigate further. |
another example of prefixes that were transferred but still appear in the old repository (in this case the prefixes and DOIs were transferred via the old workflow): https://doi.datacite.org/repositories/dcco.anschutz/prefixes |
The data has been fixed for the original listed members(providers), I did this by reindexing and switching to new index. As for the other example of DCCO.ANSCHUTZ if the prefix was not moved from the member(provider) in the old workflow then they will still exist in that member(provider) and needs to be manually moved. |
Reopening with new example post data fix prefix: 10.26031 |
10.26031 appears to be not removed from the ES index for provider association, same as others. |
I have fixed 10.26031 but only by manually reindexing and therefore removing duplicates. |
After further investigation it turned out not to be a race condition but just the fact the model changes were not performing updates to the ES index. This was fixed under datacite/lupo#684 and deployed. |
Expected Behaviour
Repository transfer workflow moves the whole repository and prefix under the new consortium organization
Current Behaviour
Some prefixes appearing in both old and new accounts
Steps to Reproduce
Examples:
Prefix 10.17632 under BL and ELSEVIER https://doi.datacite.org/providers/bl/prefixes/10.17632
Prefixes 10.22022, 10.25536, 10.25924 and 10.34876 under TUW and old consortium organization e.g https://doi.datacite.org/providers/fhv/prefixes
Context (Environment)
Fabrica
Hypothesis
Detailed Description
Possible Implementation
The text was updated successfully, but these errors were encountered: