[Checkins] [zopefoundation/mongopersist] aca503: The connection pool client connections now block w...

GitHub noreply at github.com
Fri Oct 25 11:20:02 CEST 2013


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/mongopersist
  Commit: aca503dd923b2c40ca5f4a2a63b7373c55c13bb0
      https://github.com/zopefoundation/mongopersist/commit/aca503dd923b2c40ca5f4a2a63b7373c55c13bb0
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2013-10-25 (Fri, 25 Oct 2013)

  Changed paths:
    M CHANGES.txt
    M src/mongopersist/pool.py

  Log Message:
  -----------
  The connection pool client connections now block writes until at
least 2 replications have been successfully been reported (w=3). It used to
be set to w=1, which blocks until master confirms the write.


  Commit: 5f5edf5b9ad48f38ec09b1f81accc7ae4bb60e9a
      https://github.com/zopefoundation/mongopersist/commit/5f5edf5b9ad48f38ec09b1f81accc7ae4bb60e9a
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2013-10-25 (Fri, 25 Oct 2013)

  Changed paths:
    M CHANGES.txt
    M src/mongopersist/datamanager.py
    M src/mongopersist/tests/test_datamanager.py

  Log Message:
  -----------
  Bug: Removed objects could return, if they were modified after
removal. Removed objects are now explicitely ignored when registering
modified objects.


Compare: https://github.com/zopefoundation/mongopersist/compare/462f5d338e77...5f5edf5b9ad4


More information about the checkins mailing list