HBASE-15519 Add per-user metrics with lossy counting (addendum)
This commit is contained in:
parent
3dba799837
commit
b309617b0a
|
@ -37,6 +37,7 @@ public class TestMetricsUserSourceImpl {
|
|||
public static final HBaseClassTestRule CLASS_RULE =
|
||||
HBaseClassTestRule.forClass(TestMetricsUserSourceImpl.class);
|
||||
|
||||
@SuppressWarnings("SelfComparison")
|
||||
@Test
|
||||
public void testCompareToHashCodeEquals() throws Exception {
|
||||
MetricsRegionServerSourceFactory fact
|
||||
|
|
Loading…
Reference in New Issue