<?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 Tablet taking too long to sync with Kudu Master and Kudu Tablet using 90% memory in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Kudu-Tablet-taking-too-long-to-sync-with-Kudu-Master-and/m-p/339960#M233225</link>
    <description>&lt;P&gt;Hellio&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/96163"&gt;@yagoaparecidoti&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Being balanced is a good thing.&amp;nbsp; How about hotspotting?&lt;/P&gt;&lt;P&gt;Can you check in the kudu web page &amp;gt; Tablet servers &amp;gt; Click on those affected &amp;gt; check the metrics and the RPC pages on those two.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt; How does it look?&lt;/P&gt;&lt;P&gt;&amp;gt; How many RPC calls compared to a healthy tablet server?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 29 Mar 2022 20:53:42 GMT</pubDate>
    <dc:creator>jromero</dc:creator>
    <dc:date>2022-03-29T20:53:42Z</dc:date>
    <item>
      <title>Kudu Tablet taking too long to sync with Kudu Master and Kudu Tablet using 90% memory</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Kudu-Tablet-taking-too-long-to-sync-with-Kudu-Master-and/m-p/339857#M233196</link>
      <description>&lt;P&gt;We would like to understand two behaviors that Kudu is showing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. When restarting the Kudu Tablet, it takes between 5 and 10min for this Kudu Tablet to communicate with the Kudu Master again, why is this happening?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. There are 5 Kudu Tablets and two of those Kudu Tablets is using more than 90% of the memory that was set in "memory_limit_hard_bytes", why is this happening?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Mar 2022 19:56:55 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Kudu-Tablet-taking-too-long-to-sync-with-Kudu-Master-and/m-p/339857#M233196</guid>
      <dc:creator>yagoaparecidoti</dc:creator>
      <dc:date>2022-03-28T19:56:55Z</dc:date>
    </item>
    <item>
      <title>Re: Kudu Tablet taking too long to sync with Kudu Master and Kudu Tablet using 90% memory</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Kudu-Tablet-taking-too-long-to-sync-with-Kudu-Master-and/m-p/339858#M233197</link>
      <description>&lt;P&gt;With regards to your questions:&lt;/P&gt;&lt;P&gt;1. To further understand this behavior, it would be needed to check the tablet server logs during startup.&amp;nbsp; Likely the block processing time is taking a good part of those 10 mins.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. It could be possible that those 2 servers are overloaded, that can happen if the kudu cluster is not balanced.&lt;/P&gt;&lt;P&gt;To further understand, the output of the ksck and:&lt;/P&gt;&lt;LI-CODE lang="python"&gt;kudu table list ${MASTER_ADDRS} -list_tablets | grep "^ " | cut -d' ' -f6,7 | sort  &lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;Would throw a good output to gain a better understanding of your cluster situation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you can attach those here, would be great for further analysis.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Mar 2022 21:01:25 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Kudu-Tablet-taking-too-long-to-sync-with-Kudu-Master-and/m-p/339858#M233197</guid>
      <dc:creator>jromero</dc:creator>
      <dc:date>2022-03-28T21:01:25Z</dc:date>
    </item>
    <item>
      <title>Re: Kudu Tablet taking too long to sync with Kudu Master and Kudu Tablet using 90% memory</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Kudu-Tablet-taking-too-long-to-sync-with-Kudu-Master-and/m-p/339941#M233219</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/77057"&gt;@jromero&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;kudu is balanced correctly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;there are 5 kudu tablet and a total of 1173 replicas and each kudu tablet has 234 tablets, this shows that it is balanced.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;even being balanced, it presents these two mentioned problems.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2022 15:54:12 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Kudu-Tablet-taking-too-long-to-sync-with-Kudu-Master-and/m-p/339941#M233219</guid>
      <dc:creator>yagoaparecidoti</dc:creator>
      <dc:date>2022-03-29T15:54:12Z</dc:date>
    </item>
    <item>
      <title>Re: Kudu Tablet taking too long to sync with Kudu Master and Kudu Tablet using 90% memory</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Kudu-Tablet-taking-too-long-to-sync-with-Kudu-Master-and/m-p/339960#M233225</link>
      <description>&lt;P&gt;Hellio&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/96163"&gt;@yagoaparecidoti&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Being balanced is a good thing.&amp;nbsp; How about hotspotting?&lt;/P&gt;&lt;P&gt;Can you check in the kudu web page &amp;gt; Tablet servers &amp;gt; Click on those affected &amp;gt; check the metrics and the RPC pages on those two.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt; How does it look?&lt;/P&gt;&lt;P&gt;&amp;gt; How many RPC calls compared to a healthy tablet server?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2022 20:53:42 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Kudu-Tablet-taking-too-long-to-sync-with-Kudu-Master-and/m-p/339960#M233225</guid>
      <dc:creator>jromero</dc:creator>
      <dc:date>2022-03-29T20:53:42Z</dc:date>
    </item>
    <item>
      <title>Re: Kudu Tablet taking too long to sync with Kudu Master and Kudu Tablet using 90% memory</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Kudu-Tablet-taking-too-long-to-sync-with-Kudu-Master-and/m-p/339961#M233226</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/77057"&gt;@jromero&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the "metrics[1]" and "rpcs[2]" web pages are too long:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;what should we actually look at?&lt;BR /&gt;what parameter do we need to look at?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[1] - &lt;A href="http://ip_host:8050/metrics" target="_blank"&gt;http://ip_host:8050/metrics&lt;/A&gt;&lt;BR /&gt;[2] - &lt;A href="http://ip_host:8050/rpcz" target="_blank"&gt;http://ip_host:8050/rpcz&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2022 21:03:59 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Kudu-Tablet-taking-too-long-to-sync-with-Kudu-Master-and/m-p/339961#M233226</guid>
      <dc:creator>yagoaparecidoti</dc:creator>
      <dc:date>2022-03-29T21:03:59Z</dc:date>
    </item>
    <item>
      <title>Re: Kudu Tablet taking too long to sync with Kudu Master and Kudu Tablet using 90% memory</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Kudu-Tablet-taking-too-long-to-sync-with-Kudu-Master-and/m-p/339963#M233227</link>
      <description>&lt;P&gt;Inbound/Outbound connections on the rpc page.&lt;/P&gt;&lt;P&gt;rpc_* metrics on the metrics page.&amp;nbsp; Sorry I don't recall the exact metric names.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2022 21:28:02 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Kudu-Tablet-taking-too-long-to-sync-with-Kudu-Master-and/m-p/339963#M233227</guid>
      <dc:creator>jromero</dc:creator>
      <dc:date>2022-03-29T21:28:02Z</dc:date>
    </item>
    <item>
      <title>Re: Kudu Tablet taking too long to sync with Kudu Master and Kudu Tablet using 90% memory</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Kudu-Tablet-taking-too-long-to-sync-with-Kudu-Master-and/m-p/339977#M233231</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/77057"&gt;@jromero&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;on the page "&lt;A href="http://ip_host:8050/rpcz" target="_blank"&gt;http://ip_host:8050/rpcz&lt;/A&gt;":&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;in "inbound_connections" shows the addresses of other tablet servers with "open" state.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;in "outbound_connections" it shows the addresses of other tablet servers and master with "open" state.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this above also happens with other tablet servers.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I didn't find anything that could be related to the mentioned problems.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2022 23:53:04 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Kudu-Tablet-taking-too-long-to-sync-with-Kudu-Master-and/m-p/339977#M233231</guid>
      <dc:creator>yagoaparecidoti</dc:creator>
      <dc:date>2022-03-29T23:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: Kudu Tablet taking too long to sync with Kudu Master and Kudu Tablet using 90% memory</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Kudu-Tablet-taking-too-long-to-sync-with-Kudu-Master-and/m-p/340056#M233253</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/96163"&gt;@yagoaparecidoti&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks, in that case further investigation will be needed, we would need to check what is happening in those 2 tablet servers.&amp;nbsp; If you are able to share the logs from those TS that would be great, if not it will be quite hard to tell and your best bet would be to open a support case to have it checked.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt; Are you able to check the charts on cloudera manager &amp;gt; Kudu &amp;gt; instances &amp;gt; tablet server &amp;gt; Chart library &amp;gt; Replicas?&amp;nbsp; Can you compare those with a non affected TS?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2022 19:27:21 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Kudu-Tablet-taking-too-long-to-sync-with-Kudu-Master-and/m-p/340056#M233253</guid>
      <dc:creator>jromero</dc:creator>
      <dc:date>2022-03-30T19:27:21Z</dc:date>
    </item>
    <item>
      <title>Re: Kudu Tablet taking too long to sync with Kudu Master and Kudu Tablet using 90% memory</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Kudu-Tablet-taking-too-long-to-sync-with-Kudu-Master-and/m-p/340404#M233326</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/96163"&gt;@yagoaparecidoti&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.&amp;nbsp; If you are still experiencing the issue, can you provide the information&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/77057"&gt;@jromero&lt;/a&gt;&amp;nbsp; has requested?&lt;/P&gt;</description>
      <pubDate>Mon, 04 Apr 2022 06:32:48 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Kudu-Tablet-taking-too-long-to-sync-with-Kudu-Master-and/m-p/340404#M233326</guid>
      <dc:creator>VidyaSargur</dc:creator>
      <dc:date>2022-04-04T06:32:48Z</dc:date>
    </item>
    <item>
      <title>Re: Kudu Tablet taking too long to sync with Kudu Master and Kudu Tablet using 90% memory</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Kudu-Tablet-taking-too-long-to-sync-with-Kudu-Master-and/m-p/340442#M233336</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/77057"&gt;@jromero&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks for the feedback.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;unfortunately we cannot make the TS logs available as they contain sensitive information.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;we will try to open a ticket with support.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;checking the TS replica charts "Total Tablet Size On Disk Across Kudu Replicas", they all contain the same size.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Apr 2022 15:40:54 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Kudu-Tablet-taking-too-long-to-sync-with-Kudu-Master-and/m-p/340442#M233336</guid>
      <dc:creator>yagoaparecidoti</dc:creator>
      <dc:date>2022-04-04T15:40:54Z</dc:date>
    </item>
  </channel>
</rss>

