Skip to content

Commit

Permalink
remove RPC_RETRIES key
Browse files Browse the repository at this point in the history
  • Loading branch information
TanUkkii007 committed Dec 1, 2017
1 parent 9189bb0 commit 71d089d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Scanner.java
Original file line number Diff line number Diff line change
Expand Up @@ -1809,7 +1809,6 @@ public static class ScanMetrics extends ServerSideScanMetrics {
public static final String NOT_SERVING_REGION_EXCEPTION_METRIC_NAME = "NOT_SERVING_REGION_EXCEPTION";
public static final String BYTES_IN_RESULTS_METRIC_NAME = "BYTES_IN_RESULTS";
public static final String REGIONS_SCANNED_METRIC_NAME = "REGIONS_SCANNED";
public static final String RPC_RETRIES_METRIC_NAME = "RPC_RETRIES";

private long count_of_rpc_calls = 0;

Expand Down

0 comments on commit 71d089d

Please sign in to comment.