<?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 NoLeaderFound Issue in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/KUDU-NoLeaderFound-Issue/m-p/338727#M232918</link>
    <description>&lt;P&gt;sad news. It was not working. The error message turns to "&lt;SPAN&gt;org.apache.kudu.client.NoLeaderFoundException: Master config (hostnamex:7051,hostnamex:7051,hostnamex:7051)&lt;/SPAN&gt;"&lt;/P&gt;&lt;P&gt;Are there any reasons to cause this issue? Such as high pressure on KUDU cluster?&lt;/P&gt;</description>
    <pubDate>Wed, 16 Mar 2022 01:10:03 GMT</pubDate>
    <dc:creator>laowang231</dc:creator>
    <dc:date>2022-03-16T01:10:03Z</dc:date>
    <item>
      <title>KUDU NoLeaderFound Issue</title>
      <link>https://community.cloudera.com/t5/Support-Questions/KUDU-NoLeaderFound-Issue/m-p/337199#M232522</link>
      <description>&lt;P&gt;Dear:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Recently i met a KUDU issue which was randomly occurred. Below is the details.&lt;/P&gt;&lt;P&gt;CDH Version: 5.14.2&lt;/P&gt;&lt;P&gt;KUDU Version:&amp;nbsp;1.6.0-cdh5.14.2&lt;/P&gt;&lt;P&gt;ERROR Information:&lt;/P&gt;&lt;P&gt;21/11/28 06:56:03 ERROR yarn.ApplicationMaster: User class threw exception: org.apache.kudu.client.NoLeaderFoundException: Master config (10.186.93.6:7051,10.186.93.24:7051,10.186.93.8:7051) has no leader. Exceptions received: org.apache.kudu.client.RecoverableException: connection disconnected,org.apache.kudu.client.RecoverableException: connection disconnected&lt;BR /&gt;org.apache.kudu.client.NoLeaderFoundException: Master config (10.186.93.6:7051,10.186.93.24:7051,10.186.93.8:7051) has no leader. Exceptions received: org.apache.kudu.client.RecoverableException: connection disconnected,org.apache.kudu.client.RecoverableException: connection disconnected&lt;BR /&gt;at org.apache.kudu.client.ConnectToCluster.incrementCountAndCheckExhausted(ConnectToCluster.java:273)&lt;BR /&gt;at org.apache.kudu.client.ConnectToCluster.access$100(ConnectToCluster.java:49)&lt;BR /&gt;at org.apache.kudu.client.ConnectToCluster$ConnectToMasterErrCB.call(ConnectToCluster.java:349)&lt;BR /&gt;at org.apache.kudu.client.ConnectToCluster$ConnectToMasterErrCB.call(ConnectToCluster.java:338)&lt;BR /&gt;at com.stumbleupon.async.Deferred.doCall(Deferred.java:1280)&lt;BR /&gt;at com.stumbleupon.async.Deferred.runCallbacks(Deferred.java:1259)&lt;BR /&gt;at com.stumbleupon.async.Deferred.handleContinuation(Deferred.java:1315)&lt;BR /&gt;at com.stumbleupon.async.Deferred.doCall(Deferred.java:1286)&lt;BR /&gt;at com.stumbleupon.async.Deferred.runCallbacks(Deferred.java:1259)&lt;BR /&gt;at com.stumbleupon.async.Deferred.callback(Deferred.java:1002)&lt;BR /&gt;...&lt;BR /&gt;Caused by: org.apache.kudu.client.RecoverableException: connection disconnected&lt;BR /&gt;... 55 more&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this issue happened when i submitted a SPARK style task to YARN. Most time it is fine, but sometimes the problem come. Maybe several times per day.&lt;/P&gt;&lt;P&gt;Everytime I have to re-submit my task to YARN again, luckly the second time try always succeed.&lt;/P&gt;&lt;P&gt;Is it a BUG or something else? Is there any way to fix or workaround?&lt;/P&gt;&lt;P&gt;Appreciate.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Feb 2022 07:12:17 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/KUDU-NoLeaderFound-Issue/m-p/337199#M232522</guid>
      <dc:creator>laowang231</dc:creator>
      <dc:date>2022-02-28T07:12:17Z</dc:date>
    </item>
    <item>
      <title>Re: KUDU NoLeaderFound Issue</title>
      <link>https://community.cloudera.com/t5/Support-Questions/KUDU-NoLeaderFound-Issue/m-p/337210#M232525</link>
      <description>&lt;P class="p"&gt;Kudu has a hard requirement on having an up-to-date NTP. Kudu masters and tablet servers will crash when out of sync.&lt;/P&gt;&lt;P class="p"&gt;you can check whether your ntp service is up to date&lt;/P&gt;</description>
      <pubDate>Mon, 28 Feb 2022 08:24:52 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/KUDU-NoLeaderFound-Issue/m-p/337210#M232525</guid>
      <dc:creator>yanwk</dc:creator>
      <dc:date>2022-02-28T08:24:52Z</dc:date>
    </item>
    <item>
      <title>Re: KUDU NoLeaderFound Issue</title>
      <link>https://community.cloudera.com/t5/Support-Questions/KUDU-NoLeaderFound-Issue/m-p/337213#M232526</link>
      <description>&lt;P&gt;thanks your reply bro, but&amp;nbsp; the ntp sync looks fine because you know CDH cluster has the check for time sync.&lt;/P&gt;&lt;P&gt;Is there any configuration suggestion for my kudu cluster?&lt;/P&gt;&lt;P&gt;I set 3 masters and 76 kudu tablet servers. The resource for each node is about 48cores and 384G mem and 5T disk space.&lt;/P&gt;&lt;P&gt;We have a high read/write working scenario, is it a reason to cause this?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Feb 2022 08:34:17 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/KUDU-NoLeaderFound-Issue/m-p/337213#M232526</guid>
      <dc:creator>laowang231</dc:creator>
      <dc:date>2022-02-28T08:34:17Z</dc:date>
    </item>
    <item>
      <title>Re: KUDU NoLeaderFound Issue</title>
      <link>https://community.cloudera.com/t5/Support-Questions/KUDU-NoLeaderFound-Issue/m-p/337216#M232527</link>
      <description>&lt;P&gt;hi bro,&lt;/P&gt;&lt;P&gt;you're welcome!&lt;/P&gt;&lt;P&gt;I have no idea about the issue a&lt;SPAN&gt;ssuming&amp;nbsp;&lt;/SPAN&gt;the ntp server is fine.&lt;/P&gt;&lt;P&gt;I searched from some blogs, and some guys recommended&amp;nbsp;&amp;nbsp;to use a host name instead of ip.&lt;/P&gt;&lt;P&gt;you can have a try.&lt;/P&gt;&lt;P&gt;I am curious about the issue, and will pay attention to it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;looking forword&amp;nbsp; to see "the solutions".&lt;/P&gt;&lt;P&gt;Good luck !&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Feb 2022 09:17:39 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/KUDU-NoLeaderFound-Issue/m-p/337216#M232527</guid>
      <dc:creator>yanwk</dc:creator>
      <dc:date>2022-02-28T09:17:39Z</dc:date>
    </item>
    <item>
      <title>Re: KUDU NoLeaderFound Issue</title>
      <link>https://community.cloudera.com/t5/Support-Questions/KUDU-NoLeaderFound-Issue/m-p/337219#M232528</link>
      <description>&lt;P&gt;transfer the way of connection to hostname?&lt;/P&gt;&lt;P&gt;it sounds like choosing a long way instead of the short one.&lt;/P&gt;&lt;P&gt;But maybe it works. OK, i'll have a try.&lt;/P&gt;&lt;P&gt;Wait for my good news.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Feb 2022 09:31:40 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/KUDU-NoLeaderFound-Issue/m-p/337219#M232528</guid>
      <dc:creator>laowang231</dc:creator>
      <dc:date>2022-02-28T09:31:40Z</dc:date>
    </item>
    <item>
      <title>Re: KUDU NoLeaderFound Issue</title>
      <link>https://community.cloudera.com/t5/Support-Questions/KUDU-NoLeaderFound-Issue/m-p/337220#M232529</link>
      <description>&lt;P&gt;the answer is from &lt;A href="https://www.cnblogs.com/chong-zuo3322/p/15934491.html" target="_blank"&gt;https://www.cnblogs.com/chong-zuo3322/p/15934491.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Feb 2022 09:37:34 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/KUDU-NoLeaderFound-Issue/m-p/337220#M232529</guid>
      <dc:creator>yanwk</dc:creator>
      <dc:date>2022-02-28T09:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: KUDU NoLeaderFound Issue</title>
      <link>https://community.cloudera.com/t5/Support-Questions/KUDU-NoLeaderFound-Issue/m-p/337222#M232531</link>
      <description>&lt;P&gt;You should always use the fully qualified hostnames, instead of IP addresses.&lt;/P&gt;&lt;P&gt;Although it's longer, it can prevent problems. If your cluster is using TLS, for example, the full hostnames are required.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I imagine these logs that you shared are client logs, right?&lt;/P&gt;&lt;P&gt;Can you check the Tablet Server logs and see if there are errors in them? Those would help understand the issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;André&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Feb 2022 09:51:00 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/KUDU-NoLeaderFound-Issue/m-p/337222#M232531</guid>
      <dc:creator>araujo</dc:creator>
      <dc:date>2022-02-28T09:51:00Z</dc:date>
    </item>
    <item>
      <title>Re: KUDU NoLeaderFound Issue</title>
      <link>https://community.cloudera.com/t5/Support-Questions/KUDU-NoLeaderFound-Issue/m-p/337223#M232532</link>
      <description>&lt;P&gt;thanks for response.&lt;/P&gt;&lt;P&gt;the logs are really from client. I checked the KUDU logs for ERROR, but nothing was found.&lt;/P&gt;&lt;P&gt;now i have replaced the IP to hostname.&lt;/P&gt;&lt;P&gt;hope it works.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Feb 2022 09:59:36 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/KUDU-NoLeaderFound-Issue/m-p/337223#M232532</guid>
      <dc:creator>laowang231</dc:creator>
      <dc:date>2022-02-28T09:59:36Z</dc:date>
    </item>
    <item>
      <title>Re: KUDU NoLeaderFound Issue</title>
      <link>https://community.cloudera.com/t5/Support-Questions/KUDU-NoLeaderFound-Issue/m-p/338727#M232918</link>
      <description>&lt;P&gt;sad news. It was not working. The error message turns to "&lt;SPAN&gt;org.apache.kudu.client.NoLeaderFoundException: Master config (hostnamex:7051,hostnamex:7051,hostnamex:7051)&lt;/SPAN&gt;"&lt;/P&gt;&lt;P&gt;Are there any reasons to cause this issue? Such as high pressure on KUDU cluster?&lt;/P&gt;</description>
      <pubDate>Wed, 16 Mar 2022 01:10:03 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/KUDU-NoLeaderFound-Issue/m-p/338727#M232918</guid>
      <dc:creator>laowang231</dc:creator>
      <dc:date>2022-03-16T01:10:03Z</dc:date>
    </item>
  </channel>
</rss>

