<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: I just wondering why should we take odd number(3,5,3,7) of Journal and zookeeper nodes in hadoop cluster...what is rule of (n-1)/ failure? in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/I-just-wondering-why-should-we-take-odd-number-3-5-3-7-of/m-p/108223#M71078</link>
    <description>&lt;P&gt;@&lt;A href="https://community.hortonworks.com/users/168/bleonhardi.html"&gt;Benjamin Leonhard&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thanks you ...&lt;/P&gt;</description>
    <pubDate>Fri, 01 Jul 2016 19:00:24 GMT</pubDate>
    <dc:creator>g_rao9704</dc:creator>
    <dc:date>2016-07-01T19:00:24Z</dc:date>
    <item>
      <title>I just wondering why should we take odd number(3,5,3,7) of Journal and zookeeper nodes in hadoop cluster...what is rule of (n-1)/ failure?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/I-just-wondering-why-should-we-take-odd-number-3-5-3-7-of/m-p/108221#M71076</link>
      <description />
      <pubDate>Fri, 01 Jul 2016 17:34:49 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/I-just-wondering-why-should-we-take-odd-number-3-5-3-7-of/m-p/108221#M71076</guid>
      <dc:creator>g_rao9704</dc:creator>
      <dc:date>2016-07-01T17:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: I just wondering why should we take odd number(3,5,3,7) of Journal and zookeeper nodes in hadoop cluster...what is rule of (n-1)/ failure?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/I-just-wondering-why-should-we-take-odd-number-3-5-3-7-of/m-p/108222#M71077</link>
      <description>&lt;P&gt;The reason is that in a distributed transactional system with a Paxos or similar algorithm you need a quorum ( majority ). Essentially a transaction is committed once more than 50% of nodes say that the transaction is committed. &lt;/P&gt;&lt;P&gt;You could do 4 journalnodes / zookeeper nodes as well but you would not get any benefit over 3 nodes and you add additional overhead. 4 Nodes can only survive 1 failed node because 3 journal-nodes are a majority. But not 2. Therefore you need an uneven number. 3 nodes can survive 1 failure, 5 nodes can survive 2 failures, 7 nodes can survive 3 failures and so on ...&lt;/P&gt;&lt;P&gt;&lt;A href="https://en.wikipedia.org/wiki/Paxos_(computer_science)" target="_blank"&gt;https://en.wikipedia.org/wiki/Paxos_(computer_science)&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jul 2016 18:17:25 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/I-just-wondering-why-should-we-take-odd-number-3-5-3-7-of/m-p/108222#M71077</guid>
      <dc:creator>bleonhardi</dc:creator>
      <dc:date>2016-07-01T18:17:25Z</dc:date>
    </item>
    <item>
      <title>Re: I just wondering why should we take odd number(3,5,3,7) of Journal and zookeeper nodes in hadoop cluster...what is rule of (n-1)/ failure?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/I-just-wondering-why-should-we-take-odd-number-3-5-3-7-of/m-p/108223#M71078</link>
      <description>&lt;P&gt;@&lt;A href="https://community.hortonworks.com/users/168/bleonhardi.html"&gt;Benjamin Leonhard&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thanks you ...&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jul 2016 19:00:24 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/I-just-wondering-why-should-we-take-odd-number-3-5-3-7-of/m-p/108223#M71078</guid>
      <dc:creator>g_rao9704</dc:creator>
      <dc:date>2016-07-01T19:00:24Z</dc:date>
    </item>
    <item>
      <title>Re: I just wondering why should we take odd number(3,5,3,7) of Journal and zookeeper nodes in hadoop cluster...what is rule of (n-1)/ failure?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/I-just-wondering-why-should-we-take-odd-number-3-5-3-7-of/m-p/108224#M71079</link>
      <description>&lt;P&gt;If 3 nodes can survive 1 failure , then how will quorum ( majority ) will meet with 2 running server?&lt;/P&gt;</description>
      <pubDate>Sat, 18 Nov 2017 16:52:32 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/I-just-wondering-why-should-we-take-odd-number-3-5-3-7-of/m-p/108224#M71079</guid>
      <dc:creator>agrawalreetika</dc:creator>
      <dc:date>2017-11-18T16:52:32Z</dc:date>
    </item>
    <item>
      <title>Re: I just wondering why should we take odd number(3,5,3,7) of Journal and zookeeper nodes in hadoop cluster...what is rule of (n-1)/ failure?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/I-just-wondering-why-should-we-take-odd-number-3-5-3-7-of/m-p/108225#M71080</link>
      <description>&lt;P&gt;Additional details to Ben Leonhardi's response including the formula for Quorum Calculation: &lt;/P&gt;&lt;P&gt;&lt;A href="http://bytecontinnum.com/zookeeper-always-configured-odd-number-nodes/" target="_blank"&gt;http://bytecontinnum.com/zookeeper-always-configured-odd-number-nodes/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jan 2018 22:13:26 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/I-just-wondering-why-should-we-take-odd-number-3-5-3-7-of/m-p/108225#M71080</guid>
      <dc:creator>smdas</dc:creator>
      <dc:date>2018-01-16T22:13:26Z</dc:date>
    </item>
  </channel>
</rss>

