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 2021/09/13 16:58:34 UTC

[GitHub] [ozone] umamaheswararao commented on a change in pull request #2634: HDDS-5738. EC: Resolve findbugs warnings after branch merge

umamaheswararao commented on a change in pull request #2634:
URL: https://github.com/apache/ozone/pull/2634#discussion_r707497299



##########
File path: hadoop-ozone/ozone-manager/src/test/java/org/apache/hadoop/ozone/om/response/key/TestOMKeyResponse.java
##########
@@ -76,7 +76,6 @@ public void setup() throws Exception {
     random = new Random();
   }
 

Review comment:
       I still confused why it is complaining.
   I see code of getOpenKey:
    ```
    @Override
     public String getOpenKey(String volume, String bucket,
                              String key, long id) {
       String openKey = OM_KEY_PREFIX + volume + OM_KEY_PREFIX + bucket +
           OM_KEY_PREFIX + key + OM_KEY_PREFIX + id;
       return openKey;
     }
   ```
     
   Looks like it will not be null. Not sure whats going on.
     




-- 
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: issues-unsubscribe@ozone.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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