[Checkins] [zopefoundation/ZODB] 8e1eea: Allow serial to be returned as late as tpc_finish

GitHub noreply at github.com
Sun Jun 19 01:41:16 CEST 2016


  Branch: refs/heads/tpc_finish
  Home:   https://github.com/zopefoundation/ZODB
  Commit: 8e1eea0eb980bc556c55be46a73da90690f1777e
      https://github.com/zopefoundation/ZODB/commit/8e1eea0eb980bc556c55be46a73da90690f1777e
  Author: Julien Muchembled <jm at jmuchemb.eu>
  Date:   2016-06-19 (Sun, 19 Jun 2016)

  Changed paths:
    M src/ZODB/Connection.py
    M src/ZODB/DemoStorage.py
    M src/ZODB/interfaces.py
    M src/ZODB/tests/BasicStorage.py
    M src/ZODB/tests/MTStorage.py
    M src/ZODB/tests/RevisionStorage.py
    M src/ZODB/tests/StorageTestBase.py
    M src/ZODB/tests/TransactionalUndoStorage.py
    M src/ZODB/tests/testDemoStorage.py

  Log Message:
  -----------
  Allow serial to be returned as late as tpc_finish

This makes possible for storage to allocate serial inside tpc_finish,
removing the requirement to serialise 2PC's second phase phase (tpc_vote
to tpc_finish/tpc_abort).

Co-Authored-By: Julien Muchembled <jm at nexedi.com>




More information about the checkins mailing list