Commit a6fa1b47 authored by Grégory Wisniewski's avatar Grégory Wisniewski

Remove this FIXME. _getCellListForOID wait for the master connection if

disconnected, and if connected the must is in service state, so ready.


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@988 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent b6dfd8a2
......@@ -676,7 +676,6 @@ class Application(object):
# Find which storage node to use
cell_list = self._getCellListForOID(oid, writable=True)
if len(cell_list) == 0:
# FIXME must wait for cluster to be ready
raise NEOStorageError
# Store data on each node
compressed_data = compress(data)
......
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