Forums / General / Weird hanging on admin login due to ezfind load

Weird hanging on admin login due to ezfind load

Author Message

Olivier Clavel

Tuesday 22 June 2010 12:45:57 am

Hello,

I'm facing a rather weird problem that I've been trying to debug for several days now. The problem only appears on the production server which makes my hunt rather difficult.

If I login to the backoffice with the builtin administrator account (did not test with an other full admin) after some inactivity time (something like a few days), I'm stuck on the login page. Login with an other account is still possible and the front site still answers requests. The server loads rises and java is taking arround 99% of the processing time.

The solr log is filled with this kind of requests:

127.0.0.1 - - [22/06/2010:07:35:01 +0000] "POST /solr/update HTTP/1.1" 200 147
127.0.0.1 - - [22/06/2010:07:35:01 +0000] "POST /solr/update HTTP/1.1" 200 151
127.0.0.1 - - [22/06/2010:07:35:13 +0000] "GET /solr/select?qt=ezfind&elevate-configuration=%3C%3Fxml+version%3D%221.0%22+encoding%3D%22UTF-8%22%3F%3E%0A%3Celevate%2F%3E%0A&wt=php HTTP/1.1" 200 54
127.0.0.1 - - [22/06/2010:07:35:13 +0000] "POST /solr/update HTTP/1.1" 200 147
127.0.0.1 - - [22/06/2010:07:35:13 +0000] "POST /solr/update HTTP/1.1" 200 151
127.0.0.1 - - [22/06/2010:07:35:23 +0000] "GET /solr/select?qt=ezfind&elevate-configuration=%3C%3Fxml+version%3D%221.0%22+encoding%3D%22UTF-8%22%3F%3E%0A%3Celevate%2F%3E%0A&wt=php HTTP/1.1" 200 54
127.0.0.1 - - [22/06/2010:07:35:23 +0000] "POST /solr/update HTTP/1.1" 200 147
127.0.0.1 - - [22/06/2010:07:35:23 +0000] "POST /solr/update HTTP/1.1" 200 151
127.0.0.1 - - [22/06/2010:07:35:36 +0000] "GET /solr/select?qt=ezfind&elevate-configuration=%3C%3Fxml+version%3D%221.0%22+encoding%3D%22UTF-8%22%3F%3E%0A%3Celevate%2F%3E%0A&wt=php HTTP/1.1" 200 54

After diging arround, I could figure out that those request are delete request in solr. The only thing I could get is the objectID. But since the object does not exist anymore, I can't really figure out what was deleted.

Does any body out there has an idea of what could cause such a massive delete on and only on an admin login ?

Important details: We have no custom login handler on this site.

Any help appreciated.

Olivier Clavel - Kaliop Interactive Media
Silver Partner - http://www.kaliop.com

Marco Rogers

Tuesday 04 January 2011 12:09:25 pm

I have this same issue. Running ez 4.2 on redhat 5.4. Solr is on a separate host if that makes a difference. Any ideas?