Comment 9 for bug 44032

Revision history for this message
Christian Reis (kiko) wrote : Re: Possible use of more than one connection ID on a single thread may be the cause of many OOPSes

I knew it! I looked at the log more carefully, and guess what? When inserting the POMsgSet before the one that fails, we do:

/*46912674137040*/ INSERT INTO POMsgSet (id, ... pofile) VALUES (71049058, ... 169860)
/*46912674137040*/ SELECT ... FROM POMsgSet WHERE id = 71049058
/*46912674137040*/ ROLLBACK

I'm trying to figure out what triggered this rollback. The interesting part is that after the rollback a bunch of queries is reissued, but not the query in which we insert the pofile. So it appears we are holding references over this rollback.