keith-turner commented on code in PR #4120:
URL: https://github.com/apache/accumulo/pull/4120#discussion_r1441145351
##########
core/src/main/java/org/apache/accumulo/core/client/admin/InstanceOperations.java:
##########
@@ -166,6 +166,15 @@ Map<String,String>
modifyProperties(Consumer<Map<String,String>> mapMutator)
*/
Map<String,String> getSiteConfiguration() throws AccumuloException,
AccumuloSecurityException;
+ /**
+ * Retrieve a map of the system properties set in Zookeeper. Note that this
does not return a
+ * merged view of the properties from its parent configuration. See
+ * {@link #getSystemConfiguration} for a merged view.
+ *
+ * @return A map of the system properties set in Zookeeper only.
Review Comment:
This will need a since tag
--
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]