- 22 Jul, 2009 11 commits
-
-
Grégory Wisniewski authored
git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@920 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@919 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Grégory Wisniewski authored
git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@918 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Grégory Wisniewski authored
generate new OIDs from the last OID stored in storage which is not the last OID allocated to clients. git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@917 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@916 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@915 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Vincent Pelletier authored
Remove useless constraint: we will only get response packets at this point, so no need to check that again. git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@914 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Grégory Wisniewski authored
handler. Process any notifyPartitionChange from the master node, even if it's the same PTID (sent during replications). git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@913 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Grégory Wisniewski authored
input. So now use 'set node <uuid> RUNNING', 'print node STORAGE' in neoctl. git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@912 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Grégory Wisniewski authored
VERIFYING' which is confusing. git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@911 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Grégory Wisniewski authored
git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@910 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
- 21 Jul, 2009 12 commits
-
-
Grégory Wisniewski authored
git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@909 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Grégory Wisniewski authored
started when it come back. This cause broadcast partition table changes at storage connection closure and might be optimized in the future. git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@908 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Grégory Wisniewski authored
git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@907 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@906 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Grégory Wisniewski authored
git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@905 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Grégory Wisniewski authored
git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@904 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Grégory Wisniewski authored
there is no previous record. git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@903 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@902 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Vincent Pelletier authored
Remove timeout triggering cluster state change. It makes it mandatory to use neoctl to setup a cluster from scratch. git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@901 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Vincent Pelletier authored
Fix neoctl when a node is only known by its UUID (for example, it's present in the partition table but never conencted to primary master). git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@900 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Vincent Pelletier authored
- PONG is no longer a response (its type value is lower than 0x8000), because it's actually just a "still alive" notification, which happens on demand. - PING & PONG don't reach the handler level any more, but are directly handled at connection level. There is no point in making them flexible, as a PING really just test that connection is established. This fixes client's unability to send ping, because of MTClientConnection.ask prototype being incompatible with ClientConnection.ask. git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@899 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@898 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
- 20 Jul, 2009 17 commits
-
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@897 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@896 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@895 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@894 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@893 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@892 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@891 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@890 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@889 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@888 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Vincent Pelletier authored
Add XXX where code is overcomplex. git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@887 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Grégory Wisniewski authored
git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@886 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Grégory Wisniewski authored
returned a binary string of packet content. git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@885 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Grégory Wisniewski authored
handler instead of monitoring handler for name consistency. git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@884 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Grégory Wisniewski authored
git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@883 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Grégory Wisniewski authored
packet instead of checking its state. git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@882 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Grégory Wisniewski authored
missing on tracked packets. git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@881 71dcc9de-d417-0410-9af5-da40c76e7ee4
-