Shay Banon 2330421816 Wait till node is part of cluster state for join process
When a node sends a join request to the master, only send back the response after it has been added to the master cluster state and published.
This will fix the rare cases where today, a join request can return, and the master, since its under load, have not yet added the node to its cluster state, and the node that joined will start a fault detect against the master, failing since its not part of the cluster state.
Since now the join request is longer, also increase the join request timeout default.
closes #6480
2014-06-12 18:15:51 +02:00
..
2014-03-26 18:10:51 -04:00
2014-03-07 14:24:58 +01:00
2014-03-26 18:10:51 -04:00
2014-03-31 11:34:46 +02:00
2014-03-07 14:24:58 +01:00
2014-05-06 18:00:19 +02:00
2014-03-07 14:24:58 +01:00
2014-05-27 15:57:39 +02:00