<?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: Hadoop HBase nonstop Memstore flushing and compactions in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Hadoop-HBase-nonstop-Memstore-flushing-and-compactions/m-p/357094#M237462</link>
    <description>&lt;P&gt;Hello &lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/101361"&gt;@TheFixer&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for using Cloudera Community. To your queries, Please find the details below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(I) Concerning below log tracing, Each Column Family has their own MemStore &amp;amp; HBase ensure the Flush happens before an Edit is too old. A WAL can't be archived unless the corresponding entries from the WAL remain Un-flushed from the MemStore. These logging aren't a concern, yet PeriodicMemstoreFlusher working as designed.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;MemstoreFlusherChore requesting flush of table 1. because K has an old edit so flush to free WALs after random delay 65889ms&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;BR /&gt;(II) Concerning below log tracing, the same indicates the Flush has Completed by "MemStoreFlusher.1" (Defined by "&lt;SPAN&gt;hbase.hstore.flusher.count&lt;/SPAN&gt;") of size ~6.68MB &amp;amp; the SequenceId indicates the Sequence ID associated with the LastEdit flushed. This Sequence ID is used to compare with Edits in WAL prior to archiving the WAL.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;2022-10-29 12:21:46,170 INFO  [MemStoreFlusher.1] regionserver.HRegion: Finished flush of dataSize ~6.68 MB/7002393, heapSize ~19.57 MB/20517200, currentSize=0 B/0 for ad1bd353d9ae0c52e30a935c5d06ecfa in 335ms, sequenceid=25141679, compaction requested=true&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp;(III) Finally, the CompactionQueue indicates the Size of Major (Long) &amp;amp; Minor (Short) Compaction.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Compaction/Split Queue summary: compactionQueue=(longCompactions=111975:shortCompactions=35811), splitQueue=0&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;All the above Logging are HBase Internals &amp;amp; shouldn't be a concern for Customer, unless Customer is observing any impact. Your Team should review (If not done yet) the below links for details around the Flush Internals &amp;amp; Compaction Algorithms:&lt;BR /&gt;(I) &lt;A href="https://sematext.com/blog/hbase-memstore-what-you-should-know/" target="_self"&gt;MemStore Flush Configuration&lt;/A&gt;&lt;BR /&gt;(II) &lt;A href="https://hbase.apache.org/book.html#_memstore_flush" target="_self"&gt;Conditions For MemStore Flush&lt;/A&gt;&lt;BR /&gt;(III) &lt;A href="https://hbase.apache.org/book.html#exploringcompaction.policy" target="_self"&gt;Compaction Alogrithm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kindly review &amp;amp; let us know if your Team have any queries.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards, Smarak&lt;/P&gt;</description>
    <pubDate>Mon, 07 Nov 2022 10:07:55 GMT</pubDate>
    <dc:creator>smdas</dc:creator>
    <dc:date>2022-11-07T10:07:55Z</dc:date>
    <item>
      <title>Hadoop HBase nonstop Memstore flushing and compactions</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Hadoop-HBase-nonstop-Memstore-flushing-and-compactions/m-p/356426#M237292</link>
      <description>&lt;P&gt;Hello and thanks for reading&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have an issue with hadoop hbase&amp;nbsp;&lt;/P&gt;&lt;P&gt;while trying to find the issue I can see below memstore flush logs for all tables and its non stop&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;MemstoreFlusherChore requesting flush of table 1. because K has an old edit so flush to free WALs after random delay 65889ms&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;022-10-29 12:22:13,176 INFO  [regionserver/uhn-hw-fores201b:16020.Chore.1] regionserver.HRegionServer: MemstoreFlusherChore requesting flush of table 1. &lt;STRONG&gt;because K has an old edit so flush to free WALs after random delay 65889ms&lt;/STRONG&gt;
2022-10-29 12:22:13,177 INFO  [regionserver/uhn-hw-fores201b:16020.Chore.1] regionserver.HRegionServer: MemstoreFlusherChore requesting flush of tabl 2 . &lt;STRONG&gt;because K has an old edit so flush to free WALs after random delay 181952ms&lt;/STRONG&gt;
2022-10-29 12:22:13,177 INFO  [regionserver/uhn-hw-fores201b:16020.Chore.1] regionserver.HRegionServer: MemstoreFlusherChore requesting flush of table 3 . &lt;STRONG&gt;because K has an old edit so flush to free WALs after random delay 150462ms&lt;/STRONG&gt;
2022-10-29 12:22:13,177 INFO  [regionserver/uhn-hw-fores201b:16020.Chore.1] regionserver.HRegionServer: MemstoreFlusherChore requesting flush of table 4 . &lt;STRONG&gt;because K has an old edit so flush to free WALs after random delay 161958ms&lt;/STRONG&gt;&lt;/PRE&gt;&lt;P&gt;This error seems complex because no documentation about error &amp;nbsp;&lt;/P&gt;&lt;P&gt;below is random logs from same node&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;2022-10-29 12:21:46,170 INFO  [MemStoreFlusher.1] regionserver.HRegion: Finished flush of dataSize ~6.68 MB/7002393, heapSize ~19.57 MB/20517200, currentSize=0 B/0 for ad1bd353d9ae0c52e30a935c5d06ecfa in 335ms, sequenceid=25141679, compaction requested=true&lt;/PRE&gt;&lt;PRE&gt;2022-10-29 12:22:02,679 INFO  [MemStoreFlusher.1] regionserver.HRegion: Flushing 1/1 column families, dataSize=2.79 MB heapSize=7.22 MB&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Tasks:
===========================================================
Task: Compacting K in table .
Status: RUNNING:Compacting store K
Running for 11449s

Task: Compacting K in region.
Status: RUNNING:Compacting store K
Running for 168s

Task: Compacting K in region.
Status: RUNNING:Compacting store K
Running for 159s

Task: Compacting K in region.
Status: RUNNING:Compacting store K
Running for 72s&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;RS Queue:
===========================================================
Compaction/Split Queue summary: compactionQueue=(longCompactions=111975:shortCompactions=35811), splitQueue=0
Compaction/Split Queue dump:
  LargeCompation Queue:&lt;/PRE&gt;&lt;P&gt;Below is the worker node data&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2022-10-29 at 12.33.22.png" style="width: 400px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/36067iFF8DBFDE96587653/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screen Shot 2022-10-29 at 12.33.22.png" alt="Screen Shot 2022-10-29 at 12.33.22.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2022-10-29 at 12.33.39.png" style="width: 400px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/36068iC9FE1FDB0F1B79FB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screen Shot 2022-10-29 at 12.33.39.png" alt="Screen Shot 2022-10-29 at 12.33.39.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2022-10-29 at 12.33.47.png" style="width: 400px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/36069i07B8CE223DB85EE0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screen Shot 2022-10-29 at 12.33.47.png" alt="Screen Shot 2022-10-29 at 12.33.47.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2022-10-29 at 12.35.10.png" style="width: 400px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/36072iBC36D2EC6A9AAA96/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screen Shot 2022-10-29 at 12.35.10.png" alt="Screen Shot 2022-10-29 at 12.35.10.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2022-10-29 at 12.35.18.png" style="width: 400px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/36073iA24E57EA31346DC4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screen Shot 2022-10-29 at 12.35.18.png" alt="Screen Shot 2022-10-29 at 12.35.18.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2022-10-29 at 12.35.25.png" style="width: 400px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/36074iAEC3881480D36D4A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screen Shot 2022-10-29 at 12.35.25.png" alt="Screen Shot 2022-10-29 at 12.35.25.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried to find any configuration for WAL, but seems it has been depricated&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;HBase Version &amp;nbsp; 2.0.0.3.0.1.0-187, revision=e9fcf450949102de5069b257a6dee469b8f5aab3&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Hadoop Version 3.1.1.3.0.1.0-187, revision=2820e4d6fc7ec31ac42187083ed5933c823e9784&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 29 Oct 2022 03:46:08 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Hadoop-HBase-nonstop-Memstore-flushing-and-compactions/m-p/356426#M237292</guid>
      <dc:creator>TheFixer</dc:creator>
      <dc:date>2022-10-29T03:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: Hadoop HBase nonstop Memstore flushing and compactions</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Hadoop-HBase-nonstop-Memstore-flushing-and-compactions/m-p/357094#M237462</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/101361"&gt;@TheFixer&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for using Cloudera Community. To your queries, Please find the details below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(I) Concerning below log tracing, Each Column Family has their own MemStore &amp;amp; HBase ensure the Flush happens before an Edit is too old. A WAL can't be archived unless the corresponding entries from the WAL remain Un-flushed from the MemStore. These logging aren't a concern, yet PeriodicMemstoreFlusher working as designed.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;MemstoreFlusherChore requesting flush of table 1. because K has an old edit so flush to free WALs after random delay 65889ms&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;BR /&gt;(II) Concerning below log tracing, the same indicates the Flush has Completed by "MemStoreFlusher.1" (Defined by "&lt;SPAN&gt;hbase.hstore.flusher.count&lt;/SPAN&gt;") of size ~6.68MB &amp;amp; the SequenceId indicates the Sequence ID associated with the LastEdit flushed. This Sequence ID is used to compare with Edits in WAL prior to archiving the WAL.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;2022-10-29 12:21:46,170 INFO  [MemStoreFlusher.1] regionserver.HRegion: Finished flush of dataSize ~6.68 MB/7002393, heapSize ~19.57 MB/20517200, currentSize=0 B/0 for ad1bd353d9ae0c52e30a935c5d06ecfa in 335ms, sequenceid=25141679, compaction requested=true&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp;(III) Finally, the CompactionQueue indicates the Size of Major (Long) &amp;amp; Minor (Short) Compaction.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Compaction/Split Queue summary: compactionQueue=(longCompactions=111975:shortCompactions=35811), splitQueue=0&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;All the above Logging are HBase Internals &amp;amp; shouldn't be a concern for Customer, unless Customer is observing any impact. Your Team should review (If not done yet) the below links for details around the Flush Internals &amp;amp; Compaction Algorithms:&lt;BR /&gt;(I) &lt;A href="https://sematext.com/blog/hbase-memstore-what-you-should-know/" target="_self"&gt;MemStore Flush Configuration&lt;/A&gt;&lt;BR /&gt;(II) &lt;A href="https://hbase.apache.org/book.html#_memstore_flush" target="_self"&gt;Conditions For MemStore Flush&lt;/A&gt;&lt;BR /&gt;(III) &lt;A href="https://hbase.apache.org/book.html#exploringcompaction.policy" target="_self"&gt;Compaction Alogrithm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kindly review &amp;amp; let us know if your Team have any queries.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards, Smarak&lt;/P&gt;</description>
      <pubDate>Mon, 07 Nov 2022 10:07:55 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Hadoop-HBase-nonstop-Memstore-flushing-and-compactions/m-p/357094#M237462</guid>
      <dc:creator>smdas</dc:creator>
      <dc:date>2022-11-07T10:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: Hadoop HBase nonstop Memstore flushing and compactions</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Hadoop-HBase-nonstop-Memstore-flushing-and-compactions/m-p/357183#M237495</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/101361"&gt;@TheFixer&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kindly review &amp;amp; let us know if you have reviewed our Post dated 2022-11-07 &amp;amp; have any further queries concerning the queries around HBase RegionServer logging highlighted in the Post.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards, Smarak&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2022 09:21:02 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Hadoop-HBase-nonstop-Memstore-flushing-and-compactions/m-p/357183#M237495</guid>
      <dc:creator>smdas</dc:creator>
      <dc:date>2022-11-08T09:21:02Z</dc:date>
    </item>
    <item>
      <title>Re: Hadoop HBase nonstop Memstore flushing and compactions</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Hadoop-HBase-nonstop-Memstore-flushing-and-compactions/m-p/357327#M237555</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/101361"&gt;@TheFixer&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We hope your queries around the RegionServer log traces has been answered by us. As such, We shall mark the Post as Solved. If you have any further ask, Feel free to update the Post &amp;amp; we shall get back to you accordingly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards, Smarak&lt;/P&gt;</description>
      <pubDate>Thu, 10 Nov 2022 06:41:33 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Hadoop-HBase-nonstop-Memstore-flushing-and-compactions/m-p/357327#M237555</guid>
      <dc:creator>smdas</dc:creator>
      <dc:date>2022-11-10T06:41:33Z</dc:date>
    </item>
  </channel>
</rss>

