[Bug 132485] Re: Storm should try to support two-phase commit where possible

keith andren newehoovia1 at gmail.com
Wed Nov 26 17:56:27 UTC 2014


** Project changed: launchpad => ubuntu-beginners-launchpad-projects

** Changed in: ubuntu-beginners-launchpad-projects
       Status: Invalid => New

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to psycopg2 in Ubuntu.
https://bugs.launchpad.net/bugs/132485

Title:
  Storm should try to support two-phase commit where possible

Status in Landscape Server:
  New
Status in psycopg:
  Fix Released
Status in Storm:
  Fix Released
Status in Ubuntu Beginners Team Launchpad Focus Group Projects:
  New
Status in “psycopg2” package in Ubuntu:
  Fix Released

Bug description:
  Certain databases support two-phase commit. Here's the proposed API:

  store.prepare()
  ...
  store.commit_prepared()

  The implementation of these methods should indirect through the
  backends, perhaps with something like self._connection.prepare() and
  self._connection.commit_prepared().

  If a database backend doesn't support two-phase commit, these methods
  should raise some sort of well-defined "Unsupported" exception.

To manage notifications about this bug go to:
https://bugs.launchpad.net/landscape/+bug/132485/+subscriptions



More information about the foundations-bugs mailing list