[
https://issues.apache.org/jira/browse/GEODE-3788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16260950#comment-16260950
]
ASF GitHub Bot commented on GEODE-3788:
---------------------------------------
jdeppe-pivotal commented on a change in pull request #1083: GEODE-3788: add
utility methods to get the async event queues in the …
URL: https://github.com/apache/geode/pull/1083#discussion_r152320158
##########
File path:
geode-core/src/main/java/org/apache/geode/management/ManagementService.java
##########
@@ -216,6 +216,11 @@ public abstract DistributedLockServiceMXBean
getDistributedLockServiceMXBean(
*/
public abstract Set<ObjectName> queryMBeanNames(DistributedMember member);
+ /**
+ * Returns the ids of the async event queues on this member
+ */
+ public abstract Set<String> getAsyncEventQueueIds(DistributedMember member);
Review comment:
For consistency with the rest of the methods here, this should probably just
be `getAsyncEventQueueMBeanNames` and return `Set<ObjectName>`.
----------------------------------------------------------------
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: gfsh
> Reporter: Swapnil Bawaskar
>
> 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)