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 2020/09/16 11:28:30 UTC

[GitHub] [hadoop-ozone] lamber-ken opened a new pull request #1429: HDDS-4250. Fix wrong logger name

lamber-ken opened a new pull request #1429:
URL: https://github.com/apache/hadoop-ozone/pull/1429


   ## What changes were proposed in this pull request?
   
   Fix wrong logger name, the logger name doesn't match the class name.
   
   example
   ```
   public class OMBucketSetAclRequest extends OMBucketAclRequest {
     private static final Logger LOG =
         LoggerFactory.getLogger(OMBucketAddAclRequest.class);
   ```
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/projects/HDDS/issues/HDDS-4250
   
   ## How was this patch tested?
   
   not need.
   


----------------------------------------------------------------
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



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


[GitHub] [hadoop-ozone] xiaoyuyao commented on pull request #1429: HDDS-4250. Fix wrong logger name

Posted by GitBox <gi...@apache.org>.
xiaoyuyao commented on pull request #1429:
URL: https://github.com/apache/hadoop-ozone/pull/1429#issuecomment-693504661


   Thanks @lamber-ken  for fixing this. LGTM, +1. 


----------------------------------------------------------------
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



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


[GitHub] [hadoop-ozone] xiaoyuyao merged pull request #1429: HDDS-4250. Fix wrong logger name

Posted by GitBox <gi...@apache.org>.
xiaoyuyao merged pull request #1429:
URL: https://github.com/apache/hadoop-ozone/pull/1429


   


----------------------------------------------------------------
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



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