I have not been able to completely isolate the source of this issue, but it does seem to happen fairly regularly anytime more than one http request is in process simultaneously. It seems to happen easiest with the dashboard view, but I have had it happen on other pages as well.
Under these circumstances, I am seeing the web interface stop responding completely until the web server is restarted and the following shows up in a 'show full processlist' (trimmed for clarity):
| Query | freeing items | UPDATE ids SET nextid=nextid+1 WHERE nodeid=1 AND table_name='profiles' AND field_name='profileid' |
| Query | Updating | UPDATE ids SET nextid=nextid+1 WHERE nodeid=1 AND table_name='profiles' AND field_name='profileid' |
| Query | Updating | UPDATE ids SET nextid=nextid+1 WHERE nodeid=1 AND table_name='profiles' AND field_name='profileid' |
| Query | Updating | UPDATE ids SET nextid=nextid+1 WHERE nodeid=1 AND table_name='profiles' AND field_name='profileid' |
| Query | Updating | UPDATE ids SET nextid=nextid+1 WHERE nodeid=1 AND table_name='profiles' AND field_name='profileid' |
| Query | freeing items | UPDATE ids SET nextid=nextid+1 WHERE nodeid=1 AND table_name='profiles' AND field_name='profileid' |
After having the interface lock up like this a couple times, I setup a separate mysql username for the web interface to assist in troubleshooting. All of these queries are coming from the web interface.
I have not seen this happen when using IE7 with the web interface. Perhaps IE7 is not sending the additional requests to fill in the layout as quickly?
PHP options are configured to match the requirements checker during setup.
Zabbix-1.8
Under these circumstances, I am seeing the web interface stop responding completely until the web server is restarted and the following shows up in a 'show full processlist' (trimmed for clarity):
| Query | freeing items | UPDATE ids SET nextid=nextid+1 WHERE nodeid=1 AND table_name='profiles' AND field_name='profileid' |
| Query | Updating | UPDATE ids SET nextid=nextid+1 WHERE nodeid=1 AND table_name='profiles' AND field_name='profileid' |
| Query | Updating | UPDATE ids SET nextid=nextid+1 WHERE nodeid=1 AND table_name='profiles' AND field_name='profileid' |
| Query | Updating | UPDATE ids SET nextid=nextid+1 WHERE nodeid=1 AND table_name='profiles' AND field_name='profileid' |
| Query | Updating | UPDATE ids SET nextid=nextid+1 WHERE nodeid=1 AND table_name='profiles' AND field_name='profileid' |
| Query | freeing items | UPDATE ids SET nextid=nextid+1 WHERE nodeid=1 AND table_name='profiles' AND field_name='profileid' |
After having the interface lock up like this a couple times, I setup a separate mysql username for the web interface to assist in troubleshooting. All of these queries are coming from the web interface.
I have not seen this happen when using IE7 with the web interface. Perhaps IE7 is not sending the additional requests to fill in the layout as quickly?
PHP options are configured to match the requirements checker during setup.
Zabbix-1.8
Comment