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

Landscape Builder landscape.team.builder at gmail.com
Wed Dec 23 15:21:24 UTC 2015


This bug has not seen any activity in the last 6 months, so it is being
automatically closed.

If you are still experiencing this issue, please feel free to re-open.

Landscape Team

** Changed in: landscape
       Status: New => Invalid

-- 
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:
  Invalid
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