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

2 specific private files erroring when attempting to edit #143

Open
crisr15 opened this issue Oct 18, 2022 · 4 comments
Open

2 specific private files erroring when attempting to edit #143

crisr15 opened this issue Oct 18, 2022 · 4 comments
Assignees
Labels
bug Something isn't working dev phase 2 SL-CSI Service Label: Current service incident

Comments

@crisr15
Copy link

crisr15 commented Oct 18, 2022

Moved into phase 2 dev for n8 dev input

https://bl.iro.bl.uk/concern/datasets/2fa13eb5-1767-469b-b4c0-d9d518bfc1b3

(The one with tiffs which we've had a bit of trouble with before #162)

Two files that are private are throwing an error when attempting to edit

https://bl.iro.bl.uk/concern/file_sets/7ce1be1e-5dda-457d-8e0e-7690b624c538/edit?locale=en
https://bl.iro.bl.uk/concern/file_sets/d1c89b1b-9b14-4ad3-be9a-8edaaed9ea49/edit?locale=en

This is the error: https://sentry.notch8.com/sentry/britishlibrary/issues/124113/

Suggests there polymorphic_path thinks it should have a record but doen't have anything...

@jbasford mentioned "trying" to delete them previously. Perhaps something has gotten a bit corrupted in there and can be straightened out or otherwise repaired?

@crisr15
Copy link
Author

crisr15 commented Oct 18, 2022

Error dump
F, [2022-03-07T11:02:40.256648 #1] FATAL -- : [69dd612c1b3167011cd64e0463f4c13f]
F, [2022-03-07T11:02:40.256751 #1] FATAL -- : [69dd612c1b3167011cd64e0463f4c13f] ActionView::Template::Error (undefined method `to_model' for nil:NilClass
Did you mean?  to_yaml):
F, [2022-03-07T11:02:40.256907 #1] FATAL -- : [69dd612c1b3167011cd64e0463f4c13f]     12:         (curation_concern.persisted? ? t('.save') : t('.attach_to', parent: @parent.human_readable_type)),
[69dd612c1b3167011cd64e0463f4c13f]     13:         class: 'btn btn-primary'
[69dd612c1b3167011cd64e0463f4c13f]     14:       ) %>
[69dd612c1b3167011cd64e0463f4c13f]     15:       <%= link_to t('.cancel'), parent_path(@parent), class: 'btn btn-link' %>
[69dd612c1b3167011cd64e0463f4c13f]     16:     </div>
[69dd612c1b3167011cd64e0463f4c13f]     17:   </div>
[69dd612c1b3167011cd64e0463f4c13f]     18: <% end %>
F, [2022-03-07T11:02:40.256939 #1] FATAL -- : [69dd612c1b3167011cd64e0463f4c13f]
F, [2022-03-07T11:02:40.257015 #1] FATAL -- : [69dd612c1b3167011cd64e0463f4c13f] actionpack (5.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:315:in `handle_list'
[69dd612c1b3167011cd64e0463f4c13f] actionpack (5.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:219:in `polymorphic_method'
[69dd612c1b3167011cd64e0463f4c13f] actionpack (5.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:140:in `polymorphic_path'
[69dd612c1b3167011cd64e0463f4c13f] hyrax (2.9.6) app/helpers/hyrax/file_set_helper.rb:6:in `parent_path'
[69dd612c1b3167011cd64e0463f4c13f] hyrax (2.9.6) app/views/hyrax/file_sets/_form.html.erb:15:in `block in __usr_local_bundle_gems_hyrax_______app_views_hyrax_file_sets__form_html_erb__2366044347604510977_65417620'
[69dd612c1b3167011cd64e0463f4c13f] actionview (5.2.6) lib/action_view/helpers/capture_helper.rb:41:in `block in capture'
[69dd612c1b3167011cd64e0463f4c13f] actionview (5.2.6) lib/action_view/helpers/capture_helper.rb:205:in `with_output_buffer'
[69dd612c1b3167011cd64e0463f4c13f] actionview (5.2.6) lib/action_view/helpers/capture_helper.rb:41:in `capture'
[69dd612c1b3167011cd64e0463f4c13f] actionview (5.2.6) lib/action_view/helpers/form_helper.rb:452:in `form_for'
[69dd612c1b3167011cd64e0463f4c13f] simple_form (5.1.0) lib/simple_form/action_view_extensions/form_helper.rb:27:in `block in simple_form_for'
[69dd612c1b3167011cd64e0463f4c13f] simple_form (5.1.0) lib/simple_form/action_view_extensions/form_helper.rb:46:in `with_simple_form_field_error_proc'
[69dd612c1b3167011cd64e0463f4c13f] simple_form (5.1.0) lib/simple_form/action_view_extensions/form_helper.rb:26:in `simple_form_for'
[69dd612c1b3167011cd64e0463f4c13f] hyrax (2.9.6) app/views/hyrax/file_sets/_form.html.erb:1:in `__usr_local_bundle_gems_hyrax_______app_views_hyrax_file_sets__form_html_erb__2366044347604510977_65417620'
[69dd612c1b3167011cd64e0463f4c13f] actionview (5.2.6) lib/action_view/template.rb:159:in `block in render'
[69dd612c1b3167011cd64e0463f4c13f] activesupport (5.2.6) lib/active_support/notifications.rb:170:in `instrument'
[69dd612c1b3167011cd64e0463f4c13f] actionview (5.2.6) lib/action_view/template.rb:354:in `instrument_render_template'
[69dd612c1b3167011cd64e0463f4c13f] actionview (5.2.6) lib/action_view/template.rb:157:in `render'
[69dd612c1b3167011cd64e0463f4c13f] actionview (5.2.6) lib/action_view/renderer/partial_renderer.rb:344:in `block in render_partial'
[69dd612c1b3167011cd64e0463f4c13f] actionview (5.2.6) lib/action_view/renderer/abstract_renderer.rb:44:in `block in instrument'
[69dd612c1b3167011cd64e0463f4c13f] activesupport (5.2.6) lib/active_support/notifications.rb:168:in `block in instrument'
[69dd612c1b3167011cd64e0463f4c13f] activesupport (5.2.6) lib/active_support/notifications/instrumenter.rb:23:in `instrument'
[69dd612c1b3167011cd64e0463f4c13f] activesupport (5.2.6) lib/active_support/notifications.rb:168:in `instrument'
[69dd612c1b3167011cd64e0463f4c13f] actionview (5.2.6) lib/action_view/renderer/abstract_renderer.rb:43:in `instrument'
[69dd612c1b3167011cd64e0463f4c13f] actionview (5.2.6) lib/action_view/renderer/partial_renderer.rb:333:in `render_partial'
[69dd612c1b3167011cd64e0463f4c13f] actionview (5.2.6) lib/action_view/renderer/partial_renderer.rb:312:in `render'
[69dd612c1b3167011cd64e0463f4c13f] actionview (5.2.6) lib/action_view/renderer/renderer.rb:49:in `render_partial'
[69dd612c1b3167011cd64e0463f4c13f] actionview (5.2.6) lib/action_view/helpers/rendering_helper.rb:36:in `render'
[69dd612c1b3167011cd64e0463f4c13f] hyrax (2.9.6) app/views/hyrax/file_sets/edit.html.erb:27:in `__usr_local_bundle_gems_hyrax_______app_views_hyrax_file_sets_edit_html_erb__724867815623740412_65417560'
[69dd612c1b3167011cd64e0463f4c13f] actionview (5.2.6) lib/action_view/template.rb:159:in `block in render'
[69dd612c1b3167011cd64e0463f4c13f] activesupport (5.2.6) lib/active_support/notifications.rb:170:in `instrument'
[69dd612c1b3167011cd64e0463f4c13f] actionview (5.2.6) lib/action_view/template.rb:354:in `instrument_render_template'
[69dd612c1b3167011cd64e0463f4c13f] actionview (5.2.6) lib/action_view/template.rb:157:in `render'
[69dd612c1b3167011cd64e0463f4c13f] actionview (5.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
[69dd612c1b3167011cd64e0463f4c13f] actionview (5.2.6) lib/action_view/renderer/abstract_renderer.rb:44:in `block in instrument'
[69dd612c1b3167011cd64e0463f4c13f] activesupport (5.2.6) lib/active_support/notifications.rb:168:in `block in instrument'
[69dd612c1b3167011cd64e0463f4c13f] activesupport (5.2.6) lib/active_support/notifications/instrumenter.rb:23:in `instrument'
[69dd612c1b3167011cd64e0463f4c13f] activesupport (5.2.6) lib/active_support/notifications.rb:168:in `instrument'
[69dd612c1b3167011cd64e0463f4c13f] actionview (5.2.6) lib/action_view/renderer/abstract_renderer.rb:43:in `instrument'
[69dd612c1b3167011cd64e0463f4c13f] actionview (5.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
[69dd612c1b3167011cd64e0463f4c13f] actionview (5.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
[69dd612c1b3167011cd64e0463f4c13f] actionview (5.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
[69dd612c1b3167011cd64e0463f4c13f] actionview (5.2.6) lib/action_view/renderer/template_renderer.rb:16:in `render'
[69dd612c1b3167011cd64e0463f4c13f] actionview (5.2.6) lib/action_view/renderer/renderer.rb:44:in `render_template'
[69dd612c1b3167011cd64e0463f4c13f] actionview (5.2.6) lib/action_view/renderer/renderer.rb:25:in `render'
[69dd612c1b3167011cd64e0463f4c13f] actionview (5.2.6) lib/action_view/rendering.rb:103:in `_render_template'
[69dd612c1b3167011cd64e0463f4c13f] actionpack (5.2.6) lib/action_controller/metal/streaming.rb:219:in `_render_template'
[69dd612c1b3167011cd64e0463f4c13f] actionview (5.2.6) lib/action_view/rendering.rb:84:in `render_to_body'
[69dd612c1b3167011cd64e0463f4c13f] actionpack (5.2.6) lib/action_controller/metal/rendering.rb:52:in `render_to_body'
[69dd612c1b3167011cd64e0463f4c13f] actionpack (5.2.6) lib/action_controller/metal/renderers.rb:142:in `render_to_body'
[69dd612c1b3167011cd64e0463f4c13f] actionpack (5.2.6) lib/abstract_controller/rendering.rb:25:in `render'
[69dd612c1b3167011cd64e0463f4c13f] actionpack (5.2.6) lib/action_controller/metal/rendering.rb:36:in `render'
[69dd612c1b3167011cd64e0463f4c13f] actionpack (5.2.6) lib/action_controller/metal/instrumentation.rb:46:in `block (2 levels) in render'
[69dd612c1b3167011cd64e0463f4c13f] activesupport (5.2.6) lib/active_support/core_ext/benchmark.rb:14:in `block in ms'
[69dd612c1b3167011cd64e0463f4c13f] /usr/local/lib/ruby/2.7.0/benchmark.rb:308:in `realtime'
[69dd612c1b3167011cd64e0463f4c13f] activesupport (5.2.6) lib/active_support/core_ext/benchmark.rb:14:in `ms'
[69dd612c1b3167011cd64e0463f4c13f] actionpack (5.2.6) lib/action_controller/metal/instrumentation.rb:46:in `block in render'
[69dd612c1b3167011cd64e0463f4c13f] actionpack (5.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
[69dd612c1b3167011cd64e0463f4c13f] activerecord (5.2.6) lib/active_record/railties/controller_runtime.rb:36:in `cleanup_view_runtime'
[69dd612c1b3167011cd64e0463f4c13f] actionpack (5.2.6) lib/action_controller/metal/instrumentation.rb:45:in `render'
[69dd612c1b3167011cd64e0463f4c13f] actionpack (5.2.6) lib/action_controller/metal/implicit_render.rb:35:in `default_render'
[69dd612c1b3167011cd64e0463f4c13f] actionpack (5.2.6) lib/action_controller/metal/basic_implicit_render.rb:6:in `block in send_action'
[69dd612c1b3167011cd64e0463f4c13f] actionpack (5.2.6) lib/action_controller/metal/basic_implicit_render.rb:6:in `tap'
[69dd612c1b3167011cd64e0463f4c13f] actionpack (5.2.6) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action'
[69dd612c1b3167011cd64e0463f4c13f] actionpack (5.2.6) lib/abstract_controller/base.rb:194:in `process_action'
[69dd612c1b3167011cd64e0463f4c13f] actionpack (5.2.6) lib/action_controller/metal/rendering.rb:30:in `process_action'
[69dd612c1b3167011cd64e0463f4c13f] actionpack (5.2.6) lib/abstract_controller/callbacks.rb:42:in `block in process_action'
[69dd612c1b3167011cd64e0463f4c13f] activesupport (5.2.6) lib/active_support/callbacks.rb:109:in `block in run_callbacks'
[69dd612c1b3167011cd64e0463f4c13f] sentry-raven (2.13.0) lib/raven/integrations/rails/controller_transaction.rb:7:in `block in included'
[69dd612c1b3167011cd64e0463f4c13f] activesupport (5.2.6) lib/active_support/callbacks.rb:118:in `instance_exec'
[69dd612c1b3167011cd64e0463f4c13f] activesupport (5.2.6) lib/active_support/callbacks.rb:118:in `block in run_callbacks'
[69dd612c1b3167011cd64e0463f4c13f] activesupport (5.2.6) lib/active_support/callbacks.rb:136:in `run_callbacks'
[69dd612c1b3167011cd64e0463f4c13f] actionpack (5.2.6) lib/abstract_controller/callbacks.rb:41:in `process_action'
[69dd612c1b3167011cd64e0463f4c13f] actionpack (5.2.6) lib/action_controller/metal/rescue.rb:22:in `process_action'
[69dd612c1b3167011cd64e0463f4c13f] actionpack (5.2.6) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action'
[69dd612c1b3167011cd64e0463f4c13f] activesupport (5.2.6) lib/active_support/notifications.rb:168:in `block in instrument'
[69dd612c1b3167011cd64e0463f4c13f] activesupport (5.2.6) lib/active_support/notifications/instrumenter.rb:23:in `instrument'
[69dd612c1b3167011cd64e0463f4c13f] activesupport (5.2.6) lib/active_support/notifications.rb:168:in `instrument'
[69dd612c1b3167011cd64e0463f4c13f] actionpack (5.2.6) lib/action_controller/metal/instrumentation.rb:32:in `process_action'
[69dd612c1b3167011cd64e0463f4c13f] actionpack (5.2.6) lib/action_controller/metal/params_wrapper.rb:256:in `process_action'
[69dd612c1b3167011cd64e0463f4c13f] activerecord (5.2.6) lib/active_record/railties/controller_runtime.rb:24:in `process_action'
[69dd612c1b3167011cd64e0463f4c13f] actionpack (5.2.6) lib/abstract_controller/base.rb:134:in `process'
[69dd612c1b3167011cd64e0463f4c13f] actionview (5.2.6) lib/action_view/rendering.rb:32:in `process'
[69dd612c1b3167011cd64e0463f4c13f] actionpack (5.2.6) lib/action_controller/metal.rb:191:in `dispatch'
[69dd612c1b3167011cd64e0463f4c13f] actionpack (5.2.6) lib/action_controller/metal.rb:252:in `dispatch'
[69dd612c1b3167011cd64e0463f4c13f] actionpack (5.2.6) lib/action_dispatch/routing/route_set.rb:52:in `dispatch'
[69dd612c1b3167011cd64e0463f4c13f] actionpack (5.2.6) lib/action_dispatch/routing/route_set.rb:34:in `serve'
[69dd612c1b3167011cd64e0463f4c13f] actionpack (5.2.6) lib/action_dispatch/journey/router.rb:52:in `block in serve'
[69dd612c1b3167011cd64e0463f4c13f] actionpack (5.2.6) lib/action_dispatch/journey/router.rb:35:in `each'
[69dd612c1b3167011cd64e0463f4c13f] actionpack (5.2.6) lib/action_dispatch/journey/router.rb:35:in `serve'
[69dd612c1b3167011cd64e0463f4c13f] actionpack (5.2.6) lib/action_dispatch/routing/route_set.rb:840:in `call'
[69dd612c1b3167011cd64e0463f4c13f] is_it_working (1.1.0) lib/is_it_working/handler.rb:48:in `call'
[69dd612c1b3167011cd64e0463f4c13f] apartment (2.2.1) lib/apartment/elevators/generic.rb:21:in `block in call'
[69dd612c1b3167011cd64e0463f4c13f] apartment (2.2.1) lib/apartment/adapters/abstract_adapter.rb:85:in `switch'
[69dd612c1b3167011cd64e0463f4c13f] /usr/local/lib/ruby/2.7.0/forwardable.rb:235:in `switch'
[69dd612c1b3167011cd64e0463f4c13f] apartment (2.2.1) lib/apartment/elevators/generic.rb:21:in `call'
[69dd612c1b3167011cd64e0463f4c13f] rack (2.2.3) lib/rack/deflater.rb:44:in `call'
[69dd612c1b3167011cd64e0463f4c13f] warden (1.2.9) lib/warden/manager.rb:36:in `block in call'
[69dd612c1b3167011cd64e0463f4c13f] warden (1.2.9) lib/warden/manager.rb:34:in `catch'
[69dd612c1b3167011cd64e0463f4c13f] warden (1.2.9) lib/warden/manager.rb:34:in `call'
[69dd612c1b3167011cd64e0463f4c13f] rack (2.2.3) lib/rack/tempfile_reaper.rb:15:in `call'
[69dd612c1b3167011cd64e0463f4c13f] rack (2.2.3) lib/rack/etag.rb:27:in `call'
[69dd612c1b3167011cd64e0463f4c13f] rack (2.2.3) lib/rack/conditional_get.rb:27:in `call'
[69dd612c1b3167011cd64e0463f4c13f] rack (2.2.3) lib/rack/head.rb:12:in `call'
[69dd612c1b3167011cd64e0463f4c13f] actionpack (5.2.6) lib/action_dispatch/http/content_security_policy.rb:18:in `call'
[69dd612c1b3167011cd64e0463f4c13f] rack (2.2.3) lib/rack/session/abstract/id.rb:266:in `context'
[69dd612c1b3167011cd64e0463f4c13f] rack (2.2.3) lib/rack/session/abstract/id.rb:260:in `call'
[69dd612c1b3167011cd64e0463f4c13f] actionpack (5.2.6) lib/action_dispatch/middleware/cookies.rb:670:in `call'
[69dd612c1b3167011cd64e0463f4c13f] active-fedora (12.2.3) lib/active_fedora/ldp_cache.rb:26:in `call'
[69dd612c1b3167011cd64e0463f4c13f] flipflop (2.6.0) lib/flipflop/feature_cache.rb:12:in `call'
[69dd612c1b3167011cd64e0463f4c13f] actionpack (5.2.6) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
[69dd612c1b3167011cd64e0463f4c13f] activesupport (5.2.6) lib/active_support/callbacks.rb:98:in `run_callbacks'
[69dd612c1b3167011cd64e0463f4c13f] actionpack (5.2.6) lib/action_dispatch/middleware/callbacks.rb:26:in `call'
[69dd612c1b3167011cd64e0463f4c13f] actionpack (5.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call'
[69dd612c1b3167011cd64e0463f4c13f] actionpack (5.2.6) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'
[69dd612c1b3167011cd64e0463f4c13f] railties (5.2.6) lib/rails/rack/logger.rb:38:in `call_app'
[69dd612c1b3167011cd64e0463f4c13f] railties (5.2.6) lib/rails/rack/logger.rb:26:in `block in call'
[69dd612c1b3167011cd64e0463f4c13f] activesupport (5.2.6) lib/active_support/tagged_logging.rb:71:in `block in tagged'
[69dd612c1b3167011cd64e0463f4c13f] activesupport (5.2.6) lib/active_support/tagged_logging.rb:28:in `tagged'
[69dd612c1b3167011cd64e0463f4c13f] activesupport (5.2.6) lib/active_support/tagged_logging.rb:71:in `tagged'
[69dd612c1b3167011cd64e0463f4c13f] railties (5.2.6) lib/rails/rack/logger.rb:26:in `call'
[69dd612c1b3167011cd64e0463f4c13f] actionpack (5.2.6) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'
[69dd612c1b3167011cd64e0463f4c13f] request_store (1.5.0) lib/request_store/middleware.rb:19:in `call'
[69dd612c1b3167011cd64e0463f4c13f] actionpack (5.2.6) lib/action_dispatch/middleware/request_id.rb:27:in `call'
[69dd612c1b3167011cd64e0463f4c13f] rack (2.2.3) lib/rack/method_override.rb:24:in `call'
[69dd612c1b3167011cd64e0463f4c13f] rack (2.2.3) lib/rack/runtime.rb:22:in `call'
[69dd612c1b3167011cd64e0463f4c13f] activesupport (5.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
[69dd612c1b3167011cd64e0463f4c13f] actionpack (5.2.6) lib/action_dispatch/middleware/executor.rb:14:in `call'
[69dd612c1b3167011cd64e0463f4c13f] actionpack (5.2.6) lib/action_dispatch/middleware/static.rb:127:in `call'
[69dd612c1b3167011cd64e0463f4c13f] actionpack (5.2.6) lib/action_dispatch/middleware/static.rb:127:in `call'
[69dd612c1b3167011cd64e0463f4c13f] rack (2.2.3) lib/rack/sendfile.rb:110:in `call'
[69dd612c1b3167011cd64e0463f4c13f] sentry-raven (2.13.0) lib/raven/integrations/rack.rb:51:in `call'
[69dd612c1b3167011cd64e0463f4c13f] secure_headers (6.3.3) lib/secure_headers/middleware.rb:11:in `call'
[69dd612c1b3167011cd64e0463f4c13f] railties (5.2.6) lib/rails/engine.rb:524:in `call'
[69dd612c1b3167011cd64e0463f4c13f] puma (4.3.10) lib/puma/commonlogger.rb:40:in `call'
[69dd612c1b3167011cd64e0463f4c13f] puma (4.3.10) lib/puma/configuration.rb:228:in `call'
[69dd612c1b3167011cd64e0463f4c13f] puma (4.3.10) lib/puma/server.rb:718:in `handle_request'
[69dd612c1b3167011cd64e0463f4c13f] puma (4.3.10) lib/puma/server.rb:472:in `process_client'
[69dd612c1b3167011cd64e0463f4c13f] puma (4.3.10) lib/puma/server.rb:328:in `block in run'
[69dd612c1b3167011cd64e0463f4c13f] puma (4.3.10) lib/puma/thread_pool.rb:134:in `block in spawn_thread'

@crisr15
Copy link
Author

crisr15 commented Oct 18, 2022

FileSets do not appear in the file_set_ids or members_ids for the parent dataset https://bl.iro.bl.uk/concern/datasets/2fa13eb5-1767-469b-b4c0-d9d518bfc1b3

7ce1be1e-5dda-457d-8e0e-7690b624c538
d1c89b1b-9b14-4ad3-be9a-8edaaed9ea49

This is causing a template error in the edit page when fetching the parent_path

@crisr15
Copy link
Author

crisr15 commented Oct 18, 2022

This issue has changed in nature. The parent dataset is timing out: https://bl.iro.bl.uk/concern/datasets/2fa13eb5-1767-469b-b4c0-d9d518bfc1b3

These

https://bl.iro.bl.uk/concern/file_sets/7ce1be1e-5dda-457d-8e0e-7690b624c538/edit?locale=en https://bl.iro.bl.uk/concern/file_sets/d1c89b1b-9b14-4ad3-be9a-8edaaed9ea49/edit?locale=en

now throw this slightly different error

https://sentry.notch8.com/sentry/britishlibrary/issues/142000/

Working assumption remains that these files have somehow ended up improperly unassociated with the parent item... exact nature still not obvious, may be related to #343

@cziaarm cziaarm added SL-RC Service Label: Request for change SL-CSI Service Label: Current service incident and removed SL-RC Service Label: Request for change labels Jan 10, 2023
@cziaarm
Copy link
Collaborator

cziaarm commented Sep 26, 2023

ordered_members_ssi in solr appeared to the the only piece of the puzzle still holding on to references to these file sets.

removed 7ce1be1e-5dda-457d-8e0e-7690b624c538 and d1c89b1b-9b14-4ad3-be9a-8edaaed9ea49 from that and now behaving

https://bl.iro.bl.uk/concern/datasets/2fa13eb5-1767-469b-b4c0-d9d518bfc1b3?locale=en

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working dev phase 2 SL-CSI Service Label: Current service incident
Projects
Status: Done
Development

No branches or pull requests

2 participants