<div dir="ltr">Hi Ishii-San<div><br></div><div><div class="gmail_extra"><div class="gmail_quote">On Tue, Nov 28, 2017 at 10:06 PM, Tatsuo Ishii <span dir="ltr">&lt;<a href="mailto:ishii@sraoss.co.jp" target="_blank">ishii@sraoss.co.jp</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Usama,<br>
<div><div class="gmail-h5"><br>
&gt; Hi Ishii-San,<br>
&gt;<br>
&gt; On Tue, Nov 28, 2017 at 5:55 AM, Tatsuo Ishii &lt;<a href="mailto:ishii@sraoss.co.jp">ishii@sraoss.co.jp</a>&gt; wrote:<br>
&gt;<br>
&gt;&gt; Hi Usama,<br>
&gt;&gt;<br>
&gt;&gt; While writing a presentation material of Pgpool-II 3.7, I am not sure<br>
&gt;&gt; I understand the behavior the quorum consusens behavior.<br>
&gt;&gt;<br>
&gt;&gt; &gt; *enable_multiple_failover_<wbr>requests_from_node*<br>
&gt;&gt; &gt; This parameter works in connection with *failover_require_consensus*<br>
&gt;&gt; &gt; config. When enabled a single Pgpool-II node can vote for failover<br>
&gt;&gt; multiple<br>
&gt;&gt; &gt; times.<br>
&gt;&gt;<br>
&gt;&gt; In what situation a Pgpool-II node could send multiple failover<br>
&gt;&gt; requests? My guess is in the following scenario:<br>
&gt;&gt;<br>
&gt;&gt; 1) Pgpool-II watchdog standby health check process detects the failure<br>
&gt;&gt;    of backend A and send a faiover request to the master Pgpool-II.<br>
&gt;&gt;<br>
&gt;&gt; 2) Since the vote does not satisfy the quorum consensus, failver is<br>
&gt;&gt;    not occurred. Just backend_info-&gt;quarantine is set and<br>
&gt;&gt;    backend_info-&gt;backend_status is set to CON_DOWN.<br>
&gt;&gt;<br>
&gt;&gt; 3) Pgpool-II watchdog standby health check process detects the failure<br>
&gt;&gt;    of backend A again, then sent a failover request to the master<br>
&gt;&gt;    Pgpool-II again. If enable_multiple_failover_<wbr>requests_from_node is<br>
&gt;&gt;    set, failover will happen.<br>
&gt;&gt;<br>
&gt;&gt; But after thinking more, I realized that in step 3, since<br>
&gt;&gt; backend_status is already set to CON_DOWN, health check will not be<br>
&gt;&gt; performed against backend A. So the watchdog standby will not send<br>
&gt;&gt; multiple vote.<br>
&gt;<br>
&gt;<br>
&gt;&gt; Apparently I am missing something here.<br>
&gt;&gt;<br>
&gt;&gt; Can you please tell what is the scenario in that a watchdog sends<br>
&gt;&gt; multiple votes for failover?<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt; Basically when allow_multiple_failover_<wbr>requests_from_node is set then<br>
&gt; watchdog<br>
&gt; does not performs the quarantine operation and node status is not changed<br>
&gt; to DOWN.<br>
&gt; So it is possible for the node to send multiple votes for node failover.<br>
&gt; Also even when the allow_multiple_failover_<wbr>requests_from_node is not set,<br>
&gt; Pgpool-II does not quarantines the node straightaway after first failover<br>
&gt; request while watchdog<br>
&gt; is waiting for consensus. What happens is, when the watchdog receives the<br>
&gt; failover requests<br>
&gt; and that request requires a consensus, it returns<br>
&gt; FAILOVER_RES_CONSENSUS_MAY_<wbr>FAIL,<br>
&gt; and when the main pgpool process receives this return code for failover<br>
&gt; request from watchdog,<br>
&gt; it just ignores this request without changing the backend node status to<br>
&gt; down and relies on watchdog<br>
&gt; to handle that failover request, meanwhile pgpool continues with its normal<br>
&gt; duties,<br>
&gt;<br>
&gt; Now when the same pgpool sends the failover request for the same backend<br>
&gt; node second time around,<br>
&gt; Then the behaviour depends upon the setting of<br>
&gt; allow_multiple_failover_<wbr>requests_from_node configuration.<br>
&gt;<br>
&gt; 1- When allow_multiple_failover_<wbr>requests_from_node = off<br>
&gt;     Then watchdog returns  FAILOVER_RES_CONSENSUS_MAY_<wbr>FAIL, and Pgpool main<br>
&gt; process quarantines<br>
&gt;      the backend node and set its status to DOWN when it receives this code<br>
&gt; from watchdog.<br>
&gt;<br>
&gt; 1- When allow_multiple_failover_<wbr>requests_from_node = on<br>
&gt;     Then watchdog returns FAILOVER_RES_BUILDING_<wbr>CONSENSUS, and Pgpool main<br>
&gt; process does not<br>
&gt;     quarantines the backend node and its status remains unchanged and<br>
&gt; effectively health check<br>
&gt;     keeps executing on that backend node.<br>
<br>
</div></div>So when allow_multiple_failover_<wbr>requests_from_node = on, Pgpool-II<br>
never sets the backend node status to DOWN?<br></blockquote><div><br></div><div>Basically the backend status is set to down either when failover or quarantine operation is performed on the node</div><div>so with <font face="monospace, monospace">allow_multiple_failover_<wbr>requests_from_node</font> = TRUE, pgpool main process does not perform the quarantine operation</div><div>while the watchdog is building the consensus for failover, But as soon as consensus is built the failover is executed and</div><div>node status is set to down. So effectively for the time between first failover request till the consensus is built and actual</div><div>failover is performed, the node status remain UP and it can send multiple failover requests for the node.</div><div><br></div><div><br></div><div>Please see the below flow diagrams of the scenarios with <font face="monospace, monospace">allow_multiple_failover_<wbr>requests_from_node</font> ON and OFF cases</div><div>for further clarification.</div><div><br></div><div><b>SCENARIO1</b>: when <span style="font-family:monospace,monospace">allow_multiple_failover_</span><wbr style="font-family:monospace,monospace"><span style="font-family:monospace,monospace">requests_from_node = TRUE</span></div><div><span style="font-family:monospace,monospace"><img src="cid:ii_jal5vem90_160083b5a0a42712" width="493" height="562"><br>​<br></span></div><div><div><b>SCENARIO2</b>: when <span style="font-family:monospace,monospace">allow_multiple_failover_</span><wbr style="font-family:monospace,monospace"><span style="font-family:monospace,monospace">requests_from_node = FALSE</span></div></div><div><span style="font-family:monospace,monospace"><img src="cid:ii_jal5w1re1_160083bceea9beb8" width="493" height="562"><br>​<br></span></div><div><br></div><div>Note that the return code by watchdog in both scenarios on second failover request makes the difference.</div><div><br></div><div>Please let me know if you want further information/clarifications.</div><div><br></div><div>Thanks</div><div>Best regards</div><div>Muhammad Usama</div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
But the manual says:<br>
&quot;For example, in a three node watchdog cluster, if one Pgpool-II node<br>
sends two failover requests for a particular backend node failover,<br>
Both requests will be counted as a separate vote in the favor of the<br>
failover and Pgpool-II will execute the failover, even if it does not<br>
get the vote from any other Pgpool-II node.&quot;<br>
<br>
I am confused.<br>
<div class="gmail-HOEnZb"><div class="gmail-h5"><br>
Best regards,<br>
--<br>
Tatsuo Ishii<br>
SRA OSS, Inc. Japan<br>
English: <a href="http://www.sraoss.co.jp/index_en.php" rel="noreferrer" target="_blank">http://www.sraoss.co.jp/index_<wbr>en.php</a><br>
Japanese:<a href="http://www.sraoss.co.jp" rel="noreferrer" target="_blank">http://www.sraoss.co.<wbr>jp</a><br>
<br>
&gt;  Thanks<br>
&gt; Best Regards<br>
&gt; Muhammad Usama<br>
&gt;<br>
&gt; Best regards,<br>
&gt;&gt; --<br>
&gt;&gt; Tatsuo Ishii<br>
&gt;&gt; SRA OSS, Inc. Japan<br>
&gt;&gt; English: <a href="http://www.sraoss.co.jp/index_en.php" rel="noreferrer" target="_blank">http://www.sraoss.co.jp/index_<wbr>en.php</a><br>
&gt;&gt; Japanese:<a href="http://www.sraoss.co.jp" rel="noreferrer" target="_blank">http://www.sraoss.co.<wbr>jp</a><br>
&gt;&gt;<br>
&gt;&gt; From: Muhammad Usama &lt;<a href="mailto:m.usama@gmail.com">m.usama@gmail.com</a>&gt;<br>
&gt;&gt; Subject: New Feature with patch: Quorum and Consensus for backend failover<br>
&gt;&gt; Date: Tue, 22 Aug 2017 00:18:27 +0500<br>
&gt;&gt; Message-ID: &lt;CAEJvTzUbz-d8dfsJdLt=<wbr>XNYWdOMxKf06sp+p=uAbxyjvG=<wbr>vS3A@mail.<br>
&gt;&gt; <a href="http://gmail.com" rel="noreferrer" target="_blank">gmail.com</a>&gt;<br>
&gt;&gt;<br>
&gt;&gt; &gt; Hi<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; I was working on the new feature to make the backend node failover quorum<br>
&gt;&gt; &gt; aware and on the half way through the implementation I also added the<br>
&gt;&gt; &gt; majority consensus feature for the same.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; So please find the first version of the patch for review that makes the<br>
&gt;&gt; &gt; backend node failover consider the watchdog cluster quorum status and<br>
&gt;&gt; seek<br>
&gt;&gt; &gt; the majority consensus before performing failover.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; *Changes in the Failover mechanism with watchdog.*<br>
&gt;&gt; &gt; For this new feature I have modified the Pgpool-II&#39;s existing failover<br>
&gt;&gt; &gt; mechanism with watchdog.<br>
&gt;&gt; &gt; Previously as you know when the Pgpool-II require to perform a node<br>
&gt;&gt; &gt; operation (failover, failback, promote-node) with the watchdog. The<br>
&gt;&gt; &gt; watchdog used to propagated the failover request to all the Pgpool-II<br>
&gt;&gt; nodes<br>
&gt;&gt; &gt; in the watchdog cluster and as soon as the request was received by the<br>
&gt;&gt; &gt; node, it used to initiate the local failover and that failover was<br>
&gt;&gt; &gt; synchronised on all nodes using the distributed locks.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; *Now Only the Master node performs the failover.*<br>
&gt;&gt; &gt; The attached patch changes the mechanism of synchronised failover, and<br>
&gt;&gt; now<br>
&gt;&gt; &gt; only the Pgpool-II of master watchdog node performs the failover, and all<br>
&gt;&gt; &gt; other standby nodes sync the backend statuses after the master Pgpool-II<br>
&gt;&gt; is<br>
&gt;&gt; &gt; finished with the failover.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; *Overview of new failover mechanism.*<br>
&gt;&gt; &gt; -- If the failover request is received to the standby watchdog node(from<br>
&gt;&gt; &gt; local Pgpool-II), That request is forwarded to the master watchdog and<br>
&gt;&gt; the<br>
&gt;&gt; &gt; Pgpool-II main process is returned with the FAILOVER_RES_WILL_BE_DONE<br>
&gt;&gt; &gt; return code. And upon receiving the FAILOVER_RES_WILL_BE_DONE from the<br>
&gt;&gt; &gt; watchdog for the failover request the requesting Pgpool-II moves forward<br>
&gt;&gt; &gt; without doing anything further for the particular failover command.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; -- Now when the failover request from standby node is received by the<br>
&gt;&gt; &gt; master watchdog, after performing the validation, applying the consensus<br>
&gt;&gt; &gt; rules the failover request is triggered on the local Pgpool-II .<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; -- When the failover request is received to the master watchdog node from<br>
&gt;&gt; &gt; the local Pgpool-II (On the IPC channel) the watchdog process inform the<br>
&gt;&gt; &gt; Pgpool-II requesting process to proceed with failover (provided all<br>
&gt;&gt; &gt; failover rules are satisfied).<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; -- After the failover is finished on the master Pgpool-II, the failover<br>
&gt;&gt; &gt; function calls the *wd_failover_end*() which sends the backend sync<br>
&gt;&gt; &gt; required message to all standby watchdogs.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; -- Upon receiving the sync required message from master watchdog node all<br>
&gt;&gt; &gt; Pgpool-II sync the new statuses of each backend node from the master<br>
&gt;&gt; &gt; watchdog.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; *No More Failover locks*<br>
&gt;&gt; &gt; Since with this new failover mechanism we do not require any<br>
&gt;&gt; &gt; synchronisation and guards against the execution of failover_commands by<br>
&gt;&gt; &gt; multiple Pgpool-II nodes, So the patch removes all the distributed locks<br>
&gt;&gt; &gt; from failover function, This makes the failover simpler and faster.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; *New kind of Failover operation NODE_QUARANTINE_REQUEST*<br>
&gt;&gt; &gt; The patch adds the new kind of backend node operation NODE_QUARANTINE<br>
&gt;&gt; which<br>
&gt;&gt; &gt; is effectively same as the NODE_DOWN, but with node_quarantine the<br>
&gt;&gt; &gt; failover_command is not triggered.<br>
&gt;&gt; &gt; The NODE_DOWN_REQUEST is automatically converted to the<br>
&gt;&gt; &gt; NODE_QUARANTINE_REQUEST when the failover is requested on the backend<br>
&gt;&gt; node<br>
&gt;&gt; &gt; but watchdog cluster does not holds the quorum.<br>
&gt;&gt; &gt; This means in the absence of quorum the failed backend nodes are<br>
&gt;&gt; &gt; quarantined and when the quorum becomes available again the Pgpool-II<br>
&gt;&gt; &gt; performs the failback operation on all quarantine nodes.<br>
&gt;&gt; &gt; And again when the failback is performed on the quarantine backend node<br>
&gt;&gt; the<br>
&gt;&gt; &gt; failover function does not trigger the failback_command.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; *Controlling the Failover behaviour.*<br>
&gt;&gt; &gt; The patch adds three new configuration parameters to configure the<br>
&gt;&gt; failover<br>
&gt;&gt; &gt; behaviour from user side.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; *failover_when_quorum_exists*<br>
&gt;&gt; &gt; When enabled the failover command will only be executed when the watchdog<br>
&gt;&gt; &gt; cluster holds the quorum. And when the quorum is absent and<br>
&gt;&gt; &gt; failover_when_quorum_exists is enabled the failed backend nodes will get<br>
&gt;&gt; &gt; quarantine until the quorum becomes available again.<br>
&gt;&gt; &gt; disabling it will enable the old behaviour of failover commands.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; *failover_require_consensus*<wbr>This new configuration parameter can be<br>
&gt;&gt; used to<br>
&gt;&gt; &gt; make sure we get the majority vote before performing the failover on the<br>
&gt;&gt; &gt; node. When *failover_require_consensus* is enabled then the failover is<br>
&gt;&gt; &gt; only performed after receiving the failover request from the majority or<br>
&gt;&gt; &gt; Pgpool-II nodes.<br>
&gt;&gt; &gt; For example in three nodes cluster the failover will not be performed<br>
&gt;&gt; until<br>
&gt;&gt; &gt; at least two nodes ask for performing the failover on the particular<br>
&gt;&gt; &gt; backend node.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; It is also worthwhile to mention here that *failover_require_consensus*<br>
&gt;&gt; &gt; only works when failover_when_quorum_exists is enables.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; *enable_multiple_failover_<wbr>requests_from_node*<br>
&gt;&gt; &gt; This parameter works in connection with *failover_require_consensus*<br>
&gt;&gt; &gt; config. When enabled a single Pgpool-II node can vote for failover<br>
&gt;&gt; multiple<br>
&gt;&gt; &gt; times.<br>
&gt;&gt; &gt; For example in the three nodes cluster if one Pgpool-II node sends the<br>
&gt;&gt; &gt; failover request of particular node twice that would be counted as two<br>
&gt;&gt; &gt; votes in favour of failover and the failover will be performed even if we<br>
&gt;&gt; &gt; do not get a vote from other two nodes.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; And when *enable_multiple_failover_<wbr>requests_from_node* is disabled, Only<br>
&gt;&gt; &gt; the first vote from each Pgpool-II will be accepted and all other<br>
&gt;&gt; &gt; subsequent votes will be marked duplicate and rejected.<br>
&gt;&gt; &gt; So in that case we will require a majority votes from distinct nodes to<br>
&gt;&gt; &gt; execute the failover.<br>
&gt;&gt; &gt; Again this *enable_multiple_failover_<wbr>requests_from_node* only becomes<br>
&gt;&gt; &gt; effective when both *failover_when_quorum_exists* and<br>
&gt;&gt; &gt; *failover_require_consensus* are enabled.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; *Controlling the failover: The Coding perspective.*<br>
&gt;&gt; &gt; Although the failover functions are made quorum and consensus aware but<br>
&gt;&gt; &gt; there is still a way to bypass the quorum conditions, and requirement of<br>
&gt;&gt; &gt; consensus.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; For this the patch uses the existing request_details flags in<br>
&gt;&gt; &gt; POOL_REQUEST_NODE to control the behaviour of failover.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Here are the newly added flags values.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; *REQ_DETAIL_WATCHDOG*:<br>
&gt;&gt; &gt; Setting this flag while issuing the failover command will not send the<br>
&gt;&gt; &gt; failover request to the watchdog. But this flag may not be useful in any<br>
&gt;&gt; &gt; other place than where it is already used.<br>
&gt;&gt; &gt; Mostly this flag can be used to avoid the failover command from going to<br>
&gt;&gt; &gt; watchdog that is already originated from watchdog. Otherwise we can end<br>
&gt;&gt; up<br>
&gt;&gt; &gt; in infinite loop.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; *REQ_DETAIL_CONFIRMED*:<br>
&gt;&gt; &gt; Setting this flag will bypass the *failover_require_consensus*<br>
&gt;&gt; &gt; configuration and immediately perform the failover if quorum is present.<br>
&gt;&gt; &gt; This flag can be used to issue the failover request originated from PCP<br>
&gt;&gt; &gt; command.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; *REQ_DETAIL_UPDATE*:<br>
&gt;&gt; &gt; This flag is used for the command where we are failing back the<br>
&gt;&gt; quarantine<br>
&gt;&gt; &gt; nodes. Setting this flag will not trigger the failback_command.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; *Some conditional flags used:*<br>
&gt;&gt; &gt; I was not sure about the configuration of each type of failover<br>
&gt;&gt; operation.<br>
&gt;&gt; &gt; As we have three main failover operations NODE_UP_REQUEST,<br>
&gt;&gt; &gt; NODE_DOWN_REQUEST, and PROMOTE_NODE_REQUEST<br>
&gt;&gt; &gt; So I was thinking do we need to give the configuration option to the<br>
&gt;&gt; users,<br>
&gt;&gt; &gt; if they want to enable/disable quorum checking and consensus for<br>
&gt;&gt; individual<br>
&gt;&gt; &gt; failover operation type.<br>
&gt;&gt; &gt; For example: is it a practical configuration where a user would want to<br>
&gt;&gt; &gt; ensure quorum while preforming NODE_DOWN operation while does not want it<br>
&gt;&gt; &gt; for NODE_UP.<br>
&gt;&gt; &gt; So in this patch I use three compile time defines to enable disable the<br>
&gt;&gt; &gt; individual failover operation, while we can decide on the best solution.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; NODE_UP_REQUIRE_CONSENSUS: defining it will enable quorum checking<br>
&gt;&gt; feature<br>
&gt;&gt; &gt; for NODE_UP_REQUESTs<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; NODE_DOWN_REQUIRE_CONSENSUS: defining it will enable quorum checking<br>
&gt;&gt; &gt; feature for NODE_DOWN_REQUESTs<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; NODE_PROMOTE_REQUIRE_<wbr>CONSENSUS: defining it will enable quorum checking<br>
&gt;&gt; &gt; feature for PROMOTE_NODE_REQUESTs<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; *Some Point for Discussion:*<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; *Do we really need to check ReqInfo-&gt;switching flag before enqueuing<br>
&gt;&gt; &gt; failover request.*<br>
&gt;&gt; &gt; While working on the patch I was wondering why do we disallow enqueuing<br>
&gt;&gt; the<br>
&gt;&gt; &gt; failover command when the failover is already in progress? For example in<br>
&gt;&gt; &gt; *pcp_process_command*() function if we see the *Req_info-&gt;switching* flag<br>
&gt;&gt; &gt; set we bailout with the error instead of enqueuing the command. Is is<br>
&gt;&gt; &gt; really necessary?<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; *Do we need more granule control over each failover operation:*<br>
&gt;&gt; &gt; As described in section &quot;Some conditional flags used&quot; I want the opinion<br>
&gt;&gt; on<br>
&gt;&gt; &gt; do we need configuration parameters in pgpool.conf to enable disable<br>
&gt;&gt; quorum<br>
&gt;&gt; &gt; and consensus checking on individual failover types.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; *Which failover should be mark as Confirmed:*<br>
&gt;&gt; &gt; As defined in the above section of REQ_DETAIL_CONFIRMED, We can mark the<br>
&gt;&gt; &gt; failover request to not need consensus, currently the requests from the<br>
&gt;&gt; PCP<br>
&gt;&gt; &gt; commands are fired with this flag. But I was wondering there may be more<br>
&gt;&gt; &gt; places where we many need to use the flag.<br>
&gt;&gt; &gt; For example I currently use the same confirmed flag when failover is<br>
&gt;&gt; &gt; triggered because of *replication_stop_on_mismatch*<wbr>.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; I think we should think this flag for each place of failover, like when<br>
&gt;&gt; the<br>
&gt;&gt; &gt; failover is triggered<br>
&gt;&gt; &gt; because of health_check failure.<br>
&gt;&gt; &gt; because of replication mismatch<br>
&gt;&gt; &gt; because of backend_error<br>
&gt;&gt; &gt; e.t.c<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; *Node Quarantine behaviour.*<br>
&gt;&gt; &gt; What do you think about the node quarantine used by this patch. Can you<br>
&gt;&gt; &gt; think of some problem which can be caused by this?<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; *What should be the default values for each newly added config<br>
&gt;&gt; parameters.*<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; *TODOs*<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; -- Updating the documentation is still todo. Will do that once every<br>
&gt;&gt; aspect<br>
&gt;&gt; &gt; of the feature will be finalised.<br>
&gt;&gt; &gt; -- Some code warnings and cleanups are still not done.<br>
&gt;&gt; &gt; -- I am still little short on testing<br>
&gt;&gt; &gt; -- Regression test cases for the feature<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Thoughts and suggestions are most welcome.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Thanks<br>
&gt;&gt; &gt; Best regards<br>
&gt;&gt; &gt; Muhammad Usama<br>
&gt;&gt;<br>
</div></div></blockquote></div><br></div></div></div>