Commit Graph

4 Commits

Author SHA1 Message Date
Jason Madden 9efc3bf878
sync manifest.in [skip ci] 2016-06-28 15:08:20 -05:00
Shane Hathaway 4bb3bee06b Better behavior for async replication. Changes:
- When the database connection is stale (such as when RelStorage switches
  to an asynchronous replica that is not yet up to date), RelStorage will
  now raise ReadConflictError by default. Ideally, the application will
  react to the error by transparently retrying the transaction, while
  the database gets up to date. A subsequent transaction will no longer
  be stale.

- Added the revert-when-stale option, which can disable the new
  behavior for stale database connections.  This option is intended
  for highly available, read-only ZODB clients.  It would
  confuse users of read-write ZODB clients.

This is a complex change, so it is time to start the 1.6 series.
2011-09-30 09:56:16 +00:00
Shane Hathaway 484933a4e2 auto-configure the slave. 2009-10-04 00:13:45 +00:00
Shane Hathaway fcff8ebed5 Adding a replication test that builds 2 MySQL servers 2009-10-03 22:23:31 +00:00