HBASE-16181 Fix AssignmentManager MBean name (Reid Chan)
This commit is contained in:
parent
c29024c017
commit
69d170063f
|
@ -25,7 +25,7 @@ public interface MetricsAssignmentManagerSource extends BaseSource {
|
||||||
/**
|
/**
|
||||||
* The name of the metrics
|
* The name of the metrics
|
||||||
*/
|
*/
|
||||||
String METRICS_NAME = "AssignmentManger";
|
String METRICS_NAME = "AssignmentManager";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The context metrics will be under.
|
* The context metrics will be under.
|
||||||
|
|
Loading…
Reference in New Issue