<?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: Checkpoint node configuration parameters in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Understanding-HDFS-Checkpoint-Triggers-dfs-namenode/m-p/149692#M255280</link>
    <description>&lt;P&gt;let me put this scenario. If &lt;STRONG&gt;dfs.namenode.checkpoint.period -&amp;gt;1 hr  and&lt;/STRONG&gt; &lt;STRONG&gt;dfs.namenode.checkpoint.txns -&amp;gt; 1 million &lt;/STRONG&gt;which creates checkpoint at 2PM, 3PM. After 10 mins past 3PM there were 1 million unchecked transactions so a new checkpoint would be created at 3 10PM. So the next checkpoint would be either after 1 hr ie at 4 10 PM or if it hits 1 million unchecked transactions before 4 10 PM.&lt;/P&gt;&lt;P&gt;Please let me know if I understood right way&lt;/P&gt;</description>
    <pubDate>Fri, 10 Mar 2017 05:17:39 GMT</pubDate>
    <dc:creator>sreeviswa_athic</dc:creator>
    <dc:date>2017-03-10T05:17:39Z</dc:date>
    <item>
      <title>Understanding HDFS Checkpoint Triggers: dfs.namenode.checkpoint.period vs dfs.namenode.checkpoint.txns</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Understanding-HDFS-Checkpoint-Triggers-dfs-namenode/m-p/149690#M255278</link>
      <description>&lt;P&gt;Checkpointing process is defined in 2 configuration parameters:&lt;/P&gt;
&lt;P&gt;dfs.namenode.checkpoint.period -&amp;gt; 10 hr which will set the time for every checkpoint.&lt;/P&gt;
&lt;P&gt;Aslos dfs.namenode.checkpoint.txns is by default set to 1 million. What does this configuration do, in apache wiki website it says this configurations sets the number of uncheckpointed transactions.&lt;/P&gt;
&lt;P&gt;In the first configuration we are setting it for every 10hrs, in such scenario what is the necessity for setting value for uncheckpointed transactions.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jun 2026 12:55:12 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Understanding-HDFS-Checkpoint-Triggers-dfs-namenode/m-p/149690#M255278</guid>
      <dc:creator>sreeviswa_athic</dc:creator>
      <dc:date>2026-06-23T12:55:12Z</dc:date>
    </item>
    <item>
      <title>Re: Checkpoint node configuration parameters</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Understanding-HDFS-Checkpoint-Triggers-dfs-namenode/m-p/149691#M255279</link>
      <description>&lt;P&gt;&lt;A href="https://community.cloudera.com/users/3057/sreeviswaathikala.html" rel="user" target="_blank"&gt;@Viswa&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;dfs.namenode.checkpoint.period &lt;/STRONG&gt;– The number of seconds between two periodic checkpoints.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;dfs.namenode.checkpoint.txns&lt;/STRONG&gt; – The standby will create a checkpoint of the namespace every ‘dfs.namenode.checkpoint.txns’ transactions, regardless of whether ‘dfs.namenode.checkpoint.period’ has expired.&lt;/P&gt;
&lt;P&gt;A real life analogy is how we take our car for regular maintenance service.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;dfs.namenode.checkpoint.period &amp;gt;&amp;gt; number of months (say 6 months)&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;dfs.namenode.checkpoint.txns&lt;/STRONG&gt; &lt;STRONG&gt;&amp;gt;&amp;gt; number of miles driven (say 5000 miles)&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You will have to take your car for service if:&lt;/P&gt;
&lt;P&gt;It has been 6 months since your car’s last service and you may have driven less than 5000 miles&lt;/P&gt;
&lt;P&gt;OR&lt;/P&gt;
&lt;P&gt;It has not been 6 month since your car’s most recent service but you have driven 5000 miles already.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Thus a new checkpoint will be created if either the checkpoint period is reached or number of unchecked transactions has maxed out, whichever happens first.&lt;/STRONG&gt;&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, 23 Jun 2026 12:53:19 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Understanding-HDFS-Checkpoint-Triggers-dfs-namenode/m-p/149691#M255279</guid>
      <dc:creator>dineshc</dc:creator>
      <dc:date>2026-06-23T12:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: Checkpoint node configuration parameters</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Understanding-HDFS-Checkpoint-Triggers-dfs-namenode/m-p/149692#M255280</link>
      <description>&lt;P&gt;let me put this scenario. If &lt;STRONG&gt;dfs.namenode.checkpoint.period -&amp;gt;1 hr  and&lt;/STRONG&gt; &lt;STRONG&gt;dfs.namenode.checkpoint.txns -&amp;gt; 1 million &lt;/STRONG&gt;which creates checkpoint at 2PM, 3PM. After 10 mins past 3PM there were 1 million unchecked transactions so a new checkpoint would be created at 3 10PM. So the next checkpoint would be either after 1 hr ie at 4 10 PM or if it hits 1 million unchecked transactions before 4 10 PM.&lt;/P&gt;&lt;P&gt;Please let me know if I understood right way&lt;/P&gt;</description>
      <pubDate>Fri, 10 Mar 2017 05:17:39 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Understanding-HDFS-Checkpoint-Triggers-dfs-namenode/m-p/149692#M255280</guid>
      <dc:creator>sreeviswa_athic</dc:creator>
      <dc:date>2017-03-10T05:17:39Z</dc:date>
    </item>
    <item>
      <title>Re: Checkpoint node configuration parameters</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Understanding-HDFS-Checkpoint-Triggers-dfs-namenode/m-p/149693#M255281</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/3057/sreeviswaathikala.html" nodeid="3057"&gt;@Viswa&lt;/A&gt; - you are absolutely correct with this.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Mar 2017 05:28:09 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Understanding-HDFS-Checkpoint-Triggers-dfs-namenode/m-p/149693#M255281</guid>
      <dc:creator>dineshc</dc:creator>
      <dc:date>2017-03-10T05:28:09Z</dc:date>
    </item>
    <item>
      <title>Re: Checkpoint node configuration parameters</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Understanding-HDFS-Checkpoint-Triggers-dfs-namenode/m-p/149694#M255282</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/3057/sreeviswaathikala.html" nodeid="3057"&gt;@Viswa&lt;/A&gt; - Kindly accept the answer if my answer as helped you.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Mar 2017 07:05:47 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Understanding-HDFS-Checkpoint-Triggers-dfs-namenode/m-p/149694#M255282</guid>
      <dc:creator>dineshc</dc:creator>
      <dc:date>2017-03-14T07:05:47Z</dc:date>
    </item>
  </channel>
</rss>

