HBASE-13289 typo in splitSucessCount metric
In hbase 1.0.0, 0.98.10, 0.98.10.1, 0.98.11, and 0.98.12 'splitSuccessCount' was misspelled as 'splitSuccessCounnt'
This commit is contained in:
parent
3530f0bf4b
commit
8dbe956eb4
|
@ -275,7 +275,7 @@ public interface MetricsRegionServerSource extends BaseSource {
|
|||
String SPLIT_KEY = "splitTime";
|
||||
String SPLIT_REQUEST_KEY = "splitRequestCount";
|
||||
String SPLIT_REQUEST_DESC = "Number of splits requested";
|
||||
String SPLIT_SUCCESS_KEY = "splitSuccessCounnt";
|
||||
String SPLIT_SUCCESS_KEY = "splitSuccessCount";
|
||||
String SPLIT_SUCCESS_DESC = "Number of successfully executed splits";
|
||||
String FLUSH_KEY = "flushTime";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue