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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]