From 22a1a05cfbeaccaffb0b44c060a27fd1e64070fa Mon Sep 17 00:00:00 2001 From: Tadgh Date: Tue, 18 May 2021 10:05:59 -0400 Subject: [PATCH] Add changelog --- .../2661-lazyload-fail-during-delete-with-expunge.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_4_0/2661-lazyload-fail-during-delete-with-expunge.yaml diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_4_0/2661-lazyload-fail-during-delete-with-expunge.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_4_0/2661-lazyload-fail-during-delete-with-expunge.yaml new file mode 100644 index 00000000000..394bd935d8f --- /dev/null +++ b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_4_0/2661-lazyload-fail-during-delete-with-expunge.yaml @@ -0,0 +1,6 @@ +--- +type: fix +issue: 2661 +title: "Fixed a bug where delete with expunge would throw a LazyInitializationException if there were delete conflicts, and + the expunge batch size was smaller than the available list of resources to delete." +