[ https://issues.apache.org/jira/browse/GEODE-7963?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17103711#comment-17103711 ]
ASF subversion and git services commented on GEODE-7963: -------------------------------------------------------- Commit 1b4b60ca66867a995a593eb0727404e0d89ab9c9 in geode's branch refs/heads/develop from Mario Ivanac [ https://gitbox.apache.org/repos/asf?p=geode.git;h=1b4b60c ] GEODE-7963: solution for faulty bucket metrics (#5000) * GEODE-7963: solution for faulty bucket metrics * GEODE-7963: added test to reproduce fault * GEODE-7963: added UT * GEODE-7963: update after comments * GEODE-7963: small updates > Total bucket and total primary bucket count per server is incorrect > ------------------------------------------------------------------- > > Key: GEODE-7963 > URL: https://issues.apache.org/jira/browse/GEODE-7963 > Project: Geode > Issue Type: Bug > Components: gfsh, statistics > Reporter: Mario Kevo > Assignee: Mario Ivanac > Priority: Major > Labels: needs-review, pull-request-available > Attachments: showMetricsCommand.txt > > > If we have more buckets per region than default value is_, show metrics_ > command per server has wrong stats for *totalBucketCount* and > *totalPrimaryCount*. Number of buckets is good if _show metric_s is executed > region by region per server. > It looks like it doesn't take last updated results when print output. > After last bucket are created it increase these two values but in output we > have a value before that increase. > To reproduce an issue: > # Run locator and 4 servers. > # create partition persistent region with total-num-buckets more than > default value > # do query (_query --query="select * from /region1"_) > # Repeat steps 2. and 3. to create and query more regions > # see result of show metrics per server and region by region per server -- This message was sent by Atlassian Jira (v8.3.4#803005)