Skip to content

Commit 71d089d

Browse files
committed
remove RPC_RETRIES key
1 parent 9189bb0 commit 71d089d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Scanner.java

-1
Original file line numberDiff line numberDiff line change
@@ -1809,7 +1809,6 @@ public static class ScanMetrics extends ServerSideScanMetrics {
18091809
public static final String NOT_SERVING_REGION_EXCEPTION_METRIC_NAME = "NOT_SERVING_REGION_EXCEPTION";
18101810
public static final String BYTES_IN_RESULTS_METRIC_NAME = "BYTES_IN_RESULTS";
18111811
public static final String REGIONS_SCANNED_METRIC_NAME = "REGIONS_SCANNED";
1812-
public static final String RPC_RETRIES_METRIC_NAME = "RPC_RETRIES";
18131812

18141813
private long count_of_rpc_calls = 0;
18151814

0 commit comments

Comments
 (0)