<?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: [Kudu] Master consensus error in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Kudu-Master-consensus-error/m-p/389764#M247071</link>
    <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/111290"&gt;@prfbessa&lt;/a&gt;&amp;nbsp;Has the reply helped resolve your issue? If so, please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future. Thanks.&lt;/P&gt;</description>
    <pubDate>Mon, 01 Jul 2024 17:27:05 GMT</pubDate>
    <dc:creator>DianaTorres</dc:creator>
    <dc:date>2024-07-01T17:27:05Z</dc:date>
    <item>
      <title>[Kudu] Master consensus error</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Kudu-Master-consensus-error/m-p/389583#M247007</link>
      <description>&lt;P&gt;Hi&lt;BR /&gt;&lt;BR /&gt;When I run&amp;nbsp;&lt;STRONG&gt;kudu cluster ksck&amp;nbsp;&lt;/STRONG&gt;, return this error:&amp;nbsp;&lt;EM&gt;Corruption: master consensus error: there are master consensus conflicts&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;All Tables in this Cluster Kudu is ok (Tablet Server), but the problem is in Kudu Master.&lt;BR /&gt;&lt;BR /&gt;Follow the Master Sumary:&lt;BR /&gt;&lt;BR /&gt;UUID | Address | Status&lt;BR /&gt;----------------------------------+-----------------------------+---------&lt;BR /&gt;42e0db81612f46a4bb5fee541b1316eb | node02 | HEALTHY&lt;BR /&gt;7b6a3355b027464c98fe5f77c7548350 | node04 | HEALTHY&lt;BR /&gt;83e343ec25aa48e2b22f0de244e42a6d | node03 | HEALTHY&lt;BR /&gt;&lt;BR /&gt;All reported replicas are:&lt;BR /&gt;A = 42e0db81612f46a4bb5fee541b1316eb&lt;BR /&gt;B = 83e343ec25aa48e2b22f0de244e42a6d&lt;BR /&gt;C = 7b6a3355b027464c98fe5f77c7548350&lt;BR /&gt;The consensus matrix is:&lt;BR /&gt;Config source | Replicas | Current term | Config index | Committed?&lt;BR /&gt;---------------+--------------+--------------+--------------+------------&lt;BR /&gt;A | A B C | 218 | -1 | Yes&lt;BR /&gt;B | A B* C | 218 | -1 | Yes&lt;BR /&gt;C | A B* C | 218 | -1 | Yes&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The problem is in Master Node 03 (B)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2024 15:27:56 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Kudu-Master-consensus-error/m-p/389583#M247007</guid>
      <dc:creator>prfbessa</dc:creator>
      <dc:date>2024-06-25T15:27:56Z</dc:date>
    </item>
    <item>
      <title>Re: [Kudu] Master consensus error</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Kudu-Master-consensus-error/m-p/389589#M247012</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/111290"&gt;@prfbessa&lt;/a&gt;&amp;nbsp;Welcome to the Cloudera Community!&lt;BR /&gt;&lt;BR /&gt;To help you get the best possible solution, I have tagged our Kudu experts&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/77057"&gt;@jromero&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/22863"&gt;@ChrisGe&lt;/a&gt;&amp;nbsp;&amp;nbsp;who may be able to assist you further.&lt;BR /&gt;&lt;BR /&gt;Please keep us updated on your post, and we hope you find a satisfactory solution to your query.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2024 19:22:16 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Kudu-Master-consensus-error/m-p/389589#M247012</guid>
      <dc:creator>DianaTorres</dc:creator>
      <dc:date>2024-06-25T19:22:16Z</dc:date>
    </item>
    <item>
      <title>Re: [Kudu] Master consensus error</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Kudu-Master-consensus-error/m-p/389594#M247017</link>
      <description>&lt;P&gt;The problem is from Master A (node02) as you can see A thinks there is no leader for this election even their election cycle is same (218). suggest you to check the Master log on A (node02) host to understand why A failed to elect a leader just like other nodes (B and C think that B is the leader)&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The consensus matrix is:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Config source | Replicas | Current term | Config index | Committed?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;---------------+--------------+--------------+--------------+------------&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;A | A B C | 218 | -1 | Yes&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;B | A B* C | 218 | -1 | Yes&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;C | A B* C | 218 | -1 | Yes&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2024 23:16:57 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Kudu-Master-consensus-error/m-p/389594#M247017</guid>
      <dc:creator>ChrisGe</dc:creator>
      <dc:date>2024-06-25T23:16:57Z</dc:date>
    </item>
    <item>
      <title>Re: [Kudu] Master consensus error</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Kudu-Master-consensus-error/m-p/389764#M247071</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/111290"&gt;@prfbessa&lt;/a&gt;&amp;nbsp;Has the reply helped resolve your issue? If so, please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future. Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jul 2024 17:27:05 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Kudu-Master-consensus-error/m-p/389764#M247071</guid>
      <dc:creator>DianaTorres</dc:creator>
      <dc:date>2024-07-01T17:27:05Z</dc:date>
    </item>
  </channel>
</rss>

