Solr Timeout
Posted: November 10th, 2022, 6:18 pm
We had a support issue where every page would time out because in the header (that was on every page) it had a GetFacetedValues service that was throwing an exception. Solr was running on a server where it was out of memory because of another unrelated issue.
In the logs we could see it was consistently taking 300 seconds. I assume that is a timeout set somewhere. Can that be changed?
Ideally I'd like to set it up so it tries for 10 seconds, but if it fails, then we just continue on loading the page and dont have the category menu in the header. It would slightly impact the customer experience, but not block access to the site.
In the logs we could see it was consistently taking 300 seconds. I assume that is a timeout set somewhere. Can that be changed?
Ideally I'd like to set it up so it tries for 10 seconds, but if it fails, then we just continue on loading the page and dont have the category menu in the header. It would slightly impact the customer experience, but not block access to the site.