Skip to content
Snippets Groups Projects
Forked from 713 / Warden / Warden
Source project has a limited visibility.
  • ph's avatar
    ee1461ee
    On MySQLdb (1.2.2) we still experience stale uncommitted transactions and... · ee1461ee
    ph authored
    On MySQLdb (1.2.2) we still experience stale uncommitted transactions and different warden_server processes don't see actual db data. Looks like there is at least one stale transaction per daemon, appearing at any call to execute. I have no better idea than to implicitly commit after each SELECT (INSERTs are committed/rolled back explicitly).
    ee1461ee
    History
    On MySQLdb (1.2.2) we still experience stale uncommitted transactions and...
    ph authored
    On MySQLdb (1.2.2) we still experience stale uncommitted transactions and different warden_server processes don't see actual db data. Looks like there is at least one stale transaction per daemon, appearing at any call to execute. I have no better idea than to implicitly commit after each SELECT (INSERTs are committed/rolled back explicitly).