crash on node deletion
Reported by Gaspard Bucher | January 19th, 2010 @ 04:34 PM | in 1.0
The application crashes when we try to delete a node in production using Sphinx because "search.pid" is not readable.
We need to fix rake/capistrano tasks to ensure that searchd.pid is world readable.
If you need to delete node without version:
mysql> select nodes.id, name from nodes left join versions on versions.node_id = nodes.id where versions.id is null;
mysql> delete nodes where id = xxxxx;
Another fix: transactions !
Comments and changes to this ticket
-
Gaspard Bucher March 10th, 2010 @ 10:43 AM
- Tag changed from critical, defect to critical, defect, planned
-
Gaspard Bucher July 23rd, 2010 @ 10:28 AM
- Tag changed from critical, defect, planned to defect, planned
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
Anyone knows how to use formatting here ?
Git repository: http://github.com/zena
Official website: http://zenadmin.org