-
Notifications
You must be signed in to change notification settings - Fork 522
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
$reindex not working, never complets #2200
Comments
@tomjscrypt - A couple of questions. Are you deploying open-source or managed service version? If open-source, is it SQL or Cosmos? If managed service is it Azure API for FHIR or the Azure Healthcare APIs? |
@CaitlinV39 thank you for quick response,
|
@tomjscrypt we recently resolved an issue in the Azure Healthcare APIs where the reindex job wouldn't complete. Can you validate that it still isn't working for you? If it isn't, if you can open a support ticket from the product so we can get information about your database we will investigate. Thanks so much! @LTA-Thinking @feordin FYI |
@tomjscrypt The fix @CaitlinV39 mentions will be part of our next release, it is not currently available. That release should be available next week. |
@tomjscrypt this should be resolved. Please let us know if you are still having issues. |
To reproduce:
Create new Fhir Service.
Run $reindex on {{fhir-url}}.
Check status of job it is:
{ "name": "totalResourcesToReindex", "valueDecimal": 0.0 }, { "name": "resourcesSuccessfullyReindexed", "valueDecimal": 0.0 }, { "name": "progress", "valueDecimal": 0.0 }, { "name": "status", "valueString": "Queued" },
wait hour or to next day.
Check status:
{ "name": "totalResourcesToReindex", "valueDecimal": 0.0 }, { "name": "resourcesSuccessfullyReindexed", "valueDecimal": 0.0 }, { "name": "progress", "valueDecimal": 0.0 }, { "name": "status", "valueString": "Queued" },
So in point 3. and 5. status is same, hence job is suspended and never completes.
This makes one unable to use custom SearchParameters feature.
The text was updated successfully, but these errors were encountered: