EdColeman commented on code in PR #2799:
URL: https://github.com/apache/accumulo/pull/2799#discussion_r917273299


##########
core/src/main/java/org/apache/accumulo/core/client/admin/NamespaceOperations.java:
##########
@@ -230,6 +234,9 @@ default Iterable<Entry<String,String>> getProperties(String 
namespace)
   Map<String,String> getConfiguration(String namespace)
       throws AccumuloException, AccumuloSecurityException, 
NamespaceNotFoundException;
 
+  Map<String,String> getNamespaceSpecificConfiguration(String namespace)

Review Comment:
   Is this meant to return the configuration stack (default -> system -> 
namespace) or only the properties for the namespace?  I think we should 
differentiate when dealing with properties (specific prop name, values for one 
id) vs configuration when it is the configuration hierarchy.



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

Reply via email to