We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e100cc4 commit 22708cdCopy full SHA for 22708cd
hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/Statistic.java
@@ -230,7 +230,8 @@ public enum Statistic {
230
"S3Guard metadata store authoritative directories updated from S3"),
231
232
STORE_IO_THROTTLED("store_io_throttled", "Requests throttled and retried"),
233
- STORE_IO_THROTTLE_RATE("store_io_throttle_rate", "Rate of S3 request throttling"),
+ STORE_IO_THROTTLE_RATE("store_io_throttle_rate",
234
+ "Rate of S3 request throttling"),
235
236
DELEGATION_TOKENS_ISSUED("delegation_tokens_issued",
237
"Number of delegation tokens issued");
0 commit comments