Skip to content

Commit

Permalink
Rename maxScannerUidtoStringTime into maxScannerUidToStringTime (Open…
Browse files Browse the repository at this point in the history
  • Loading branch information
asdf2014 authored and manolama committed May 21, 2020
1 parent 2991641 commit 3bf09fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/stats/QueryStats.java
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ public enum QueryStat {
AVG_UID_TO_STRING ("avgUidToStringTime", true),
MAX_COMPACTION_TIME ("maxCompactionTime", true),
AVG_COMPACTION_TIME ("avgCompactionTime", true),
MAX_SCANNER_UID_TO_STRING_TIME ("maxScannerUidtoStringTime", true),
MAX_SCANNER_UID_TO_STRING_TIME ("maxScannerUidToStringTime", true),
AVG_SCANNER_UID_TO_STRING_TIME ("avgScannerUidToStringTime", true),
MAX_SCANNER_MERGE_TIME ("maxSaltScannerMergeTime", true),
AVG_SCANNER_MERGE_TIME ("avgSaltScannerMergeTime", true),
Expand Down Expand Up @@ -410,7 +410,7 @@ public static Map<String, Object> getRunningAndCompleteStats() {
obj.put("query", stats.query);
obj.put("remote", stats.remote_address);
obj.put("user", stats.user);
obj.put("headers", stats.headers);;
obj.put("headers", stats.headers);
obj.put("queryStart", stats.query_start_ms);
obj.put("elapsed", DateTime.msFromNanoDiff(DateTime.nanoTime(),
stats.query_start_ns));
Expand Down

0 comments on commit 3bf09fa

Please sign in to comment.