Note that you will have to restart a regionserver for it to notice you have fixed codec install issues -- from our Alek

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1454531 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2013-03-08 20:23:42 +00:00
parent 2cfb9cae5d
commit 98440750e9
1 changed files with 6 additions and 0 deletions

View File

@ -2964,6 +2964,12 @@ This option should not normally be used, and it is not in <code>-fixAll</code>.
To run it, type <code>/bin/hbase org.apache.hadoop.hbase.util.CompressionTest</code>.
This will emit usage on how to run the tool.
</para>
<note><title>You need to restart regionserver for it to pick up fixed codecs!</title>
<para>Be aware that the regionserver caches the result of the compression check it runs
ahead of each region open. This means
that you will have to restart the regionserver for it to notice that you have fixed
any codec issues.</para>
</note>
</section>
<section xml:id="hbase.regionserver.codecs">