-
Notifications
You must be signed in to change notification settings - Fork 2
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
MOAB_NOT_FOUND should probably be in the AuditResults::HONEYBADGER_REPORT_CODES list? #1483
Comments
happy to close this if we did this intentionally, and i'm forgetting why |
Here's what I can think of:
Also, is this PR relevant, which is about looking for a moab on a diff disk? PR #1271 |
in that case i think we'd get preservation_catalog/app/services/complete_moab_handler.rb Lines 35 to 66 in af8beb9
preservation_catalog/app/services/complete_moab_handler.rb Lines 188 to 210 in af8beb9
i think we'd only get
none i can think of 🤷♂️
i think that was the "let C2M detect moved moabs" approach to storage migration. i could see turning off the reasonable conjectures, but i'm guessing it was oversight at this point. |
this seems like a serious and unexpected situation. we update the
status
on theCompleteMoab
(complete_moabs
entry) when this is detected, and we log it and send to workflow service and event service, but it appears that we don't proactively send a honeybadger alert.discovered while working on #1480/#1481. tried just adding to the list, got some unexpected test failures around unexpected network requests. likely not a difficult fix, but didn't have the time to chase it down on thurs/fri of last week.
The text was updated successfully, but these errors were encountered: