This is an automated email from the ASF dual-hosted git repository.

hanishakoneru pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hadoop-ozone.git


The following commit(s) were added to refs/heads/master by this push:
     new 38e7ca0  HDDS-2879. Update return description of 
OzoneManager#openKey(OmKeyArgs args) (#898)
38e7ca0 is described below

commit 38e7ca04b6cf2d853f100ed7f92d99043eb13857
Author: flirmnave <[email protected]>
AuthorDate: Wed Jun 10 03:08:18 2020 +0800

    HDDS-2879. Update return description of OzoneManager#openKey(OmKeyArgs 
args) (#898)
---
 .../src/main/java/org/apache/hadoop/ozone/om/OzoneManager.java         | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/OzoneManager.java
 
b/hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/OzoneManager.java
index 6f7e853..9f556f8 100644
--- 
a/hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/OzoneManager.java
+++ 
b/hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/OzoneManager.java
@@ -2027,7 +2027,8 @@ public final class OzoneManager extends 
ServiceRuntimeInfoImpl
    * Allocate a key.
    *
    * @param args - attributes of the key.
-   * @return OmKeyInfo - the info about the allocated key.
+   * @return OpenKeySession - a handler to key that client uses to
+   * talk to container.
    * @throws IOException
    */
   @Override


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to