- 21 Mar, 2012 7 commits
-
-
Vincent Pelletier authored
Also, log node's final UUID, not the one it advertised.
-
Vincent Pelletier authored
Also, tweak condition order to accelerate the most likely case: it is expected to have more clients than storage nodes, more storage nodes than master nodes, more master nodes than admin nodes and no unknown node type.
-
Vincent Pelletier authored
-
Vincent Pelletier authored
In turn, stop returning uuid from identifyNode.
-
Vincent Pelletier authored
-
Vincent Pelletier authored
We are testing values coming from an Enum, and we are testing all existing values.
-
Vincent Pelletier authored
-
- 20 Mar, 2012 7 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Vincent Pelletier authored
-
Vincent Pelletier authored
-
Julien Muchembled authored
-
Julien Muchembled authored
The main goal of this patch is to keep all DEBUG logs and packet logger enabled without exploding disk usage. This is done by keeping the last 16 MB (by default) of debugging information in a RAM buffer, and to emit it to an SQLite DB upon RTMIN signal or in case of warning and more severe log. Implementation is also cleaned up for better integration within a framework or if run standalone. NEO logger is now a direct child of root handler. Only warnings and more severe logs are forwarded to root handler. A new script 'neolog' is added to pretty-print the contents of the SQLite log. In unit tests, logging events are not buffered but emitted immediately. When a test passes, payloads of all exchanged packets are discarded to reduce disk usage on test bots. This slows down performance tests by about 15 % because even if nothing is written to disk, debug and packet log records are now always rendered.
-
- 19 Mar, 2012 6 commits
-
-
Vincent Pelletier authored
-
Vincent Pelletier authored
-
Vincent Pelletier authored
-
Vincent Pelletier authored
sed is your friend. Also, factorise setUp definition. Also, use "super" to call methods on superclasses.
-
Vincent Pelletier authored
-
Vincent Pelletier authored
-
- 16 Mar, 2012 2 commits
-
-
Vincent Pelletier authored
Preserve AskPrimary/AnswerPrimary for neoctl/neoadmin exchange only. Fixes several race conditions during election.
-
Vincent Pelletier authored
-
- 15 Mar, 2012 2 commits
-
-
Vincent Pelletier authored
-
Vincent Pelletier authored
Otherwise, in the case of an unexpected packet, an incorrect message id would be used. Also, refuse setting a None peer_id on connection.
-
- 14 Mar, 2012 1 commit
-
-
Julien Muchembled authored
-
- 13 Mar, 2012 9 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
-
- 12 Mar, 2012 4 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
This includes an API change of Node.isIdentified, which now tells whether identification packets have been exchanged or not. All handlers must be updated to implement '_acceptIdentification' instead of overriding EventHandler.acceptIdentification: this patch only does it for StorageOperationHandler
-
Julien Muchembled authored
-
Julien Muchembled authored
-
- 01 Mar, 2012 2 commits
-
-
Vincent Pelletier authored
-
Vincent Pelletier authored
-