I hope you saw that java doc. Just in case you have not seen
/**
* A region server that will OOME.
* Everytime {@link #put(regionName, Durability)} is called, we add
* keep around a reference to the batch. Use this class to test OOME
extremes.
* Needs to be started manually as in
* <code>${HBASE_HOME}/bin/hbase ./bin/hbase
org.apache.hadoop.hbase.OOMERegionServer start</code>.
*/
So I think this is for testing the OOME cases only and not directly used
anywhere. If I am not right about the actual intent, pardon me.
Regards
Ram
On Tue, Jan 7, 2014 at 11:10 AM, Ted Yu <[email protected]> wrote:
> Hi,
> I came across this class (in
> trunk):
> hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/OOMERegionServer.java
>
> I don't see where OOMERegionServer is used.
>
> Does someone know ?
>
> Thanks
>