Robin Arnold
Robin Arnold
**Describe the bug** A regression in transaction handling caused certain bulk data job transactions to fail, however the system integration tests continued to pass. See #3911. **Environment** Which version of...
**Is your feature request related to a problem? Please describe.** Indexes constitute a significant proportion of the overall database size. Some indexes are designed to support index-only joins, avoiding the...
**Describe the bug** The user guide mentions replacing the configDropins/defaults/bulkdata.xml with an example from configDropins/disabled/postgres or configDropins/disabled/derby but these are not equivalent. **Environment** Which version of IBM FHIR Server? 5.0-RC2...
**Is your feature request related to a problem? Please describe.** When payload offload is configured, the `$healthcheck` operation should verify the blob service connection as well as the RDBMS connection....
**Is your feature request related to a problem? Please describe.** During the build we see several instances of the exception shown below. This is expected, because the invalid configuration is...
The current documentation (https://hub.docker.com/_/open-liberty) suggests: ``` docker run -d -p 80:9080 -p 443:9443 \ --tmpfs /opt/ol/wlp//output --tmpfs /logs -v /config --read-only \ open-liberty:webProfile8 ``` However, the server will now fail...