We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug After upgrading to 4.6.0, I invoked $reindex and got back a response similar to the following:
$reindex
HTTP/2 200 content-type: application/fhir+json date: Wed, 10 Mar 2021 22:15:41 GMT content-language: en-US content-length: 189 {"resourceType":"OperationOutcome","issue":[{"severity":"warning","code":"not-found","diagnostics":"Failed to read resource: Observation/177febab121-84e989ff-17d5-4854-b151-0c482b2d3eb5"}]}
Upon further inspection, we found that this resource is actually deleted.
To Reproduce Unknown
Expected behavior The $reindex operation should not attempt to reindex a deleted resource.
Additional context We've seen this on two separate occasions now, but the root cause needs investigation.
The text was updated successfully, but these errors were encountered:
I've run a bunch of reindex commands since this fix went in, and have yet to see the issue again. Lets call it resolved.
Sorry, something went wrong.
punktilious
No branches or pull requests
Describe the bug
After upgrading to 4.6.0, I invoked
$reindex
and got back a response similar to the following:Upon further inspection, we found that this resource is actually deleted.
To Reproduce
Unknown
Expected behavior
The $reindex operation should not attempt to reindex a deleted resource.
Additional context
We've seen this on two separate occasions now, but the root cause needs investigation.
The text was updated successfully, but these errors were encountered: