You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2020/08/03 18:05:01 UTC

[jira] [Commented] (GEODE-8361) Incorrect Bucket Count Warning Message Shown

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

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

Commit d2a974201e23e0f58e90ca9acfb4b7c1f5b23cfe in geode's branch refs/heads/feature/GEODE-7665 from Donal Evans
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=d2a9742 ]

GEODE-8361: Use Set instead of List to track cleared buckets (#5379)

- Refactor PartitionRegionClear to use Set instead of List
- Some other changes to remove warnings/alerts from PartitionedRegionClear and PartitionedRegionClearMessage

Authored-by: Donal Evans <do...@vmware.com>

> Incorrect Bucket Count Warning Message Shown
> --------------------------------------------
>
>                 Key: GEODE-8361
>                 URL: https://issues.apache.org/jira/browse/GEODE-8361
>             Project: Geode
>          Issue Type: Sub-task
>          Components: logging
>            Reporter: Juan Ramos
>            Assignee: Donal Evans
>            Priority: Trivial
>              Labels: pull-request-available
>             Fix For: 1.14.0
>
>
> While analysing some failures related to GEODE-7670, I've noticed that sometimes we report an incorrect bucket count within the warning message logged when the clear didn't complete successfully that could confuse our users.
> For this test the partition region always has 13 buckets so, as I user, I would never expect to see a bucket count higher than 13 in my logs (no matter how many redundant copies I have).
> ---
> Below are some examples:
> {noformat}
> [vm1] [warn 2020/07/15 11:56:17.739 GMT &lt;RMI TCP Connection(5)-172.17.0.5&gt; tid=0x5f] Unable to clear all the buckets from the partitioned region PartitionedRegion, either data (buckets) moved or member departed. expected to clear number of buckets: 13 actual cleared: 26
> [vm1] [warn 2020/07/15 11:57:48.403 GMT &lt;RMI TCP Connection(6)-172.17.0.9&gt; tid=0x10f] Unable to clear all the buckets from the partitioned region PartitionedRegion, either data (buckets) moved or member departed. expected to clear number of buckets: 13 actual cleared: 14
> [vm0] [warn 2020/07/15 12:07:36.227 GMT &lt;RMI TCP Connection(32)-172.17.0.25&gt; tid=0x1fe] Unable to clear all the buckets from the partitioned region PartitionedRegion, either data (buckets) moved or member departed. expected to clear number of buckets: 13 actual cleared: 19
> [vm0] [warn 2020/07/15 12:08:56.277 GMT &lt;RMI TCP Connection(37)-172.17.0.24&gt; tid=0x2a2] Unable to clear all the buckets from the partitioned region PartitionedRegion, either data (buckets) moved or member departed. expected to clear number of buckets: 13 actual cleared: 16
> {noformat}
> The full set of artefacts and results:
> {noformat}
> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=  Test Results URI =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
> http://files.apachegeode-ci.info/builds/apache-develop-pr/geode-pr-4848/test-results/repeatTest/1594816968/
> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
> Test report artifacts from this job are available at:
> http://files.apachegeode-ci.info/builds/apache-develop-pr/geode-pr-4848/test-artifacts/1594816968/stressnewtestfiles-geode-pr-4848.tgz
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)