ctubbsii commented on code in PR #4077:
URL: https://github.com/apache/accumulo/pull/4077#discussion_r1431103555


##########
core/src/main/java/org/apache/accumulo/core/client/admin/NamespaceOperations.java:
##########
@@ -218,8 +218,9 @@ Map<String,String> getConfiguration(String namespace)
       throws AccumuloException, AccumuloSecurityException, 
NamespaceNotFoundException;
 
   /**
-   * Gets properties specific to this namespace. Note that recently changed 
properties may not be
-   * available immediately. This new method returns a Map instead of an 
Iterable.
+   * Gets properties specific to this namespace. Note that this does not 
return a merged view of the
+   * properties. Also note that recently changed properties may not be 
available immediately. This

Review Comment:
   I think adding "from its parent configuration" makes it more clear what 
"merged view" means. This suggestion isn't formatted properly, but I think the 
words are right... or close to right.
   
   ```suggestion
      * properties from its parent configuration. Also note that recently 
changed properties may not be available immediately. This
   ```



-- 
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: notifications-unsubscr...@accumulo.apache.org

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

Reply via email to