-
Notifications
You must be signed in to change notification settings - Fork 157
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
fhir-bucket process should exit after reindex failure #2752
Comments
Same issue as #2225 (a different code path) |
Signed-off-by: Paul Bastide <pbastide@us.ibm.com>
fhir-bucket process should exit after reindex failure #2752
To verify, I ran a large reindex job with 60 threads. After the first few requests, it hit a case where the server does not respond (due to an environmental issue I think). I think this used to cause the reindex process to exit, but now it was able to recover and continue running, as seen in the last couple messages:
If the reindex job completes, I think we can close this one as resolved. |
|
Is your feature request related to a problem? Please describe.
I have a kubernetes job for executing the fhir-bucket client-driven reindex process.
Under certain conditions, I see that failing as follows:
However, the job is still has a status of running which means that the process has never exited.
Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A. System.exit after some time of waiting
B. Keep as-is and deal with outside of fhir-bucket (e.g. by add some kind of timeout to the job)
Acceptance Criteria
AND [another precondition]
WHEN [test step]
AND [test step]
THEN [verification step]
AND [verification step]
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: