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

Staging site down post-Valkyrie #839

Open
KatharineV opened this issue Oct 1, 2024 · 16 comments
Open

Staging site down post-Valkyrie #839

KatharineV opened this issue Oct 1, 2024 · 16 comments
Labels
bug something isn't working M1 Milestone 1 Valkyrie

Comments

@KatharineV
Copy link
Collaborator

One of our staging sites is giving an error message when we try to view the homepage. It worked before Valkyrie, so I hope it's just related to that.

I can see the dashboard when I enter a direct link, but the homepage is no good. Unfortunately, this is a staging site that I use to train repository managers in our consortium, so I hope it can be brought back online at some point.

https://testing.s2.adventistdigitallibrary.org/?locale=en
Image

@KatharineV KatharineV converted this from a draft issue Oct 1, 2024
@KatharineV KatharineV added the bug something isn't working label Oct 1, 2024
@KatharineV
Copy link
Collaborator Author

I checked all our staging sites, and this seems to be the only one affected.

@ShanaLMoore
Copy link
Contributor

related convo

@jillpe jillpe added the M1 Milestone 1 label Oct 1, 2024
@ShanaLMoore ShanaLMoore moved this to Ready for Development in Adventist Knapsack Oct 2, 2024
@ShanaLMoore ShanaLMoore assigned orangewolf and unassigned orangewolf Oct 7, 2024
@ShanaLMoore
Copy link
Contributor

ShanaLMoore commented Oct 7, 2024

@laritakr I wonder if the solution for this issue is captured here. app/views/hyrax/homepage/_featured_fields.html.erb:6 is part of the error's stack trace

Image

@ShanaLMoore
Copy link
Contributor

ShanaLMoore commented Oct 7, 2024

From live editing the server: Image

One or multiple of these works will be the cause of this issue:
Image

@ShanaLMoore
Copy link
Contributor

ShanaLMoore commented Oct 7, 2024

FeaturedWork.all => 
[#<FeaturedWork:0x00007ff6810adbb8
  id: 1,
  order: 0,
  work_id: "dsgucpbyeqg_graduate_baccalaureate_church_service",
  created_at: Mon, 24 Jul 2023 20:42:22.232882000 UTC +00:00,
  updated_at: Mon, 24 Jul 2023 20:43:12.352370000 UTC +00:00>,
 #<FeaturedWork:0x00007ff68b105340
  id: 4,
  order: 1,
  work_id: "019887_an_explanation_of_the_new_folding_prophetic_chart",
  created_at: Mon, 24 Jul 2023 20:42:50.391977000 UTC +00:00,
  updated_at: Mon, 24 Jul 2023 20:43:12.343324000 UTC +00:00>,
 #<FeaturedWork:0x00007ff68b1052a0
  id: 2,
  order: 2,
  work_id: "nes_b1900_1910_p001_south_lancaster_workers_1901",
  created_at: Mon, 24 Jul 2023 20:42:29.735130000 UTC +00:00,
  updated_at: Mon, 24 Jul 2023 20:43:12.349648000 UTC +00:00>,
 #<FeaturedWork:0x00007ff68b105200
  id: 3,
  order: 3,
  work_id: "10_32597_eve_in_the_image_of_man_feminist_concerns_in_paradise_lost",
  created_at: Mon, 24 Jul 2023 20:42:42.861959000 UTC +00:00,
  updated_at: Mon, 24 Jul 2023 20:43:12.346795000 UTC +00:00>,
 #<FeaturedWork:0x00007ff68b105160
  id: 6,
  order: 6,
  work_id: "auss_32_1_1994_pp107_110_the_adventist_heritage_center_and_a_tribute_to_it

It's concerning that when I go to the works index page it says there are none. If this is a demo-able tenant, where's all the data?

@ShanaLMoore
Copy link
Contributor

I turned off featured works for now and am able to reach the tenant's homepage now.

@ShanaLMoore
Copy link
Contributor

ShanaLMoore commented Oct 7, 2024

LaRita cleared the FeaturedWorks table. It seems like the works in that table were deleted, and thus caused this error because the table was still referencing them. The tenant home page loads now and the Featured Work feature flipper is turned back on.

The default theme looks kind of strange but that is likely a separate Hyku concern. Switched to the Adventist theme to match the ADL and SDAPI s2 setting's.

ref: https://testing.s2.adventistdigitallibrary.org/?locale=en

Image

@ShanaLMoore ShanaLMoore moved this from Ready for Development to SoftServ QA in Adventist Knapsack Oct 7, 2024
@ShanaLMoore ShanaLMoore moved this from SoftServ QA to Client QA in Adventist Knapsack Oct 7, 2024
@KatharineV
Copy link
Collaborator Author

Folks, there were a lot of works in this tenant. The fact that they were all deleted in the move to Valkyrie and Version 6 gives me some anxiety, since we have multiple tenants in production as well. Can the team speak to why this might have happened to the testing.s2 tenant on staging? Is it reasonable for me to be concerned that it may happen again when we push to prod?

@ShanaLMoore
Copy link
Contributor

ShanaLMoore commented Oct 8, 2024

@KatharineV I noticed this yesterday as well and found it odd too. The lack of data ultimately was the cause of this bug ticket. I'll need time to meet with Rob and the team to find out what happened to this specific tenant and whether or not it can be restored.

We haven't converted active fedora works into valkryie on a mass scale so I'm at a loss for what might have happened here. I'm also hesitant to blame it on Valkyrie because of that.

I also found it strange that there are collections and apparently some have an item count (170), but when I clicked into them I wasn't able to see anything. I thought maybe the works were still there but that there's an issue with permissions.

In Rancher...

ActiveFedora::Base.count
=> 2732

Image

@KatharineV
Copy link
Collaborator Author

Since the site is back up, and this ticket wasn't about the visibility or invisibility of existing works, I'm moving the ticket to the next column and marking it as done with Client QA.

@kirkkwang kirkkwang moved this from Deploy to Production to Client QA in Adventist Knapsack Oct 18, 2024
@KatharineV
Copy link
Collaborator Author

@kirkkwang I see that you moved this back to ClientQA. I see that the staging site is still up. Did something change that I need to test?

@kirkkwang
Copy link
Contributor

Hi @KatharineV i'm not fully caught up on the context, but on our internal board this was in Client QA so I was just doing some house keeping and making the statuses match

@ShanaLMoore ShanaLMoore moved this from Client QA to Deploy to Production in Adventist Knapsack Oct 21, 2024
@KatharineV
Copy link
Collaborator Author

KatharineV commented Oct 21, 2024 via email

@ShanaLMoore
Copy link
Contributor

ShanaLMoore commented Oct 21, 2024

@KatharineV I went ahead and moved this one along. We just had it in the wrong column on our side; there's nothing new to test.

The data question is still in Rob's court and should be treated as a separate issue.

@laritakr
Copy link
Contributor

laritakr commented Nov 7, 2024

What I am seeing in the testing tenant is this:

  • The collections showing works were Fedora collections which were migrated to Valkyrie.
  • The collection with 1 work had been a Valkyrie work, either created in Valkyrie or migrated to Valkyrie. (I can tell because it had a slug, and it indexed the id into the resource_id term instead of the fedora_id term.)
  • The work is still indexed, but does not exist in either Fedora or Valkyrie.

There are 35 objects currently in Valkyrie (The remainder are FileSets, FileMetadata, and AccessControl objects.) These all appear correctly in the UI.

AdminSet:
=> [["admin_set/default", "AdminSet"]]

Collection:
=> 
[["dde6eae7-6778-4574-9473-fa3f72942d99", "Collection"],
 ["7c0fc3fb-a3c6-487c-8c07-8512692ea701", "Collection"],
 ["e56a4ae8-1c9e-4e8b-948b-6294d40faf11", "Collection"],
 ["1341148d-5ec5-49d0-a6ad-4d64c3cd2bd9", "Collection"]]
 
 GenericWork:
 => [["a6ac8509-f191-4db5-bab6-23665e570cd1", "GenericWork"]]

Image:
=> 
[["ba93d36c-5f11-4656-b4f6-89383707f03f", "Image"],
 ["9e891a97-5416-4569-be04-2aafedea0405", "Image"],
 ["6f8d5a01-68e0-4a96-8071-8dd2cf2b598f", "Image"]]

The problems with collections showing work counts but no works is the unexplained portion:

One collection has 1 member work, however this work does not exist in either fedora or Valkyrie.... calling members_of on the collection shows that the id was e56a4ae8-1c9e-4e8b-948b-6294d40faf11 and the slug was su_vadept_millerj_2023_jane_miller_s_senior_photography_portfolio_2023. This record remains in solr:

http://localhost:8983/solr/722fa254-e571-4efd-90b6-32a283cce9c8/select?q.op=OR&q=id%3Asu_vadept_millerj_2023_jane_miller_s_senior_photography_portfolio_2023&rows=1000
{
  "responseHeader":{
    "zkConnected":true,
    "status":0,
    "QTime":0,
    "params":{
      "q":"id:su_vadept_millerj_2023_jane_miller_s_senior_photography_portfolio_2023",
      "q.op":"OR",
      "rows":"1000",
      "_forwardedCount":"1",
      "_":"1731003749854"}},
  "response":{"numFound":1,"start":0,"maxScore":7.5243807,"numFoundExact":true,"docs":[
      {
        "id":"su_vadept_millerj_2023_jane_miller_s_senior_photography_portfolio_2023",
        "date_uploaded_dtsi":"2024-02-20T16:10:51Z",
        "date_modified_dtsi":"2024-02-20T16:11:03Z",
        "system_create_dtsi":"2024-02-20T16:10:51Z",
        "system_modified_dtsi":"2024-02-20T16:11:03Z",
        "has_model_ssim":["ImageResource"],
        "human_readable_type_tesim":["Image"],
        "edit_access_group_ssim":["admin"],
        "edit_access_person_ssim":["admin@example.com"],
        "read_access_group_ssim":["public"],
        "visibility_ssi":"open",
        "thumbnail_path_ss":"/downloads/a92cefdd-3ef9-4dcc-9592-441efa52a7a3?file=thumbnail",
        "title_tesim":["Jane Miller's Senior Photography Portfolio, 2023"],
        "depositor_tesim":["admin@example.com"],
        "suppressed_bsi":false,
        "admin_set_id_ssim":["admin_set/default"],
        "admin_set_tesim":["Default Admin Set"],
        "isPartOf_ssim":["admin_set/default"],
        "member_of_collection_ids_ssim":["e56a4ae8-1c9e-4e8b-948b-6294d40faf11"],
        "member_ids_ssim":["a92cefdd-3ef9-4dcc-9592-441efa52a7a3",
          "3e72f8e0-c606-43f1-ad0e-0c15f27e07b3",
          "125d19d5-d830-436b-b201-74ddd9c63b67"],
        "depositor_ssim":["admin@example.com"],
        "hasRelatedMediaFragment_ssim":["a92cefdd-3ef9-4dcc-9592-441efa52a7a3"],
        "hasRelatedImage_ssim":["a92cefdd-3ef9-4dcc-9592-441efa52a7a3"],
        "date_issued_tesim":["2023"],
        "part_of_tesim":["Visual Arts Department Theses and Portfolios"],
        "alternative_title_tesim":["su_vadept_millerj_2023_jane_miller_s_senior_photography_portfolio_2023"],
        "creator_tesim":["Miller, Jane"],
        "date_created_tesim":["2023-05-05"],
        "description_tesim":["Original photographs for this demonstration were downloaded from Unsplash, the free stock image provider. File names contain creator credits.",
          "This is a sample of a compound work that is uploaded to a single record in the Sample University Institutional Repository. The photographs were uploaded as individual JPEGs or TIFFs. You can see how the images display in the viewer as a single \"portfolio.\" Currently (as of early 2024), the system attaches files to a compound object in the order in which they upload. To ensure that photographs in a compound object display in a particular order, we recommend that the user add files one at a time during the initial process. Ensure that files fully attach in the order you wish them to display, and the final result will be as expected. If you have questions or need assistance, write to content@adventistdigitallibrary.org. "],
        "identifier_tesim":["SU_VADept_MillerJ_2023"],
        "resource_type_tesim":["Image"],
        "rights_statement_tesim":["http://rightsstatements.org/vocab/InC/1.0/"],
        "source_tesim":["Visual Arts Department"],
        "show_pdf_viewer_bsi":true,
        "show_pdf_download_button_bsi":true,
        "account_cname_tesim":["testing.s2.adventistdigitallibrary.org"],
        "account_institution_name_ssim":["Sample University"],
        "valkyrie_bsi":true,
        "all_text_tsimv":["<?xml version=\"1.0\" encoding=\"UTF-8\"?> <alto xmlns=\"http://www.loc.gov/standards/alto/ns-v2#\"> <Description> <MeasurementUnit>pixel</MeasurementUnit> </Description> <Layout> <Page ID=\"ID1\" PHYSICAL_IMG_NR=\"1\" HEIGHT=\"2624\" WIDTH=\"3936\"> <PrintSpace HEIGHT=\"2624\" WIDTH=\"3936\" HPOS=\"0\" VPOS=\"0\"> <TextBlock ID=\"ID1a\" HEIGHT=\"2624\" WIDTH=\"3936\" HPOS=\"0\" VPOS=\"0\"> <TextLine HEIGHT=\"2624\" WIDTH=\"3936\" HPOS=\"0\" VPOS=\"0\"/> </TextBlock> </PrintSpace> </Page> </Layout> </alto> "],
        "title_ssi":"jane millers senior photography portfolio, 002023",
        "depositor_ssi":"admin@example.com",
        "creator_ssi":"Miller, Jane",
        "date_created_ssi":"2023-05-05",
        "date_tesi":"2023-05-05",
        "date_ssi":"2023-05-05",
        "slug_tesim":["su_vadept_millerj_2023_jane_miller_s_senior_photography_portfolio_2023"],
        "aark_id_tesim":["SU_VADept_MillerJ_2023"],
        "resource_id_ssi":"bf805098-3411-4348-a53e-fb1733eb4334",
        "_version_":1811092463943680000,
        "timestamp":"2024-09-24T15:39:27.500Z",
        "score":7.5243807}]
  },
  "facet_counts":{
    "facet_queries":{},
    "facet_fields":{},
    "facet_ranges":{},
    "facet_intervals":{},
    "facet_heatmaps":{}},
  "spellcheck":{
    "suggestions":[],
    "correctlySpelled":true}}

Calling member_ids on the admin set shows 171 items in the count, but only 4 items actually exist. All were created on 10/21/24. There seem to be some remaining relationships that cause the members to attempt to load but the actual member works do not exist. They likely are also remaining in Solr.

irb(main):058:0> as.member_ids
=> 
["92cfd035-ae10-4139-a818-d5eab2d1f2fc",
 "06065e96-3a00-4f65-a1e1-88604dfea079",
 "18761295-1bdb-4147-877a-1a1c2975f357",
 "b68aa14d-f7d5-4440-8818-16ff7a440dd3",
 "48534690-9af5-4b00-af67-5a4797a439d7",
 "129b4b47-e44a-44f7-89b0-0ad6a4fb8114",
 "a31df607-e1d3-48e2-939c-f7d870869944",
 "p005494_religious_liberty_seminary_held_at_loma_linda_1966",
 "p005491_east_michigan_conference_camp_meeting_1905",
 "bb3d4a6a-6745-46ff-8fb5-1c96bd3e4905",
 "83429a44-42be-4ad7-a925-cb137a28d1f7",
 "be62d638-2292-4a21-a5a0-d4d7436762d1",
 "su_vadept_millerj_2023_jane_miller_s_senior_photography_portfolio_2023",
 "20000168_students_by_college_building_and_east_hall",
 "p005492_west_michigan_conference_camp_meeting_1922",
 "p005493_battle_creek_michigan_camp_meeting_1880s",
 "20000152_students_on_steps_of_north_hall",
 "20000164_early_panoramic_view_of_southwestern",
 "20000151_broom_factory_workers_outside_shop",
 "20000172_southwestern_campus_1920_s",
 "20000148_normal_school_students_on_steps_of_north_hall",
 "20000156_students_in_front_of_normal_building",
 "20000155_female_students_read_letter",
 "20000159_students_sit_with_keene_flag",
 "20000160_students_with_keene_flag",
 "ccd9bf6c-ee03-4883-95b3-c721f4edefe6",
 "fceb4ed3-678e-4d50-8dc3-b6c9ffd8d1eb",
 "9b8a78c2-ec07-4a96-b8ae-0e8f62917e90",
 "43e362a2-9fed-49fb-b664-3222fee0046c",
 "a33fcb81-0bf1-4419-8e58-b86b1b1844f2",
 "5905ecdd-3ff8-4905-bd47-55f3d490de0b",
 "d65061a7-e7a9-40cf-939b-dcd07c4bcf2a",
 "nes_b1900_1910_p001_south_lancaster_workers_1901",
 "dsgucpbyeqg_graduate_baccalaureate_church_service",
 "a3c92aeb-68ca-4b7b-addf-80ee46ab8833",
 "f7ed90d1-5b09-4ff0-bb76-41746fb32940",
 "0b56a6a7-fe98-4eaa-be19-67623e44e7c9",
 "0c0c90c1-17d0-4762-b553-804961fdf64a",
 "8ca1ab72-4b55-4784-bd4e-3437e8550b4d",
 "07439068-38fe-4e86-acb5-6e14710a9044",
 "e15703b2-3a22-4b29-8cfa-141f7c7c1636",
 "564a0daf-4068-4733-9ff5-81449ef757c6",
 "97391903-1d9f-4d11-b864-39df5ec0222a",
 "5e35dbc4-7788-417d-8495-b75ca7876b22",
 "b0fffb03-0206-4c75-858e-110355b66ffd",
 "f00e5971-a700-4be3-8fd8-8b880dac8bb2",
 "f0a2f0d0-b13d-4813-99f4-282925870c7b",
 "04bee9c9-0023-4c38-9af7-084b47030ba3",
 "cf1e2247-537f-4522-8a12-4de5f40f9bb6",
 "260b73ef-8ffa-4511-bee7-f6ccab266861",
 "60c1ffdb-adfa-4edb-942c-5e8a6d9c1dbc",
 "123574fc-1986-4441-ab16-6b8de26d8153",
 "138ead17-4127-4e2f-a361-98f5e108f5dd",
 "fc1278a8-370e-4777-9050-3c04244d05e3",
 "8ad8f97a-633d-4507-a2c2-11122638ab33",
 "f59e9d80-41e3-4a6e-8e0b-e7d52523335c",
 "e3cf272b-803c-443e-b2f9-aadcf3f86107",
 "2725b036-e2c6-45ef-9e38-35e39cad09f0",
 "9c7e5815-26df-467e-a090-fa309fee0082",
 "8411afe5-5181-42c8-9b26-1103adb4b07e",
 "2194c00d-9085-4e80-aed6-63c3c021bece",
 "2807921b-24a2-4c07-a3a3-4585a40fda93",
 "e7d03c21-06a0-4e57-ae3c-50ee1deeaaa3",
 "0e6e2cdb-3731-4a0c-bc82-170e7cc917e5",
 "59c8502c-8cdf-47ed-8d77-8f2bb8cb3565",
 "7c07f1ce-715a-4e8d-81eb-a5e365829b94",
 "1c3a05d1-e16e-463c-9f52-c5f2103388ca",
 "4132d828-7a0f-4e06-9c6f-85250ea31323",
 "d7325928-81b4-4391-9fa4-eeddbfb8845b",
 "fdeea641-7df5-4402-bd31-df78f89079d4",
 "99b131b3-9494-4cf6-bb88-907ed23826fa",
 "20121633_to_brother_j_n_andrews_and_sister_h_n_smith",
 "e66e9504-c290-4197-b042-58bc89e428d0",
 "f402a75c-2b0e-47bb-adf2-92e0659c0b97",
 "527ce4d1-6967-454f-a9ba-2a7d507f01c0",
 "5a3e69b1-9b9d-4e88-94b9-ef26961719c7",
 "9ac4d00b-050e-4ace-9be3-a74252181f87",
 "74f3aef5-b620-4300-8db0-830729a3cd06",
 "a1681913-7fcd-45fe-a508-c4f5f2b3231c",
 "2883aac5-6d8c-4d23-91cc-693952da355a",
 "349a6101-1ab3-46dd-a0a4-e1f37ef9a157",
 "31bb29c7-26ff-4b00-a188-d7af71bfd3cd",
 "a2798b4d-fd4e-4b9e-b1a0-a0d6ed6c6956",
 "8ac7f2a3-f141-420f-8f24-ae537efde531",
 "97a119a4-d14b-4211-a932-a304d5a985db",
 "ca3671b2-94c6-419a-97e0-52fde899f09e",
 "a6846efb-02a2-49a3-bc31-97f845d0bbcf",
 "73866b05-31b6-4576-b66f-a2f6485e6b93",
 "9298edf5-3cf0-4640-95b0-ab15c8eb3d1d",
 "auss_32_1_1994_pp107_110_the_adventist_heritage_center_and_a_tribute_to_it",
 "bf1a6f03-8ec3-4780-9a71-076ea7d5de1d",
 "c1777bf7-0bd4-4da3-b357-cfee95494dd1",
 "f23cbecd-c9c4-4cbc-b32a-fb18095c2091",
 "1734e3eb-ae17-41c4-88b8-115bfcf1093d",
 "22bca779-be20-45a9-92f6-a8a6ee3da422",
 "a171b66d-d668-4d0d-9e04-6229823c06ad",
 "77b9b907-0edd-4790-b1af-1f0ead35a66c",
 "9e86c0b7-3734-4ec6-ba53-74511b99119f",
 "171bf0ed-d109-4e2d-aa48-b960d7763f70",
 "f996151d-9d6f-4250-8d82-34523f1b42fd",
 "970cc453-f6a7-4a1c-8715-3da466269aeb",
 "8efa4c11-fddb-4613-9681-628daa4b502a",
 "ff86af75-a965-4347-9c01-3a129a3542b4",
 "d1c6b963-9dcd-4bea-9596-025158c53a6b",
 "c3969f3c-2a26-4dd2-b80e-d2448ef1a518",
 "bcd604e3-f173-46e9-b442-3298d58c15e9",
 "8ecb8ecb-71e0-4289-a16f-ff87dbec9a6a",
 "019887_an_explanation_of_the_new_folding_prophetic_chart",
 "00caf438-988f-4727-9c7b-f478df21019e",
 "c4b349f8-51a6-4573-be69-303d65ab9fc8",
 "b491491b-a8af-4984-bc2b-19a40320fc12",
 "86dd9720-89ac-449f-9c59-3a0f9d98e5ec",
 "24360f22-213e-4fb3-9f0c-eb7279267782",
 "9e22aa22-7579-4773-9196-91b85a5c916e",
 "267842d2-d4ab-4505-bc16-b3858cda8166",
 "9db09262-36cd-497e-b3cc-1e0df5bdfaa6",
 "0ca702a2-0c4f-453d-90a5-df8399c50c3d",
 "1ae5ffec-ed02-4421-92dc-6f2824060dca",
 "f3eb2330-0e3e-4bfc-adca-1a69d788eec9",
 "4e3c26e2-0414-48f3-85f7-35ce9b582466",
 "155754d0-0108-494f-9722-dd8766429be4",
 "851dd1f1-5447-4073-bbb0-8453c5865e6b",
 "b301823c-9a1c-49e2-aed7-4f0ebbe22084",
 "dd32041a-85af-40d7-acac-4f20343c5b3a",
 "9a243ed4-7068-4e28-a09f-39b65842851e",
 "ddd8f478-275f-4886-8078-a5a94efd1f63",
 "2d865610-42e0-43d6-8758-513fffe6d386",
 "199836cb-b678-489c-b080-b473a60b6f44",
 "90208427-df5f-495c-8563-02ee62f6411a",
 "aeaafea4-39d6-46f2-95fa-6b5e08a451d5",
 "b6532b53-3ac8-4dd0-aaa9-4f5baef363a3",
 "96eb5cf4-4c42-4fc3-97ee-fe04254fe2f4",
 "a0f572ac-7987-4111-987f-eded3554b569",
 "3fe50196-42ac-47b6-96ea-18a110d75ce8",
 "10_32597_eve_in_the_image_of_man_feminist_concerns_in_paradise_lost",
 "3b55b0b0-b89a-4655-86c7-c6dbcd364e67",
 "e57d45a5-16ba-43a4-ba40-f57377950225",
 "fb07b3e4-4ecd-4be6-94e6-ea5be4028e8b",
 "6e8ff52d-dc69-4674-863a-044daac0143d",
 "ed5ea046-00e3-4770-a5e1-3cacb237f14d",
 "1ff85990-a726-40fb-b425-02d6011e4481",
 "127be7ee-6a85-4a3d-801e-cf0e83df8b32",
 "ae32eca4-c97b-474f-9d38-e054f733189e",
 "4f63104a-5e92-4000-a6b3-408e183218fa",
 "b424a022-31de-4468-ad85-510c5d68bc55",
 "739076dd-f5cb-4b44-bb8e-3d466248921c",
 "d438cbdf-c7b1-4ba2-aed6-4fea791454ab",
 "e124c3a1-85ad-4fe4-ad48-40a1bed5a9f1",
 "bd4e455c-66d7-406b-b727-70b1863db7ea",
 "699cfcac-58b8-4bf6-beb1-66fc0277912f",
 "61afd7d0-37e7-4c55-a54e-0022d3858920",
 "25d93ca1-873f-4d52-916d-1aa457342cc4",
 "44febbcc-b57e-4ba0-a441-ae615d9a3277",
 "7d32e3c0-c287-497f-8e69-cbd148951209",
 "1b02e614-f1da-4aa9-b4d5-7dd95eddaed0",
 "e8f1867a-58d7-4048-a9d2-a60540488104",
 "58a0f8b4-c8a7-4bb2-9420-c2bd45fa0404",
 "eed12841-df88-48bf-a683-684794147585",
 "08e71ac2-9a8c-426c-a3f0-b7f81932844a",
 "34c4c536-eeff-4eec-b672-b891ebd582d5",
 "3bd5aa57-472f-4f5f-978f-9f60861ddb3e",
 "asdal_39_2019_39th_annual_asdal_conference_librarians_outside_libraries_t",
 "baf9fd28-749d-4082-b6bc-ca660387bf31",
 "20121629_the_first_day_of_the_week_not_the_sabbath_of_the_lord",
 "b8025f0b-237c-49dc-a885-622307afab99",
 "p005495_michigan_camp_meeting_book_tent_1930s",
 "75490c16-b841-49f2-8530-498a7b37546f",
 "a6ac8509-f191-4db5-bab6-23665e570cd1",
 "rml_ms009_002_group_of_unidentified_adventists_standing_and_sitting_outside",
 "rml_ms009_009_four_men_sitting_on_steps",
 "rml_ms009_001_rena_and_juanita_liu_seated_with_their_dolls"]

The question remains as to what happened to the fedora data... did someone try to delete them, and it deleted incompletely because of the valkyrie collections? Were they migrated and then deleted? Were they in Valkyrie originally?

@orangewolf
Copy link
Contributor

I can confirm that these works are still here and could be restored. there is an issue with the search index. before we transition today, we will both grab all the item ids and backup search in order to make it easy to handle should something similar happen. however, the problem that caused this (purge of the index) isn't something we expect to have happen now that the code has been further developed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug something isn't working M1 Milestone 1 Valkyrie
Projects
Status: Deploy to Production
Development

No branches or pull requests

6 participants