<?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: Is there any way to stop an HBase major compaction? in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Is-there-any-way-to-stop-an-HBase-major-compaction/m-p/139022#M101651</link>
    <description>&lt;P&gt;This is for disabling future major compactions, but is there any way to stop a running major compaction?&lt;/P&gt;</description>
    <pubDate>Sat, 21 Jan 2017 06:04:58 GMT</pubDate>
    <dc:creator>joan_viladrosa</dc:creator>
    <dc:date>2017-01-21T06:04:58Z</dc:date>
    <item>
      <title>Is there any way to stop an HBase major compaction?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Is-there-any-way-to-stop-an-HBase-major-compaction/m-p/139020#M101649</link>
      <description>&lt;P&gt;I would need to stop an hbase major compaction since it is affecting the performance of reads/writes&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2017 22:41:35 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Is-there-any-way-to-stop-an-HBase-major-compaction/m-p/139020#M101649</guid>
      <dc:creator>joan_viladrosa</dc:creator>
      <dc:date>2017-01-20T22:41:35Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any way to stop an HBase major compaction?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Is-there-any-way-to-stop-an-HBase-major-compaction/m-p/139021#M101650</link>
      <description>&lt;P&gt;Please set the value for hbase.hregion.majorcompaction  to "0" &lt;/P&gt;&lt;PRE&gt;&amp;lt;property&amp;gt;  

  &amp;lt;name&amp;gt;hbase.hregion.majorcompaction&amp;lt;/name&amp;gt; 

   &amp;lt;value&amp;gt;0&amp;lt;/value&amp;gt;  

 &amp;lt;/property&amp;gt;&lt;/PRE&gt;&lt;P&gt;This will disable the major compactions and you can trigger it manually during the off peak hours. Make sure we restart hbase services for this to take effect.&lt;/P&gt;</description>
      <pubDate>Sat, 21 Jan 2017 03:33:19 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Is-there-any-way-to-stop-an-HBase-major-compaction/m-p/139021#M101650</guid>
      <dc:creator>skurup</dc:creator>
      <dc:date>2017-01-21T03:33:19Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any way to stop an HBase major compaction?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Is-there-any-way-to-stop-an-HBase-major-compaction/m-p/139022#M101651</link>
      <description>&lt;P&gt;This is for disabling future major compactions, but is there any way to stop a running major compaction?&lt;/P&gt;</description>
      <pubDate>Sat, 21 Jan 2017 06:04:58 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Is-there-any-way-to-stop-an-HBase-major-compaction/m-p/139022#M101651</guid>
      <dc:creator>joan_viladrosa</dc:creator>
      <dc:date>2017-01-21T06:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any way to stop an HBase major compaction?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Is-there-any-way-to-stop-an-HBase-major-compaction/m-p/139023#M101652</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/14913/joanviladrosa.html" nodeid="14913"&gt;@Joan Viladrosa&lt;/A&gt;&lt;/P&gt;&lt;P&gt;No .. I don't think we can do that . &lt;/P&gt;</description>
      <pubDate>Sat, 21 Jan 2017 06:56:26 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Is-there-any-way-to-stop-an-HBase-major-compaction/m-p/139023#M101652</guid>
      <dc:creator>skurup</dc:creator>
      <dc:date>2017-01-21T06:56:26Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any way to stop an HBase major compaction?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Is-there-any-way-to-stop-an-HBase-major-compaction/m-p/139024#M101653</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/14913/joanviladrosa.html" nodeid="14913"&gt;@Joan Viladrosa&lt;/A&gt; there was a JIRA &lt;A href="https://issues.apache.org/jira/browse/HBASE-5147" target="_blank"&gt;https://issues.apache.org/jira/browse/HBASE-5147&lt;/A&gt; that proposed such functionality but since major compaction is part of normal operations for HBASE, it was marked as resolved. I don't know of any way of stopping compaction in flight in a gracious manner. Perhaps you'd want to open a JIRA again and try your luck? In general, you are better off turning off future compactions and manage schedule via cron. Seems to me this is a minor inconvenience and you won't get much luck getting it through. &lt;/P&gt;</description>
      <pubDate>Sat, 21 Jan 2017 23:30:12 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Is-there-any-way-to-stop-an-HBase-major-compaction/m-p/139024#M101653</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2017-01-21T23:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any way to stop an HBase major compaction?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Is-there-any-way-to-stop-an-HBase-major-compaction/m-p/367652#M239959</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/67730"&gt;@joan_viladrosa&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;We don’t have any possible way to stop the&amp;nbsp;&lt;SPAN&gt;compaction in flight in a gracious manner, but we can stop the major compaction by restarting the specific region server where the major compaction is running.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2023 05:51:20 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Is-there-any-way-to-stop-an-HBase-major-compaction/m-p/367652#M239959</guid>
      <dc:creator>PrathapKumar</dc:creator>
      <dc:date>2023-04-04T05:51:20Z</dc:date>
    </item>
  </channel>
</rss>

