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

Free Ekanayaka free.ekanayaka at canonical.com
Fri Jun 28 09:47:15 UTC 2013


** Changed in: storm
       Status: Fix Committed => Fix Released

-- 
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 Launchpad itself:
  Invalid
Status in psycopg:
  Fix Released
Status in Storm:
  Fix Released
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