Commit 238084fe authored by Grégory Wisniewski's avatar Grégory Wisniewski

Add a bug entry, race condition between admin, master and storage nodes.

git-svn-id: https://svn.erp5.org/repos/neo/trunk@1508 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 49fadeb1
......@@ -274,6 +274,15 @@ Bugs:
manager (special case for master during recovery). Sometimes functional
tests fails on the assert in pt.load(), meaning the node is not in the ode
manager.
- Race condition between master, storage and admin nodes:
- Master is in recovery state
- Storage connect to the master
- Master ask last IDs to the storage
- Admin connect
- Admin allow the cluster to start
- Master change handlers
- Storage answer last IDs
-> unexpected packet, storage is broken
Old TODO
......
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