cshannon commented on code in PR #2799:
URL: https://github.com/apache/accumulo/pull/2799#discussion_r917273592
##########
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:
This is only meant to return the configuration that can be mutated in
Zookeeper for the namespace so I'm going to rename this to just
getNamespaceConfiguration() as Dave suggested yesterday. The getConfiguratoin()
method that's above already returns everything.
--
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]