geerlingguy / jeffgeerling-com

Drupal Codebase for JeffGeerling.com
https://www.jeffgeerling.com
GNU General Public License v2.0
41 stars 2 forks source link

Getting lots of Warnings in logs from SolrConnector #96

Closed geerlingguy closed 4 years ago

geerlingguy commented 4 years ago
The function SolrConnectorPluginBase::useTimeout() has no affect because you use a HTTP adapter that is not implementing TimeoutAwareInterface. You need to adjust your SolrConnector accordingly.

At least one or two every minute.

I opened an issue on Drupal.org to see if it's not just me: Getting error 'SolrConnectorPluginBase::useTimeout() has no affect'.

geerlingguy commented 4 years ago

Looks like an update will resolve the issue: https://www.drupal.org/project/search_api_solr/issues/3085196#comment-13668118

geerlingguy commented 4 years ago

Reopening until I can confirm this is fixed in production.

geerlingguy commented 4 years ago

Seems like the warnings are gone, but Solr is still working fine. Still seeing #113 though.