steveloughran commented on code in PR #5110: URL: https://github.com/apache/hadoop/pull/5110#discussion_r1047224496
########## hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/audit/impl/LoggingAuditor.java: ########## @@ -251,11 +251,10 @@ private void attachRangeFromRequest(AmazonWebServiceRequest request) { return; } if (rangeValue.length != 2) { - WARN_INCORRECT_RANGE.warn("Expected range to contain 0 or 2 elements. Got " - + rangeValue.length + " elements. Ignoring"); + WARN_INCORRECT_RANGE.warn("Expected range to contain 0 or 2 elements. Got {} elements. Ignoring.", rangeValue.length); Review Comment: ok, checkstyle is unhappy. needs splitting. i will do that myself locally as i do a retest and merge. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-issues-h...@hadoop.apache.org