- 31 Jul, 2012 3 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
-
- 26 Jul, 2012 1 commit
-
-
Julien Muchembled authored
This fixes a bug in backup mode where 'loid' was not updated.
-
- 24 Jul, 2012 2 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
-
- 23 Jul, 2012 8 commits
-
-
Julien Muchembled authored
This changes is similar to commit 3d0fab20 ("logger: retry instead of raise if the log is locked by another process").
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
This changes completely how to get data from storages than is not too recent and NEO now behaves as expected by ZODB, instead of trying to snapshot at Storage level. However, ZODB should probably be changed to avoid double loading when an invalidation is received during a load.
-
Julien Muchembled authored
-
Julien Muchembled authored
-
- 20 Jul, 2012 2 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
-
- 19 Jul, 2012 2 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
This fixes the following an invalidation bug: ERROR ZODB.Connection Couldn't load state for 0x504e Traceback (most recent call last): File "ZODB/Connection.py", line 851, in setstate self._setstate(obj) File "ZODB/Connection.py", line 916, in _setstate self._load_before_or_conflict(obj) File "ZODB/Connection.py", line 931, in _load_before_or_conflict if not self._setstate_noncurrent(obj): File "ZODB/Connection.py", line 954, in _setstate_noncurrent assert end is not None AssertionError
-
- 18 Jul, 2012 5 commits
-
-
Julien Muchembled authored
If any object is modified after the start of a transaction, the snapshot TID of the NEOStorage is ignored because ZODB will use the TID of the first received invalidation.
-
Julien Muchembled authored
This fixes an invalidation bug, including the following critical error: CRITICAL txn.140440071526144 A storage error occurred during the second phase of the two-phase commit. Resources may be in an inconsistent state. ------ ERROR Zope.SiteErrorLog 1342544345.990.582646288246 /erp5/person_module/Folder_create Traceback (innermost last): Module ZPublisher.Publish, line 137, in publish Module Zope2.App.startup, line 291, in commit Module transaction._manager, line 93, in commit Module transaction._transaction, line 322, in commit Module transaction._transaction, line 424, in _commitResources Module neo.client, line 42, in tpc_finish Module neo.client.Storage, line 135, in tpc_finish Module neo.client.app, line 773, in tpc_finish Module neo.client, line 36, in callback Module ZODB.DB, line 693, in invalidate Module ZODB.DB, line 532, in _connectionMap Module ZODB.DB, line 221, in map Module transaction.weakset, line 58, in map Module ZODB.DB, line 692, in inval Module ZODB.Connection, line 350, in invalidate AssertionError: invalidations out of order, '\x03\x97\xec;\x19\x86\xc9\xf6' < '\x03\x97\xec;\x19\x87_\xdd'
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
-
- 17 Jul, 2012 4 commits
-
-
Julien Muchembled authored
In particular, a cluster may now starts automatically so 'simple' can't know whether the cluster is in an expected state or not.
-
Julien Muchembled authored
-
Julien Muchembled authored
Because masters don't have persistent storage, the task to remember whether the cluster is in backup mode or not is delegated to storages, via the presence of a 'backup_tid' config value. This fixes a bug that set 'backup_tid' after a simple replication. If the cluster was restarted, it would have tried to switch to BACKINGUP state.
-
Julien Muchembled authored
-
- 16 Jul, 2012 5 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
It would be unreliable to resume printing logs using a condition on date, so the format of log files is changed to add primary keys that number records.
-
Julien Muchembled authored
This should fix the following failure: Traceback (most recent call last): File "bin/neostorage", line 23, in <module> neo.scripts.neostorage.main() File "neoppod/neo/scripts/neostorage.py", line 80, in main app.run() File "neoppod/neo/storage/app.py", line 167, in run logging.exception('Pre-mortem data:') File "/usr/lib/python2.6/logging/__init__.py", line 1088, in exception self.error(*((msg,) + args), **{'exc_info': 1}) File "/usr/lib/python2.6/logging/__init__.py", line 1082, in error self._log(ERROR, msg, args, **kwargs) File "/usr/lib/python2.6/logging/__init__.py", line 1173, in _log self.handle(record) File "/usr/lib/python2.6/logging/__init__.py", line 1183, in handle self.callHandlers(record) File "neoppod/neo/lib/logger.py", line 210, in callHandlers self._queue(record) File "neoppod/neo/lib/logger.py", line 200, in _queue self._release() File "neoppod/neo/lib/logger.py", line 79, in _release self._async.pop()(self) File "neoppod/neo/lib/logger.py", line 96, in flush self.db.execute("BEGIN") sqlite3.OperationalError: cannot start a transaction within a transaction
-
- 13 Jul, 2012 7 commits
-
-
Julien Muchembled authored
This is a follow up of commit 1f6bbcc1 ("Rewrite (inside protocol, to make it standalone) a simpler Enum type"), which renumbered values of CellStates enums.
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
-
- 11 Jul, 2012 1 commit
-
-
Julien Muchembled authored
-