search for: deadlock_retry

Displaying 3 results from an estimated 3 matches for "deadlock_retry".

2011 Feb 18
1
Rails plugins new official maintainers
..._set (https://github.com/bbommarito/acts_as_nested_set) BrianBommarito account_location (https://github.com/bbommarito/account_location) BrianBommarito render_component (https://github.com/malev/render_component) Marcos Vanetta localization (https://github.com/malev/localization) Marcos Vanetta deadlock_retry (https://github.com/heaps/deadlock_retry) Kieran P And no body is interested in ... prototype_legacy_helper fcgi_handler sqlite2_adapter irs_process_scripts request_profiler render_component deadlock_retry iso-3166-country-select tzinfo_timezone tztime scriptaculous_slider javascript_test continu...
2010 Mar 17
3
ActiveRecord::StatementInvalid: Mysql::Error: Lock wait timeout exceeded
...row in question for indexing purposes. However, I dont have any such background processes running that might lock down rows in mass like this. Is there some technique for pinpointing a process thats locking down the rows in question? I found a plugin called deadlock-retry (http:// github.com/rails/deadlock_retry/) by Jamis Buck. But im not sure if this will solve the problem at all. Besides, since this error is happening only in production, im reluctant to deploy the plugin to production and waiting to see if it does anything at all. Anyone got any pointers on this? Thanks! -- You received this message...
2008 Jul 30
2
Mysql "lock wait timeout" tuning
We''re seeing these errors intermittently: ### Mysql::Error: Lock wait timeout exceeded; try restarting transaction: UPDATE `chairs` SET `published_at` = NULL, `updated_at` = ''2008-07-30 15:31:05'' WHERE `id` = 2147 [RAILS_ROOT]/vendor/rails/activerecord/lib/active_record/ connection_adapters/abstract_adapter.rb:147:in `log'' ### The root issue is probably