You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
If the $healthcheck operation encounters an invalid connection, we still end up attempting to commit the transaction instead of rolling back. We need a mechanism to trigger a rollback for certain OperationOutcomes.
Environment
Which version of IBM FHIR Server? 5.0.0-RC2
Describe the bug
If the
$healthcheckoperation encounters an invalid connection, we still end up attempting to commit the transaction instead of rolling back. We need a mechanism to trigger a rollback for certain OperationOutcomes.Environment
Which version of IBM FHIR Server? 5.0.0-RC2
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Transactions should be rolled back not committed when an invalid connection is identified in the
$healthcheckoperation.Additional context
This issue was identified by the Open Liberty team responding to OpenLiberty/open-liberty#20599.
It's unclear at the moment if this is having any functional impact, so might just be better practice.