<?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: what is meaning of datanode numBlocksFailedToUncache metric in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/what-is-meaning-of-datanode-numBlocksFailedToUncache-metric/m-p/313837#M225754</link>
    <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is related to the Cache Management of HDFS&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As described in the documentation:&amp;nbsp;&lt;A href="https://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-hdfs/CentralizedCacheManagement.html#:~:text=Centralized%20cache%20management%20in%20HDFS%20is%20an%20explicit%20caching%20mechanism,blocks%20in%20off%2Dheap%20caches" target="_blank"&gt;https://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-hdfs/CentralizedCacheManagement.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In this architecture, the NameNode is responsible for coordinating all the DataNode off-heap caches in the cluster. The NameNode periodically receives a&amp;nbsp;&lt;/SPAN&gt;&lt;I&gt;cache report&lt;/I&gt;&lt;SPAN&gt;&amp;nbsp;from each DataNode which describes all the blocks cached on a given DN. The NameNode manages DataNode caches by piggybacking &lt;STRONG&gt;&lt;FONT color="#000000"&gt;cache&lt;/FONT&gt;&lt;/STRONG&gt; and &lt;STRONG&gt;&lt;FONT color="#000000"&gt;uncache&lt;/FONT&gt;&lt;/STRONG&gt; commands on the DataNode heartbeat.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If the metric is going up, one possibility could be your namenode is too busy to handle the request&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 30 Mar 2021 09:13:28 GMT</pubDate>
    <dc:creator>Daming Xue</dc:creator>
    <dc:date>2021-03-30T09:13:28Z</dc:date>
    <item>
      <title>what is meaning of datanode numBlocksFailedToUncache metric</title>
      <link>https://community.cloudera.com/t5/Support-Questions/what-is-meaning-of-datanode-numBlocksFailedToUncache-metric/m-p/313801#M225729</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am seeing this value for numBlocksFailedToUncache property is going up. Should I be concerned? From apache documentation I can see it means &lt;A href="https://blog.woopi.org/wordpress/files/hadoop-2.6.0-javadoc/org/apache/hadoop/hdfs/server/datanode/fsdataset/impl/FsDatasetCache.html" target="_blank" rel="noopener"&gt;https://blog.woopi.org/wordpress/files/hadoop-2.6.0-javadoc/org/apache/hadoop/hdfs/server/datanode/fsdataset/impl/FsDatasetCache.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;"&lt;SPAN&gt;Number of uncache commands that could not be completed successfully" Not sure how to interpret&amp;nbsp;this..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;M&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Mar 2021 14:39:54 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/what-is-meaning-of-datanode-numBlocksFailedToUncache-metric/m-p/313801#M225729</guid>
      <dc:creator>SDL</dc:creator>
      <dc:date>2021-03-29T14:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: what is meaning of datanode numBlocksFailedToUncache metric</title>
      <link>https://community.cloudera.com/t5/Support-Questions/what-is-meaning-of-datanode-numBlocksFailedToUncache-metric/m-p/313837#M225754</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is related to the Cache Management of HDFS&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As described in the documentation:&amp;nbsp;&lt;A href="https://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-hdfs/CentralizedCacheManagement.html#:~:text=Centralized%20cache%20management%20in%20HDFS%20is%20an%20explicit%20caching%20mechanism,blocks%20in%20off%2Dheap%20caches" target="_blank"&gt;https://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-hdfs/CentralizedCacheManagement.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In this architecture, the NameNode is responsible for coordinating all the DataNode off-heap caches in the cluster. The NameNode periodically receives a&amp;nbsp;&lt;/SPAN&gt;&lt;I&gt;cache report&lt;/I&gt;&lt;SPAN&gt;&amp;nbsp;from each DataNode which describes all the blocks cached on a given DN. The NameNode manages DataNode caches by piggybacking &lt;STRONG&gt;&lt;FONT color="#000000"&gt;cache&lt;/FONT&gt;&lt;/STRONG&gt; and &lt;STRONG&gt;&lt;FONT color="#000000"&gt;uncache&lt;/FONT&gt;&lt;/STRONG&gt; commands on the DataNode heartbeat.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If the metric is going up, one possibility could be your namenode is too busy to handle the request&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Mar 2021 09:13:28 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/what-is-meaning-of-datanode-numBlocksFailedToUncache-metric/m-p/313837#M225754</guid>
      <dc:creator>Daming Xue</dc:creator>
      <dc:date>2021-03-30T09:13:28Z</dc:date>
    </item>
  </channel>
</rss>

