[ 
https://issues.apache.org/jira/browse/GEODE-581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15061354#comment-15061354
 ] 

ASF subversion and git services commented on GEODE-581:
-------------------------------------------------------

Commit db113e6262d16f3f409ed772d632d8c967a8a70b in incubator-geode's branch 
refs/heads/feature/GEODE-681 from [~upthewaterspout]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-geode.git;h=db113e6 ]

GEODE-581: Measuring event queue size without using the stat for gfsh

The eventQueueSize stat has issues with concurrent events during start
and stop that are leading it to be inaccurate. To make gfsh and jmx
correct,  measuring the queue size directly from the underlying region
size.


> Load probe that only considers the size of buckets
> --------------------------------------------------
>
>                 Key: GEODE-581
>                 URL: https://issues.apache.org/jira/browse/GEODE-581
>             Project: Geode
>          Issue Type: Improvement
>          Components: core
>            Reporter: Dan Smith
>            Assignee: Dan Smith
>
> The default implementation of LoadProbe used for rebalancing returns the size 
> in bytes of each bucket.
> For some use cases, there is a need to ignore the size is bytes of the bucket 
> and balance based on the number of buckets on each server instead.
> Geode should provide a load probe that returns only the number of buckets on 
> each server.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to