[ https://issues.apache.org/jira/browse/GEODE-8100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17111296#comment-17111296 ]
ASF GitHub Bot commented on GEODE-8100: --------------------------------------- jinmeiliao commented on a change in pull request #5121: URL: https://github.com/apache/geode/pull/5121#discussion_r427411187 ########## File path: geode-docs/configuring/running/cluster-management-service.html.md.erb ########## @@ -22,71 +22,92 @@ limitations under the License. **Note:** This feature is experimental and is subject to change in future releases of <%=vars.product_name_long%>. The cluster management service enables you to change the configuration of -the cluster (for example, create/destroy regions, indexes, or gateway receivers/senders) via rest service, and have these -changes replicated on all the applicable servers and persisted in the cluster configuration service. +the cluster using a REST interface, +and have these changes replicated to all the applicable servers +and persisted within the cluster configuration service. +You can create and destroy regions, indexes, and gateway receivers and senders. Review comment: we can only create gateway receivers, can't delete them. And we haven't done anything with senders. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org > Log Cluster Configuration information to system log > --------------------------------------------------- > > Key: GEODE-8100 > URL: https://issues.apache.org/jira/browse/GEODE-8100 > Project: Geode > Issue Type: Bug > Components: configuration > Reporter: Anilkumar Gingade > Priority: Major > Labels: GeodeOperationAPI > > All the changes made to the cluster configuration should be logger for > auditing purpose. Should help in knowing when and who modified the > configuration. Currently this information could be added in the Geode system > log. -- This message was sent by Atlassian Jira (v8.3.4#803005)