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:
parent
2cfb9cae5d
commit
98440750e9
|
@ -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>.
|
To run it, type <code>/bin/hbase org.apache.hadoop.hbase.util.CompressionTest</code>.
|
||||||
This will emit usage on how to run the tool.
|
This will emit usage on how to run the tool.
|
||||||
</para>
|
</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>
|
||||||
|
|
||||||
<section xml:id="hbase.regionserver.codecs">
|
<section xml:id="hbase.regionserver.codecs">
|
||||||
|
|
Loading…
Reference in New Issue