Stream: hapi
Topic: James' Oops of the Day
James Agnew (Sep 17 2019 at 20:57):
So.. thanks to @David Hay for pointing out that the HAPI server was down.
We just turned on the Bulk Export feature in HAPI FHIR this weekend. The way HAPI's bulk export works is that it generates the export files, and exposes them out to the outside world as Binary resources (since the new binary storage feature already means that Binary is intended to be the best place for big files in HAPI).
This had the hilarious consequence that any export requests for all resource types included all of the export files from previous exports (we keep the binaries around for 24 hours, so they'd be candidates to be added for that long). That "feature" caused the disk to fill up and the server to crash.
Sorry to anyone who was working on our R4 server today. Unfortunately I had to purge it in order to recover. :(
David Hay (Sep 17 2019 at 20:59):
Are you going to load the conformance resources back in?
David Hay (Sep 17 2019 at 20:59):
And a very pleasant side effect is that the StructureDefinintions 'altered' by someone will be replaced with fresh ones!
Last updated: Apr 12 2022 at 19:14 UTC