You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2019/11/15 23:33:41 UTC

[GitHub] [hadoop-ozone] bharatviswa504 commented on a change in pull request #198: HDDS-2501. Sonar: Fix issues found in the ObjectEndpoint class.

bharatviswa504 commented on a change in pull request #198: HDDS-2501. Sonar: Fix issues found in the ObjectEndpoint class.
URL: https://github.com/apache/hadoop-ozone/pull/198#discussion_r347051982
 
 

 ##########
 File path: hadoop-ozone/s3gateway/src/main/java/org/apache/hadoop/ozone/s3/endpoint/ObjectEndpoint.java
 ##########
 @@ -467,8 +469,8 @@ public Response initializeMultipartUpload(
       return Response.status(Status.OK).entity(
           multipartUploadInitiateResponse).build();
     } catch (IOException ex) {
-      LOG.error("Error in Initiate Multipart Upload Request for bucket: " +
-          bucket + ", key: " + key, ex);
+      LOG.error("Error in Initiate Multipart Upload Request for bucket: {}, " +
+          "key: ", bucket, key, ex);
 
 Review comment:
   Missing {} for parameter key

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-issues-help@hadoop.apache.org