Commit 15d368f0 authored by Grégory Wisniewski's avatar Grégory Wisniewski

Add a TODO entry.


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@1069 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 86337ecc
......@@ -67,6 +67,8 @@ RC - Review output of pylint (CODE)
When a replication finishes, the connection is not closed currecntly. It should be closed (possibly asynchronously, and possibly by detecting that connection is idle - similar to keep-alive principle)
- Notify master when storage becomes available for clients (LATENCY)
Currently, storage presence is broadcasted to client nodes too early, as the storage node would refuse them until it has only up-to-date data (not only up-to-date cells, but also a partition table and node states).
- Create a specialized PartitionTable that know the database and replicator
to remove duplicates and remove logic from handlers (CODE)
- Improve replication process (BANDWITH)
Current implementation do this way to replicate objects (for a given TID) :
S1 > S2 : Ask for a range of OIDs
......
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