Commit 1a5a0ba4 authored by Julien Muchembled's avatar Julien Muchembled

Update changelog

parent 0dd0a6cb
......@@ -23,6 +23,10 @@ Other changes are:
- NEO learned to check replicas, to detect data corruption or bugs during
replication. When done on a backup cluster, upstream data is used as
reference. This is still limited to data indexes (tid & oid/serial).
- NEO logs now are SQLite DB that always contain all debugging information
including exchanged packets. Records are first kept in RAM, at most 16 MB by
default, and there are flushed to disk only upon RTMIN signal or any important
record. A 'neolog' script has been written to help reading such DB.
- Master addresses must be separated by spaces. '/' can't be used anymore.
- Adding and removing master nodes is now easier: unknown incoming master nodes
are now accepted instead of rejected, and nodes can be given a path to a file
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment