Open WadeBarnes opened 1 year ago
Try this first; https://github.com/bcgov/aries-vcr/issues/758
~Disabling the Solr caches has been ineffective; https://github.com/bcgov/aries-vcr/issues/758#issuecomment-1764718361, https://github.com/bcgov/aries-vcr/issues/758~
I think it's time we get together to discuss next steps on how to proceed. A good start would be to assign someone to review, and then we can go over the tools we have for monitoring and what we've discovered about the issue so far.
The issues we were seeing with Solr were caused by unbound queries (https://github.com/bcgov/aries-vcr/issues/762) and likely made worse by the paging implementation.
As discussed some of the articles listed here certain workarounds for paging can be problematic for Solr. Particular search queries seem to have an effect on the search-engine container (Solr), causing it to use a significant amount of memory.
Example queries (note the high page numbers):
This issue is related to the investigation happening here; https://github.com/bcgov/orgbook-configurations/pull/137