-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bionic inventory CKAN requests hang #1068
Comments
We could try disabling all the plugins, and re-enable them one by one. |
I think what we're seeing is happening at the end of the plugin-initialization process. And again: Why do we only see this behavior on these two particular hosts, when the same plugins work on the staging hosts? |
I think I'm seeing this behavior on staging Trusty now. |
@FuhuXia has spent some time on this and hasn't been able to reproduce it in any environment. We are going to go ahead with the deploy, checking along the way in case it comes back. |
Seeing this issue on production again. |
Closing as a duplicate of #1375, we're at least talking about these as if they're the same issue. |
After putting Bionic into production for Inventory, some requests hang indefinitely. This manifests as uptrends alerts because some requests will timeout.
What we know so far...
How to reproduce
sudo -u www-data /usr/lib/ckan/bin/paster --plugin=ckan serve /etc/ckan/production.ini
curl -v -L -k localhost:5000/api/action/status_show
Expected behavior
Request returns 200, JSON response of the server status
Actual behavior
Request hangs, timeouts after ~5 minutes.
The text was updated successfully, but these errors were encountered: