ufal / clarin-dspace

clarin-dspace digital repository based on DSpace and LINDAT/CLARIN DSpace
http://lindat.cz
BSD 3-Clause "New" or "Revised" License
27 stars 17 forks source link

oai-pmh not updated after collection delete #759

Open vidiecan opened 7 years ago

vidiecan commented 7 years ago

delete collection expected - items disappear from oai-pmh result - they are there

kosarko commented 3 years ago
  1. collection with 2 items
  2. oai_dc shows both
  3. withdraw one item -> oai endpoint returns a deleted header
  4. delete the collection (edit collection -> delete)
  5. the withdrawn record still there (still marked deleted, disappears after full rebuild, so it's not consistent)
  6. the second record is removed and I do get "The given id does not exist" correctly.

So I'm seeing an issue, just not the same one. Your report might also be a case of #933 a lot of unnecessary work might be happening if the collection was large.

This should not be a major drawback as deleting a collection deletes it's data...

Also there is #61