- 13 Feb, 2010 1 commit
-
-
Grégory Wisniewski authored
git-svn-id: https://svn.erp5.org/repos/neo/trunk@1754 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
- 12 Feb, 2010 34 commits
-
-
Vincent Pelletier authored
This increases performance noticeably - especially since it was enabled on connection, where properties change very often (such as data buffers). git-svn-id: https://svn.erp5.org/repos/neo/trunk@1753 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Vincent Pelletier authored
This prepares support for asynchronous store. git-svn-id: https://svn.erp5.org/repos/neo/trunk@1752 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/neo/trunk@1751 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Grégory Wisniewski authored
git-svn-id: https://svn.erp5.org/repos/neo/trunk@1750 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Grégory Wisniewski authored
git-svn-id: https://svn.erp5.org/repos/neo/trunk@1749 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Grégory Wisniewski authored
git-svn-id: https://svn.erp5.org/repos/neo/trunk@1748 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Grégory Wisniewski authored
Those overriden method do not disable any parent implementation and should not silent any packet, it would block others nodes until timeout, at least. Node that hidden node state is still under consideration. git-svn-id: https://svn.erp5.org/repos/neo/trunk@1747 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Grégory Wisniewski authored
git-svn-id: https://svn.erp5.org/repos/neo/trunk@1746 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Grégory Wisniewski authored
Remove the related TODO. git-svn-id: https://svn.erp5.org/repos/neo/trunk@1745 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Grégory Wisniewski authored
git-svn-id: https://svn.erp5.org/repos/neo/trunk@1744 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Grégory Wisniewski authored
git-svn-id: https://svn.erp5.org/repos/neo/trunk@1743 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Grégory Wisniewski authored
git-svn-id: https://svn.erp5.org/repos/neo/trunk@1742 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Grégory Wisniewski authored
git-svn-id: https://svn.erp5.org/repos/neo/trunk@1741 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Grégory Wisniewski authored
git-svn-id: https://svn.erp5.org/repos/neo/trunk@1740 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Grégory Wisniewski authored
The outer try/except purpose was to check if given offset list contains only valid ones. Check this before gathering partitions. The inner try/except scope is two much, as it cannot be explained, remove it. git-svn-id: https://svn.erp5.org/repos/neo/trunk@1739 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Grégory Wisniewski authored
git-svn-id: https://svn.erp5.org/repos/neo/trunk@1738 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Grégory Wisniewski authored
Remove the related TODO. git-svn-id: https://svn.erp5.org/repos/neo/trunk@1737 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Grégory Wisniewski authored
Event connectionFailed is trigerred only when a connection do not succeed, meaning that the connection was never opened and no packets could have been sent or received through it. Here the unregistration from the dispatcher was useless in case of a connection failed. Remove the related XXX. git-svn-id: https://svn.erp5.org/repos/neo/trunk@1736 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Grégory Wisniewski authored
git-svn-id: https://svn.erp5.org/repos/neo/trunk@1735 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Grégory Wisniewski authored
git-svn-id: https://svn.erp5.org/repos/neo/trunk@1734 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Grégory Wisniewski authored
git-svn-id: https://svn.erp5.org/repos/neo/trunk@1733 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Grégory Wisniewski authored
git-svn-id: https://svn.erp5.org/repos/neo/trunk@1732 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Grégory Wisniewski authored
Packets are sent are next poll(), there is no reason to register first packets to clients nodes (at most one packet per connection here). git-svn-id: https://svn.erp5.org/repos/neo/trunk@1731 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Grégory Wisniewski authored
git-svn-id: https://svn.erp5.org/repos/neo/trunk@1730 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Grégory Wisniewski authored
Data structure seems appropriate as from a master point of view, a client can initiate more than on transaction at time (as it's multithreaded) so it is required to index current transaction by UUID first, then by tid. git-svn-id: https://svn.erp5.org/repos/neo/trunk@1729 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Grégory Wisniewski authored
Master never receiver node information notifications so the handler method must not be nor implemented neither tested. git-svn-id: https://svn.erp5.org/repos/neo/trunk@1728 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Grégory Wisniewski authored
git-svn-id: https://svn.erp5.org/repos/neo/trunk@1727 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/neo/trunk@1726 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Grégory Wisniewski authored
git-svn-id: https://svn.erp5.org/repos/neo/trunk@1725 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Grégory Wisniewski authored
git-svn-id: https://svn.erp5.org/repos/neo/trunk@1724 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Grégory Wisniewski authored
- Remove hard-coded email addresses - Add command line options to: - Choose sender, recipients, mail server - Cluster configuration (masters, storages, replicas...) - Include import speed and datafs size in mail subject - Clean a bit the code structure. git-svn-id: https://svn.erp5.org/repos/neo/trunk@1723 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Grégory Wisniewski authored
- Remove hard-coded mail addresses and smtp server informations. - Use command line to: - select which tests to run - define mail sender, recipients and server git-svn-id: https://svn.erp5.org/repos/neo/trunk@1722 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Grégory Wisniewski authored
It is valid to return 'None' value as the transaction information is not present on all storage node concerned by the transaction. Update related test. git-svn-id: https://svn.erp5.org/repos/neo/trunk@1721 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/neo/trunk@1720 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
- 11 Feb, 2010 5 commits
-
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/neo/trunk@1719 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/neo/trunk@1718 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Grégory Wisniewski authored
git-svn-id: https://svn.erp5.org/repos/neo/trunk@1717 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Grégory Wisniewski authored
This tool monkey patch the NEO Storage 'copyTransactionFrom' method to compute statistical information about import. It expect a data.fs path as argument and send a report mail to defined recipients. git-svn-id: https://svn.erp5.org/repos/neo/trunk@1716 71dcc9de-d417-0410-9af5-da40c76e7ee4
-
Grégory Wisniewski authored
git-svn-id: https://svn.erp5.org/repos/neo/trunk@1715 71dcc9de-d417-0410-9af5-da40c76e7ee4
-