Class TestServerLoadDurability

java.lang.Object
org.apache.hadoop.hbase.client.TestServerLoadDurability

public class TestServerLoadDurability extends Object
HBASE-19496 noticed that the RegionLoad/ServerLoad may be corrupted if rpc server reuses the bytebuffer backed, so this test call the Admin#getLastMajorCompactionTimestamp() to invoke HMaster to iterate all stored server/region loads.