Re: [Catalyst] Catalyst::Plugin::Session: Duplicate entry errors

2010-05-08 Thread Bill Moseley
On Fri, May 7, 2010 at 2:33 AM, Tobias Kremer tobias.kre...@gmail.comwrote: I'm not sure why this is happening because the _load_row() method of the store delegate explicitly wraps everything in a txn_do() which should make the find_or_create() atomic and not prone to concurrent

[Catalyst] Catalyst::Plugin::Session: Duplicate entry errors

2010-05-07 Thread Tobias Kremer
Hey folks, we're still getting a couple of duplicate entry errors every day (about 10-15 on a site with 20 million page impressions/month) caused by Catalyst::Plugin::Session (0.25) used with the DBIx::Class storage backend (0.10) and a MySQL 5 with an InnoDB session table which was created