hapifhir / hapi-fhir

🔥 HAPI FHIR - Java API for HL7 FHIR Clients and Servers
http://hapifhir.io
Apache License 2.0
1.94k stars 1.3k forks source link

Refreshing a cache when doing a search using Advanced Hibernate Search results in an infinite loop #6044

Closed TipzCM closed 1 day ago

TipzCM commented 3 days ago

Enable advanced hibernate cache and try and refresh the cache.

This will trigger a search for all StructureDefinitions which will check the cache, which results in a cache refresh which checks the cache which results in a cache refresh which...