Commit 8c830924 authored by Grégory Wisniewski's avatar Grégory Wisniewski

Add new known bugs in the TODO file.


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@1009 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 02dcbf60
......@@ -123,6 +123,14 @@ RC Known bugs
- Fix inconsistencies between client oid pool and the last oid returned by storage nodes.
Currently, the max oid returned by a storage is the max of the oid column, which ignores oids generated by master node which are not used yet in any object.
The oid pool at client side can then contain oids greater than loid known by primary master.
Master
- It should broadcast to storage and client the last OID generated to allow
them dectect OID overlapping.
Storage
- The storage must detect when a client store a object with a greater OID
than the last generated by the master node. It should at least notice to
restart the whole cluster to avoid conflicts. This is mainly the case when
importing data.
Later
- Consider auto-generating cluster name upon initial startup (it might actualy be a partition property).
......
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