Skip to content

Commit 22708cd

Browse files
committed
HADOOP-16823. Throttling
fix checkstyle Change-Id: I19f3848b298a8656ee5f986a2ba1cde50a106814
1 parent e100cc4 commit 22708cd

File tree

1 file changed

+2
-1
lines changed
  • hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a

1 file changed

+2
-1
lines changed

hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/Statistic.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,8 @@ public enum Statistic {
230230
"S3Guard metadata store authoritative directories updated from S3"),
231231

232232
STORE_IO_THROTTLED("store_io_throttled", "Requests throttled and retried"),
233-
STORE_IO_THROTTLE_RATE("store_io_throttle_rate", "Rate of S3 request throttling"),
233+
STORE_IO_THROTTLE_RATE("store_io_throttle_rate",
234+
"Rate of S3 request throttling"),
234235

235236
DELEGATION_TOKENS_ISSUED("delegation_tokens_issued",
236237
"Number of delegation tokens issued");

0 commit comments

Comments
 (0)