<?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: CDH 6.3.0 HBase Regionserver WALs logs are not achived when Failed to schedule flush in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/CDH-6-3-0-HBase-Regionserver-WALs-logs-are-not-achived-when/m-p/311040#M224420</link>
    <description>&lt;P&gt;After continuous monitoring the regionserver log, we found region forced to flush are all relevant to Phoenix tables. so it leads us&amp;nbsp; to the Phoenix issue&amp;nbsp;&lt;SPAN class="md-plain"&gt;&lt;A href="https://issues.apache.org/jira/browse/PHOENIX-5250" target="_blank" rel="noopener"&gt;PHOENIX-5250&lt;/A&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="md-plain"&gt;As &lt;STRONG&gt;our Phoenix relevant business are okay for occasional data loss&lt;/STRONG&gt;, so we turn off phoenix table's WAL&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="md-plain"&gt;through &lt;STRONG&gt;alter table xxx set DISABLE_WAL = true&amp;nbsp;&lt;/STRONG&gt;and then restart those regionservers who have problems flushing problematic edits(&lt;STRONG&gt;if they are too many WALs, try just keep recent ones or HMaster will try to replay lots of WAL&lt;/STRONG&gt;), currently WAL logs are archived as expected.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Of course, if&amp;nbsp;&lt;SPAN class="md-plain"&gt;&lt;STRONG&gt;DISABLE_WAL = true &lt;/STRONG&gt;is not your option, then you should try to upgrade Phoenix.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;</description>
    <pubDate>Fri, 05 Feb 2021 07:11:26 GMT</pubDate>
    <dc:creator>jacoffee</dc:creator>
    <dc:date>2021-02-05T07:11:26Z</dc:date>
    <item>
      <title>CDH 6.3.0 HBase Regionserver WALs logs are not achived when Failed to schedule flush</title>
      <link>https://community.cloudera.com/t5/Support-Questions/CDH-6-3-0-HBase-Regionserver-WALs-logs-are-not-achived-when/m-p/310485#M224178</link>
      <description>&lt;P&gt;I am using CDH 6.3.0 HBase. Several regionserver's WALs logs directory(/hbase/wals) keep growing and logs are not moved to /hbase/oldWals for deletion.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When digging the regionserver logs, i found the following logs, it happens when there are heavy write load.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="java"&gt;2021-01-27 14:49:16,370 WARN org.apache.hadoop.hbase.regionserver.LogRoller: Failed to schedule flush of region_id_xxxxxxxx, region=null, requester=null&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I suspect that we come across&amp;nbsp;HBASE-16721(Concurrency issue in WAL unflushed seqId tracking), however CDH 5.8.x has already fix this issue, so how come we meet this in 6.3.0.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;HBase regionserver WAL relevant config:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="java"&gt;hbase.regionserver.maxlogs: 64
heap size: 36G
wal blocksize: 256M&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;so if wal logs not archived for&amp;nbsp;Concurrency issue, how to fix it; or are there any other reasons that could cause the phenomenon&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Any help would be appreciated !!&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/48472"&gt;@gsharma&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/35250"&gt;@elserj&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jan 2021 09:15:41 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/CDH-6-3-0-HBase-Regionserver-WALs-logs-are-not-achived-when/m-p/310485#M224178</guid>
      <dc:creator>jacoffee</dc:creator>
      <dc:date>2021-01-27T09:15:41Z</dc:date>
    </item>
    <item>
      <title>Re: CDH 6.3.0 HBase Regionserver WALs logs are not achived when Failed to schedule flush</title>
      <link>https://community.cloudera.com/t5/Support-Questions/CDH-6-3-0-HBase-Regionserver-WALs-logs-are-not-achived-when/m-p/311040#M224420</link>
      <description>&lt;P&gt;After continuous monitoring the regionserver log, we found region forced to flush are all relevant to Phoenix tables. so it leads us&amp;nbsp; to the Phoenix issue&amp;nbsp;&lt;SPAN class="md-plain"&gt;&lt;A href="https://issues.apache.org/jira/browse/PHOENIX-5250" target="_blank" rel="noopener"&gt;PHOENIX-5250&lt;/A&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="md-plain"&gt;As &lt;STRONG&gt;our Phoenix relevant business are okay for occasional data loss&lt;/STRONG&gt;, so we turn off phoenix table's WAL&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="md-plain"&gt;through &lt;STRONG&gt;alter table xxx set DISABLE_WAL = true&amp;nbsp;&lt;/STRONG&gt;and then restart those regionservers who have problems flushing problematic edits(&lt;STRONG&gt;if they are too many WALs, try just keep recent ones or HMaster will try to replay lots of WAL&lt;/STRONG&gt;), currently WAL logs are archived as expected.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Of course, if&amp;nbsp;&lt;SPAN class="md-plain"&gt;&lt;STRONG&gt;DISABLE_WAL = true &lt;/STRONG&gt;is not your option, then you should try to upgrade Phoenix.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Feb 2021 07:11:26 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/CDH-6-3-0-HBase-Regionserver-WALs-logs-are-not-achived-when/m-p/311040#M224420</guid>
      <dc:creator>jacoffee</dc:creator>
      <dc:date>2021-02-05T07:11:26Z</dc:date>
    </item>
  </channel>
</rss>

