[
https://issues.apache.org/jira/browse/GEODE-3788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16297576#comment-16297576
]
ASF GitHub Bot commented on GEODE-3788:
---------------------------------------
joeymcallister commented on a change in pull request #1191: GEODE-3788 alter
async event queue attributes (document this feature)
URL: https://github.com/apache/geode/pull/1191#discussion_r157901277
##########
File path: geode-docs/tools_modules/gfsh/command-pages/alter.html.md.erb
##########
@@ -23,18 +23,54 @@ limitations under the License.
Modify an existing <%=vars.product_name%> resource.
-- **[alter
disk-store](../../../tools_modules/gfsh/command-pages/alter.html#topic_99BCAD98BDB5470189662D2F308B68EB)**
+- **[alter async-event-queue](#topic_alter_async_event_queue)**
- Modify or remove a region from an offline disk-store.
+ Modifies attributes of an async event queue
-- **[alter
region](../../../tools_modules/gfsh/command-pages/alter.html#topic_E74ED23CB60342538B2175C326E7D758)**
+- **[alter disk-store](#topic_99BCAD98BDB5470189662D2F308B68EB)**
+
+ Modifies or removes a region from an offline disk-store.
+
+- **[alter region](#topic_E74ED23CB60342538B2175C326E7D758)**
Alters the configuration of a region.
-- **[alter
runtime](../../../tools_modules/gfsh/command-pages/alter.html#topic_7E6B7E1B972D4F418CB45354D1089C2B)**
+- **[alter runtime](#topic_7E6B7E1B972D4F418CB45354D1089C2B)**
Alters configuration properties for all members or a subset of members
while the member or members are running.
+## <a id="topic_alter_async_event_queue" class="no-quick-link"></a>alter
async-event-queue
+
+Alter attributes of a specified asynchronous event queue. Each server hosting
the specified async event queue must be restarted for the new attribute
+settings to take effect on that server.
+
+**Availability:** Online. You must be connected in <span class="keyword
parmname">gfsh</span> to a JMX Manager member to use this command.
+
+**Syntax:**
+
+``` pre
+alter async-event-queue --id=value [--batch-size=value]
[--batch-time-interval=value]
+ [--max-queue-memory=value] [--if-exists(=value)]
+```
+
+The required option, `--id`, identifies the async event queue to be altered.
+
+**Parameters, alter async-event-queue**
+
+| Name | Description |
+|------|-------------|
+| ‑‑id | _Required._ Id of the async event queue to be changed |
Review comment:
Change "Id" to ID" in "ID of the async event queue to be changed."
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> alter async event queue attributes
> ----------------------------------
>
> Key: GEODE-3788
> URL: https://issues.apache.org/jira/browse/GEODE-3788
> Project: Geode
> Issue Type: Sub-task
> Components: docs, gfsh
> Reporter: Swapnil Bawaskar
> Fix For: 1.4.0
>
>
> We should add a new {{alter async-event-queue}} gfsh command that will allow
> users to change the following attributes on the AsyncEventQueue:
> - batch size
> - batch time interval
> - maximum queue memory
> Attributes changed with this command should only be reflected in cluster
> configuration. We will require users to do a rolling re-start of the servers
> for the new settings to take effect.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)