[jira] [Commented] (GEODE-5478) The lowRedundancyBucketCount statistic is not maintained properly when multiple members are stopped and restarted

2018-07-31 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on GEODE-5478:


Commit e0288945084f319f3a3d00b1689785693e1e7c4b in geode's branch 
refs/heads/develop from [~barry.oglesby]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=e028894 ]

GEODE-5478: Modified updateNoCopiesStatistics to handle never had copies case



> The lowRedundancyBucketCount statistic is not maintained properly when 
> multiple members are stopped and restarted
> -
>
> Key: GEODE-5478
> URL: https://issues.apache.org/jira/browse/GEODE-5478
> Project: Geode
>  Issue Type: Bug
>  Components: regions, statistics
>Reporter: Barry Oglesby
>Assignee: Barry Oglesby
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 1h
>  Remaining Estimate: 0h
>
> The lowRedundancyBucketCount statistic is not maintained properly when 
> multiple members are stopped and restarted
> A test where multiple members are stopped simultaneously so that all copies 
> of a bucket are offlineshows the numBucketsWithoutRedundancy metric not set 
> properly:
> Initially:
> {noformat}
> (2) Executing - show metrics --categories=partition --region=/rewards
> Category | Metric | Value
> - | --- | --
> partition | putLocalRate | 0.0
>  | putRemoteRate | 0.0
>  | putRemoteLatency | 0
>  | putRemoteAvgLatency | 0
>  | bucketCount | 226
>  | primaryBucketCount | 113
>  | numBucketsWithoutRedundancy | 0
>  | totalBucketSize | 20
>  | averageBucketSize | 221
> (3) Executing - show metrics --categories=partition --region=/customer
> Category | Metric | Value
> - | --- | -
> partition | putLocalRate | 0.0
>  | putRemoteRate | 0.0
>  | putRemoteLatency | 0
>  | putRemoteAvgLatency | 0
>  | bucketCount | 226
>  | primaryBucketCount | 113
>  | numBucketsWithoutRedundancy | 0
>  | totalBucketSize | 2
>  | averageBucketSize | 22
> {noformat}
> After stopping 2 members (of 4):
> {noformat}
> (2) Executing - show metrics --categories=partition --region=/rewards
> Category | Metric | Value
> - | --- | -
> partition | putLocalRate | 0.0
>  | putRemoteRate | 0.0
>  | putRemoteLatency | 0
>  | putRemoteAvgLatency | 0
>  | bucketCount | 112
>  | primaryBucketCount | 73
>  | numBucketsWithoutRedundancy | 57
>  | totalBucketSize | 99107
>  | averageBucketSize | 442
> (3) Executing - show metrics --categories=partition --region=/customer
> Category | Metric | Value
> - | --- | -
> partition | putLocalRate | 0.0
>  | putRemoteRate | 0.0
>  | putRemoteLatency | 0
>  | putRemoteAvgLatency | 0
>  | bucketCount | 112
>  | primaryBucketCount | 76
>  | numBucketsWithoutRedundancy | 57
>  | totalBucketSize | 9915
>  | averageBucketSize | 44
> {noformat}
> After restarting both members, numBucketsWithoutRedundancy > 0:
> {noformat}
> (2) Executing - show metrics --categories=partition --region=/rewards
> Category | Metric | Value
> - | --- | --
> partition | putLocalRate | 0.0
>  | putRemoteRate | 0.0
>  | putRemoteLatency | 0
>  | putRemoteAvgLatency | 0
>  | bucketCount | 226
>  | primaryBucketCount | 113
>  | numBucketsWithoutRedundancy | 0
>  | totalBucketSize | 20
>  | averageBucketSize | 221
> (3) Executing - show metrics --categories=partition --region=/customer
> Category | Metric | Value
> - | --- | -
> partition | putLocalRate | 0.0
>  | putRemoteRate | 0.0
>  | putRemoteLatency | 0
>  | putRemoteAvgLatency | 0
>  | bucketCount | 226
>  | primaryBucketCount | 113
>  | numBucketsWithoutRedundancy | 21
>  | totalBucketSize | 2
>  | averageBucketSize | 22
> {noformat}
> All the buckets and data are recovered, but the numBucketsWithoutRedundancy 
> is not 0.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (GEODE-5478) The lowRedundancyBucketCount statistic is not maintained properly when multiple members are stopped and restarted

2018-07-30 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on GEODE-5478:


Commit 12e17d80629bfd4193b3bcd603a75eb9694c8107 in geode's branch 
refs/heads/feature/GEODE-5400 from [~barry.oglesby]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=12e17d8 ]

GEODE-5478: Modified to not increment low redundancy bucket count twice

Co-authored-by: Darrel Schneider 

> The lowRedundancyBucketCount statistic is not maintained properly when 
> multiple members are stopped and restarted
> -
>
> Key: GEODE-5478
> URL: https://issues.apache.org/jira/browse/GEODE-5478
> Project: Geode
>  Issue Type: Bug
>  Components: regions, statistics
>Reporter: Barry Oglesby
>Assignee: Barry Oglesby
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> The lowRedundancyBucketCount statistic is not maintained properly when 
> multiple members are stopped and restarted
> A test where multiple members are stopped simultaneously so that all copies 
> of a bucket are offlineshows the numBucketsWithoutRedundancy metric not set 
> properly:
> Initially:
> {noformat}
> (2) Executing - show metrics --categories=partition --region=/rewards
> Category | Metric | Value
> - | --- | --
> partition | putLocalRate | 0.0
>  | putRemoteRate | 0.0
>  | putRemoteLatency | 0
>  | putRemoteAvgLatency | 0
>  | bucketCount | 226
>  | primaryBucketCount | 113
>  | numBucketsWithoutRedundancy | 0
>  | totalBucketSize | 20
>  | averageBucketSize | 221
> (3) Executing - show metrics --categories=partition --region=/customer
> Category | Metric | Value
> - | --- | -
> partition | putLocalRate | 0.0
>  | putRemoteRate | 0.0
>  | putRemoteLatency | 0
>  | putRemoteAvgLatency | 0
>  | bucketCount | 226
>  | primaryBucketCount | 113
>  | numBucketsWithoutRedundancy | 0
>  | totalBucketSize | 2
>  | averageBucketSize | 22
> {noformat}
> After stopping 2 members (of 4):
> {noformat}
> (2) Executing - show metrics --categories=partition --region=/rewards
> Category | Metric | Value
> - | --- | -
> partition | putLocalRate | 0.0
>  | putRemoteRate | 0.0
>  | putRemoteLatency | 0
>  | putRemoteAvgLatency | 0
>  | bucketCount | 112
>  | primaryBucketCount | 73
>  | numBucketsWithoutRedundancy | 57
>  | totalBucketSize | 99107
>  | averageBucketSize | 442
> (3) Executing - show metrics --categories=partition --region=/customer
> Category | Metric | Value
> - | --- | -
> partition | putLocalRate | 0.0
>  | putRemoteRate | 0.0
>  | putRemoteLatency | 0
>  | putRemoteAvgLatency | 0
>  | bucketCount | 112
>  | primaryBucketCount | 76
>  | numBucketsWithoutRedundancy | 57
>  | totalBucketSize | 9915
>  | averageBucketSize | 44
> {noformat}
> After restarting both members, numBucketsWithoutRedundancy > 0:
> {noformat}
> (2) Executing - show metrics --categories=partition --region=/rewards
> Category | Metric | Value
> - | --- | --
> partition | putLocalRate | 0.0
>  | putRemoteRate | 0.0
>  | putRemoteLatency | 0
>  | putRemoteAvgLatency | 0
>  | bucketCount | 226
>  | primaryBucketCount | 113
>  | numBucketsWithoutRedundancy | 0
>  | totalBucketSize | 20
>  | averageBucketSize | 221
> (3) Executing - show metrics --categories=partition --region=/customer
> Category | Metric | Value
> - | --- | -
> partition | putLocalRate | 0.0
>  | putRemoteRate | 0.0
>  | putRemoteLatency | 0
>  | putRemoteAvgLatency | 0
>  | bucketCount | 226
>  | primaryBucketCount | 113
>  | numBucketsWithoutRedundancy | 21
>  | totalBucketSize | 2
>  | averageBucketSize | 22
> {noformat}
> All the buckets and data are recovered, but the numBucketsWithoutRedundancy 
> is not 0.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (GEODE-5478) The lowRedundancyBucketCount statistic is not maintained properly when multiple members are stopped and restarted

2018-07-27 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on GEODE-5478:


Commit 12e17d80629bfd4193b3bcd603a75eb9694c8107 in geode's branch 
refs/heads/feature/GEODE-5212-export-logs from [~barry.oglesby]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=12e17d8 ]

GEODE-5478: Modified to not increment low redundancy bucket count twice

Co-authored-by: Darrel Schneider 

> The lowRedundancyBucketCount statistic is not maintained properly when 
> multiple members are stopped and restarted
> -
>
> Key: GEODE-5478
> URL: https://issues.apache.org/jira/browse/GEODE-5478
> Project: Geode
>  Issue Type: Bug
>  Components: regions, statistics
>Reporter: Barry Oglesby
>Assignee: Barry Oglesby
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> The lowRedundancyBucketCount statistic is not maintained properly when 
> multiple members are stopped and restarted
> A test where multiple members are stopped simultaneously so that all copies 
> of a bucket are offlineshows the numBucketsWithoutRedundancy metric not set 
> properly:
> Initially:
> {noformat}
> (2) Executing - show metrics --categories=partition --region=/rewards
> Category | Metric | Value
> - | --- | --
> partition | putLocalRate | 0.0
>  | putRemoteRate | 0.0
>  | putRemoteLatency | 0
>  | putRemoteAvgLatency | 0
>  | bucketCount | 226
>  | primaryBucketCount | 113
>  | numBucketsWithoutRedundancy | 0
>  | totalBucketSize | 20
>  | averageBucketSize | 221
> (3) Executing - show metrics --categories=partition --region=/customer
> Category | Metric | Value
> - | --- | -
> partition | putLocalRate | 0.0
>  | putRemoteRate | 0.0
>  | putRemoteLatency | 0
>  | putRemoteAvgLatency | 0
>  | bucketCount | 226
>  | primaryBucketCount | 113
>  | numBucketsWithoutRedundancy | 0
>  | totalBucketSize | 2
>  | averageBucketSize | 22
> {noformat}
> After stopping 2 members (of 4):
> {noformat}
> (2) Executing - show metrics --categories=partition --region=/rewards
> Category | Metric | Value
> - | --- | -
> partition | putLocalRate | 0.0
>  | putRemoteRate | 0.0
>  | putRemoteLatency | 0
>  | putRemoteAvgLatency | 0
>  | bucketCount | 112
>  | primaryBucketCount | 73
>  | numBucketsWithoutRedundancy | 57
>  | totalBucketSize | 99107
>  | averageBucketSize | 442
> (3) Executing - show metrics --categories=partition --region=/customer
> Category | Metric | Value
> - | --- | -
> partition | putLocalRate | 0.0
>  | putRemoteRate | 0.0
>  | putRemoteLatency | 0
>  | putRemoteAvgLatency | 0
>  | bucketCount | 112
>  | primaryBucketCount | 76
>  | numBucketsWithoutRedundancy | 57
>  | totalBucketSize | 9915
>  | averageBucketSize | 44
> {noformat}
> After restarting both members, numBucketsWithoutRedundancy > 0:
> {noformat}
> (2) Executing - show metrics --categories=partition --region=/rewards
> Category | Metric | Value
> - | --- | --
> partition | putLocalRate | 0.0
>  | putRemoteRate | 0.0
>  | putRemoteLatency | 0
>  | putRemoteAvgLatency | 0
>  | bucketCount | 226
>  | primaryBucketCount | 113
>  | numBucketsWithoutRedundancy | 0
>  | totalBucketSize | 20
>  | averageBucketSize | 221
> (3) Executing - show metrics --categories=partition --region=/customer
> Category | Metric | Value
> - | --- | -
> partition | putLocalRate | 0.0
>  | putRemoteRate | 0.0
>  | putRemoteLatency | 0
>  | putRemoteAvgLatency | 0
>  | bucketCount | 226
>  | primaryBucketCount | 113
>  | numBucketsWithoutRedundancy | 21
>  | totalBucketSize | 2
>  | averageBucketSize | 22
> {noformat}
> All the buckets and data are recovered, but the numBucketsWithoutRedundancy 
> is not 0.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (GEODE-5478) The lowRedundancyBucketCount statistic is not maintained properly when multiple members are stopped and restarted

2018-07-27 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on GEODE-5478:


Commit b4b3cc34ffc0bdcfbd0461cf0b8da642251bea7f in geode's branch 
refs/heads/feature/GEODE-5478 from [~barry.oglesby]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=b4b3cc3 ]

GEODE-5478: Modified BucketRedundancyTracker to not increment low redundnancy 
bucket count twice


> The lowRedundancyBucketCount statistic is not maintained properly when 
> multiple members are stopped and restarted
> -
>
> Key: GEODE-5478
> URL: https://issues.apache.org/jira/browse/GEODE-5478
> Project: Geode
>  Issue Type: Bug
>  Components: regions, statistics
>Reporter: Barry Oglesby
>Assignee: Barry Oglesby
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> The lowRedundancyBucketCount statistic is not maintained properly when 
> multiple members are stopped and restarted
> A test where multiple members are stopped simultaneously so that all copies 
> of a bucket are offlineshows the numBucketsWithoutRedundancy metric not set 
> properly:
> Initially:
> {noformat}
> (2) Executing - show metrics --categories=partition --region=/rewards
> Category | Metric | Value
> - | --- | --
> partition | putLocalRate | 0.0
>  | putRemoteRate | 0.0
>  | putRemoteLatency | 0
>  | putRemoteAvgLatency | 0
>  | bucketCount | 226
>  | primaryBucketCount | 113
>  | numBucketsWithoutRedundancy | 0
>  | totalBucketSize | 20
>  | averageBucketSize | 221
> (3) Executing - show metrics --categories=partition --region=/customer
> Category | Metric | Value
> - | --- | -
> partition | putLocalRate | 0.0
>  | putRemoteRate | 0.0
>  | putRemoteLatency | 0
>  | putRemoteAvgLatency | 0
>  | bucketCount | 226
>  | primaryBucketCount | 113
>  | numBucketsWithoutRedundancy | 0
>  | totalBucketSize | 2
>  | averageBucketSize | 22
> {noformat}
> After stopping 2 members (of 4):
> {noformat}
> (2) Executing - show metrics --categories=partition --region=/rewards
> Category | Metric | Value
> - | --- | -
> partition | putLocalRate | 0.0
>  | putRemoteRate | 0.0
>  | putRemoteLatency | 0
>  | putRemoteAvgLatency | 0
>  | bucketCount | 112
>  | primaryBucketCount | 73
>  | numBucketsWithoutRedundancy | 57
>  | totalBucketSize | 99107
>  | averageBucketSize | 442
> (3) Executing - show metrics --categories=partition --region=/customer
> Category | Metric | Value
> - | --- | -
> partition | putLocalRate | 0.0
>  | putRemoteRate | 0.0
>  | putRemoteLatency | 0
>  | putRemoteAvgLatency | 0
>  | bucketCount | 112
>  | primaryBucketCount | 76
>  | numBucketsWithoutRedundancy | 57
>  | totalBucketSize | 9915
>  | averageBucketSize | 44
> {noformat}
> After restarting both members, numBucketsWithoutRedundancy > 0:
> {noformat}
> (2) Executing - show metrics --categories=partition --region=/rewards
> Category | Metric | Value
> - | --- | --
> partition | putLocalRate | 0.0
>  | putRemoteRate | 0.0
>  | putRemoteLatency | 0
>  | putRemoteAvgLatency | 0
>  | bucketCount | 226
>  | primaryBucketCount | 113
>  | numBucketsWithoutRedundancy | 0
>  | totalBucketSize | 20
>  | averageBucketSize | 221
> (3) Executing - show metrics --categories=partition --region=/customer
> Category | Metric | Value
> - | --- | -
> partition | putLocalRate | 0.0
>  | putRemoteRate | 0.0
>  | putRemoteLatency | 0
>  | putRemoteAvgLatency | 0
>  | bucketCount | 226
>  | primaryBucketCount | 113
>  | numBucketsWithoutRedundancy | 21
>  | totalBucketSize | 2
>  | averageBucketSize | 22
> {noformat}
> All the buckets and data are recovered, but the numBucketsWithoutRedundancy 
> is not 0.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (GEODE-5478) The lowRedundancyBucketCount statistic is not maintained properly when multiple members are stopped and restarted

2018-07-27 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on GEODE-5478:


Commit c93fafd93e090d8ed280bfd02c8759e760a3cc7b in geode's branch 
refs/heads/feature/GEODE-5478 from [~barry.oglesby]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=c93fafd ]

GEODE-5478: Updated distributed test after rebase


> The lowRedundancyBucketCount statistic is not maintained properly when 
> multiple members are stopped and restarted
> -
>
> Key: GEODE-5478
> URL: https://issues.apache.org/jira/browse/GEODE-5478
> Project: Geode
>  Issue Type: Bug
>  Components: regions, statistics
>Reporter: Barry Oglesby
>Assignee: Barry Oglesby
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> The lowRedundancyBucketCount statistic is not maintained properly when 
> multiple members are stopped and restarted
> A test where multiple members are stopped simultaneously so that all copies 
> of a bucket are offlineshows the numBucketsWithoutRedundancy metric not set 
> properly:
> Initially:
> {noformat}
> (2) Executing - show metrics --categories=partition --region=/rewards
> Category | Metric | Value
> - | --- | --
> partition | putLocalRate | 0.0
>  | putRemoteRate | 0.0
>  | putRemoteLatency | 0
>  | putRemoteAvgLatency | 0
>  | bucketCount | 226
>  | primaryBucketCount | 113
>  | numBucketsWithoutRedundancy | 0
>  | totalBucketSize | 20
>  | averageBucketSize | 221
> (3) Executing - show metrics --categories=partition --region=/customer
> Category | Metric | Value
> - | --- | -
> partition | putLocalRate | 0.0
>  | putRemoteRate | 0.0
>  | putRemoteLatency | 0
>  | putRemoteAvgLatency | 0
>  | bucketCount | 226
>  | primaryBucketCount | 113
>  | numBucketsWithoutRedundancy | 0
>  | totalBucketSize | 2
>  | averageBucketSize | 22
> {noformat}
> After stopping 2 members (of 4):
> {noformat}
> (2) Executing - show metrics --categories=partition --region=/rewards
> Category | Metric | Value
> - | --- | -
> partition | putLocalRate | 0.0
>  | putRemoteRate | 0.0
>  | putRemoteLatency | 0
>  | putRemoteAvgLatency | 0
>  | bucketCount | 112
>  | primaryBucketCount | 73
>  | numBucketsWithoutRedundancy | 57
>  | totalBucketSize | 99107
>  | averageBucketSize | 442
> (3) Executing - show metrics --categories=partition --region=/customer
> Category | Metric | Value
> - | --- | -
> partition | putLocalRate | 0.0
>  | putRemoteRate | 0.0
>  | putRemoteLatency | 0
>  | putRemoteAvgLatency | 0
>  | bucketCount | 112
>  | primaryBucketCount | 76
>  | numBucketsWithoutRedundancy | 57
>  | totalBucketSize | 9915
>  | averageBucketSize | 44
> {noformat}
> After restarting both members, numBucketsWithoutRedundancy > 0:
> {noformat}
> (2) Executing - show metrics --categories=partition --region=/rewards
> Category | Metric | Value
> - | --- | --
> partition | putLocalRate | 0.0
>  | putRemoteRate | 0.0
>  | putRemoteLatency | 0
>  | putRemoteAvgLatency | 0
>  | bucketCount | 226
>  | primaryBucketCount | 113
>  | numBucketsWithoutRedundancy | 0
>  | totalBucketSize | 20
>  | averageBucketSize | 221
> (3) Executing - show metrics --categories=partition --region=/customer
> Category | Metric | Value
> - | --- | -
> partition | putLocalRate | 0.0
>  | putRemoteRate | 0.0
>  | putRemoteLatency | 0
>  | putRemoteAvgLatency | 0
>  | bucketCount | 226
>  | primaryBucketCount | 113
>  | numBucketsWithoutRedundancy | 21
>  | totalBucketSize | 2
>  | averageBucketSize | 22
> {noformat}
> All the buckets and data are recovered, but the numBucketsWithoutRedundancy 
> is not 0.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (GEODE-5478) The lowRedundancyBucketCount statistic is not maintained properly when multiple members are stopped and restarted

2018-07-27 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on GEODE-5478:


Commit a9e9ba494115b3b20097d3c307431e1ed1b20b79 in geode's branch 
refs/heads/feature/GEODE-5478 from [~barry.oglesby]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=a9e9ba4 ]

GEODE-5478: Force CI re-run


> The lowRedundancyBucketCount statistic is not maintained properly when 
> multiple members are stopped and restarted
> -
>
> Key: GEODE-5478
> URL: https://issues.apache.org/jira/browse/GEODE-5478
> Project: Geode
>  Issue Type: Bug
>  Components: regions, statistics
>Reporter: Barry Oglesby
>Assignee: Barry Oglesby
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> The lowRedundancyBucketCount statistic is not maintained properly when 
> multiple members are stopped and restarted
> A test where multiple members are stopped simultaneously so that all copies 
> of a bucket are offlineshows the numBucketsWithoutRedundancy metric not set 
> properly:
> Initially:
> {noformat}
> (2) Executing - show metrics --categories=partition --region=/rewards
> Category | Metric | Value
> - | --- | --
> partition | putLocalRate | 0.0
>  | putRemoteRate | 0.0
>  | putRemoteLatency | 0
>  | putRemoteAvgLatency | 0
>  | bucketCount | 226
>  | primaryBucketCount | 113
>  | numBucketsWithoutRedundancy | 0
>  | totalBucketSize | 20
>  | averageBucketSize | 221
> (3) Executing - show metrics --categories=partition --region=/customer
> Category | Metric | Value
> - | --- | -
> partition | putLocalRate | 0.0
>  | putRemoteRate | 0.0
>  | putRemoteLatency | 0
>  | putRemoteAvgLatency | 0
>  | bucketCount | 226
>  | primaryBucketCount | 113
>  | numBucketsWithoutRedundancy | 0
>  | totalBucketSize | 2
>  | averageBucketSize | 22
> {noformat}
> After stopping 2 members (of 4):
> {noformat}
> (2) Executing - show metrics --categories=partition --region=/rewards
> Category | Metric | Value
> - | --- | -
> partition | putLocalRate | 0.0
>  | putRemoteRate | 0.0
>  | putRemoteLatency | 0
>  | putRemoteAvgLatency | 0
>  | bucketCount | 112
>  | primaryBucketCount | 73
>  | numBucketsWithoutRedundancy | 57
>  | totalBucketSize | 99107
>  | averageBucketSize | 442
> (3) Executing - show metrics --categories=partition --region=/customer
> Category | Metric | Value
> - | --- | -
> partition | putLocalRate | 0.0
>  | putRemoteRate | 0.0
>  | putRemoteLatency | 0
>  | putRemoteAvgLatency | 0
>  | bucketCount | 112
>  | primaryBucketCount | 76
>  | numBucketsWithoutRedundancy | 57
>  | totalBucketSize | 9915
>  | averageBucketSize | 44
> {noformat}
> After restarting both members, numBucketsWithoutRedundancy > 0:
> {noformat}
> (2) Executing - show metrics --categories=partition --region=/rewards
> Category | Metric | Value
> - | --- | --
> partition | putLocalRate | 0.0
>  | putRemoteRate | 0.0
>  | putRemoteLatency | 0
>  | putRemoteAvgLatency | 0
>  | bucketCount | 226
>  | primaryBucketCount | 113
>  | numBucketsWithoutRedundancy | 0
>  | totalBucketSize | 20
>  | averageBucketSize | 221
> (3) Executing - show metrics --categories=partition --region=/customer
> Category | Metric | Value
> - | --- | -
> partition | putLocalRate | 0.0
>  | putRemoteRate | 0.0
>  | putRemoteLatency | 0
>  | putRemoteAvgLatency | 0
>  | bucketCount | 226
>  | primaryBucketCount | 113
>  | numBucketsWithoutRedundancy | 21
>  | totalBucketSize | 2
>  | averageBucketSize | 22
> {noformat}
> All the buckets and data are recovered, but the numBucketsWithoutRedundancy 
> is not 0.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (GEODE-5478) The lowRedundancyBucketCount statistic is not maintained properly when multiple members are stopped and restarted

2018-07-27 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on GEODE-5478:


Commit 46a4e26d82065a3f7bddefcb4ec533c33d3e49cc in geode's branch 
refs/heads/feature/GEODE-5478 from [~barry.oglesby]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=46a4e26 ]

GEODE-5478: Force CI re-run


> The lowRedundancyBucketCount statistic is not maintained properly when 
> multiple members are stopped and restarted
> -
>
> Key: GEODE-5478
> URL: https://issues.apache.org/jira/browse/GEODE-5478
> Project: Geode
>  Issue Type: Bug
>  Components: regions, statistics
>Reporter: Barry Oglesby
>Assignee: Barry Oglesby
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> The lowRedundancyBucketCount statistic is not maintained properly when 
> multiple members are stopped and restarted
> A test where multiple members are stopped simultaneously so that all copies 
> of a bucket are offlineshows the numBucketsWithoutRedundancy metric not set 
> properly:
> Initially:
> {noformat}
> (2) Executing - show metrics --categories=partition --region=/rewards
> Category | Metric | Value
> - | --- | --
> partition | putLocalRate | 0.0
>  | putRemoteRate | 0.0
>  | putRemoteLatency | 0
>  | putRemoteAvgLatency | 0
>  | bucketCount | 226
>  | primaryBucketCount | 113
>  | numBucketsWithoutRedundancy | 0
>  | totalBucketSize | 20
>  | averageBucketSize | 221
> (3) Executing - show metrics --categories=partition --region=/customer
> Category | Metric | Value
> - | --- | -
> partition | putLocalRate | 0.0
>  | putRemoteRate | 0.0
>  | putRemoteLatency | 0
>  | putRemoteAvgLatency | 0
>  | bucketCount | 226
>  | primaryBucketCount | 113
>  | numBucketsWithoutRedundancy | 0
>  | totalBucketSize | 2
>  | averageBucketSize | 22
> {noformat}
> After stopping 2 members (of 4):
> {noformat}
> (2) Executing - show metrics --categories=partition --region=/rewards
> Category | Metric | Value
> - | --- | -
> partition | putLocalRate | 0.0
>  | putRemoteRate | 0.0
>  | putRemoteLatency | 0
>  | putRemoteAvgLatency | 0
>  | bucketCount | 112
>  | primaryBucketCount | 73
>  | numBucketsWithoutRedundancy | 57
>  | totalBucketSize | 99107
>  | averageBucketSize | 442
> (3) Executing - show metrics --categories=partition --region=/customer
> Category | Metric | Value
> - | --- | -
> partition | putLocalRate | 0.0
>  | putRemoteRate | 0.0
>  | putRemoteLatency | 0
>  | putRemoteAvgLatency | 0
>  | bucketCount | 112
>  | primaryBucketCount | 76
>  | numBucketsWithoutRedundancy | 57
>  | totalBucketSize | 9915
>  | averageBucketSize | 44
> {noformat}
> After restarting both members, numBucketsWithoutRedundancy > 0:
> {noformat}
> (2) Executing - show metrics --categories=partition --region=/rewards
> Category | Metric | Value
> - | --- | --
> partition | putLocalRate | 0.0
>  | putRemoteRate | 0.0
>  | putRemoteLatency | 0
>  | putRemoteAvgLatency | 0
>  | bucketCount | 226
>  | primaryBucketCount | 113
>  | numBucketsWithoutRedundancy | 0
>  | totalBucketSize | 20
>  | averageBucketSize | 221
> (3) Executing - show metrics --categories=partition --region=/customer
> Category | Metric | Value
> - | --- | -
> partition | putLocalRate | 0.0
>  | putRemoteRate | 0.0
>  | putRemoteLatency | 0
>  | putRemoteAvgLatency | 0
>  | bucketCount | 226
>  | primaryBucketCount | 113
>  | numBucketsWithoutRedundancy | 21
>  | totalBucketSize | 2
>  | averageBucketSize | 22
> {noformat}
> All the buckets and data are recovered, but the numBucketsWithoutRedundancy 
> is not 0.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (GEODE-5478) The lowRedundancyBucketCount statistic is not maintained properly when multiple members are stopped and restarted

2018-07-27 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on GEODE-5478:


Commit 36dca4d20bdcc2eaf27f5fd62c53fc9c9d1bc18c in geode's branch 
refs/heads/feature/GEODE-5478 from [~barry.oglesby]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=36dca4d ]

GEODE-5478: Simplified low redundancy calculation

Co-authored-by: Darrel Schneider 


> The lowRedundancyBucketCount statistic is not maintained properly when 
> multiple members are stopped and restarted
> -
>
> Key: GEODE-5478
> URL: https://issues.apache.org/jira/browse/GEODE-5478
> Project: Geode
>  Issue Type: Bug
>  Components: regions, statistics
>Reporter: Barry Oglesby
>Assignee: Barry Oglesby
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> The lowRedundancyBucketCount statistic is not maintained properly when 
> multiple members are stopped and restarted
> A test where multiple members are stopped simultaneously so that all copies 
> of a bucket are offlineshows the numBucketsWithoutRedundancy metric not set 
> properly:
> Initially:
> {noformat}
> (2) Executing - show metrics --categories=partition --region=/rewards
> Category | Metric | Value
> - | --- | --
> partition | putLocalRate | 0.0
>  | putRemoteRate | 0.0
>  | putRemoteLatency | 0
>  | putRemoteAvgLatency | 0
>  | bucketCount | 226
>  | primaryBucketCount | 113
>  | numBucketsWithoutRedundancy | 0
>  | totalBucketSize | 20
>  | averageBucketSize | 221
> (3) Executing - show metrics --categories=partition --region=/customer
> Category | Metric | Value
> - | --- | -
> partition | putLocalRate | 0.0
>  | putRemoteRate | 0.0
>  | putRemoteLatency | 0
>  | putRemoteAvgLatency | 0
>  | bucketCount | 226
>  | primaryBucketCount | 113
>  | numBucketsWithoutRedundancy | 0
>  | totalBucketSize | 2
>  | averageBucketSize | 22
> {noformat}
> After stopping 2 members (of 4):
> {noformat}
> (2) Executing - show metrics --categories=partition --region=/rewards
> Category | Metric | Value
> - | --- | -
> partition | putLocalRate | 0.0
>  | putRemoteRate | 0.0
>  | putRemoteLatency | 0
>  | putRemoteAvgLatency | 0
>  | bucketCount | 112
>  | primaryBucketCount | 73
>  | numBucketsWithoutRedundancy | 57
>  | totalBucketSize | 99107
>  | averageBucketSize | 442
> (3) Executing - show metrics --categories=partition --region=/customer
> Category | Metric | Value
> - | --- | -
> partition | putLocalRate | 0.0
>  | putRemoteRate | 0.0
>  | putRemoteLatency | 0
>  | putRemoteAvgLatency | 0
>  | bucketCount | 112
>  | primaryBucketCount | 76
>  | numBucketsWithoutRedundancy | 57
>  | totalBucketSize | 9915
>  | averageBucketSize | 44
> {noformat}
> After restarting both members, numBucketsWithoutRedundancy > 0:
> {noformat}
> (2) Executing - show metrics --categories=partition --region=/rewards
> Category | Metric | Value
> - | --- | --
> partition | putLocalRate | 0.0
>  | putRemoteRate | 0.0
>  | putRemoteLatency | 0
>  | putRemoteAvgLatency | 0
>  | bucketCount | 226
>  | primaryBucketCount | 113
>  | numBucketsWithoutRedundancy | 0
>  | totalBucketSize | 20
>  | averageBucketSize | 221
> (3) Executing - show metrics --categories=partition --region=/customer
> Category | Metric | Value
> - | --- | -
> partition | putLocalRate | 0.0
>  | putRemoteRate | 0.0
>  | putRemoteLatency | 0
>  | putRemoteAvgLatency | 0
>  | bucketCount | 226
>  | primaryBucketCount | 113
>  | numBucketsWithoutRedundancy | 21
>  | totalBucketSize | 2
>  | averageBucketSize | 22
> {noformat}
> All the buckets and data are recovered, but the numBucketsWithoutRedundancy 
> is not 0.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (GEODE-5478) The lowRedundancyBucketCount statistic is not maintained properly when multiple members are stopped and restarted

2018-07-27 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on GEODE-5478:


Commit 12e17d80629bfd4193b3bcd603a75eb9694c8107 in geode's branch 
refs/heads/develop from [~barry.oglesby]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=12e17d8 ]

GEODE-5478: Modified to not increment low redundancy bucket count twice

Co-authored-by: Darrel Schneider 

> The lowRedundancyBucketCount statistic is not maintained properly when 
> multiple members are stopped and restarted
> -
>
> Key: GEODE-5478
> URL: https://issues.apache.org/jira/browse/GEODE-5478
> Project: Geode
>  Issue Type: Bug
>  Components: regions, statistics
>Reporter: Barry Oglesby
>Assignee: Barry Oglesby
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> The lowRedundancyBucketCount statistic is not maintained properly when 
> multiple members are stopped and restarted
> A test where multiple members are stopped simultaneously so that all copies 
> of a bucket are offlineshows the numBucketsWithoutRedundancy metric not set 
> properly:
> Initially:
> {noformat}
> (2) Executing - show metrics --categories=partition --region=/rewards
> Category | Metric | Value
> - | --- | --
> partition | putLocalRate | 0.0
>  | putRemoteRate | 0.0
>  | putRemoteLatency | 0
>  | putRemoteAvgLatency | 0
>  | bucketCount | 226
>  | primaryBucketCount | 113
>  | numBucketsWithoutRedundancy | 0
>  | totalBucketSize | 20
>  | averageBucketSize | 221
> (3) Executing - show metrics --categories=partition --region=/customer
> Category | Metric | Value
> - | --- | -
> partition | putLocalRate | 0.0
>  | putRemoteRate | 0.0
>  | putRemoteLatency | 0
>  | putRemoteAvgLatency | 0
>  | bucketCount | 226
>  | primaryBucketCount | 113
>  | numBucketsWithoutRedundancy | 0
>  | totalBucketSize | 2
>  | averageBucketSize | 22
> {noformat}
> After stopping 2 members (of 4):
> {noformat}
> (2) Executing - show metrics --categories=partition --region=/rewards
> Category | Metric | Value
> - | --- | -
> partition | putLocalRate | 0.0
>  | putRemoteRate | 0.0
>  | putRemoteLatency | 0
>  | putRemoteAvgLatency | 0
>  | bucketCount | 112
>  | primaryBucketCount | 73
>  | numBucketsWithoutRedundancy | 57
>  | totalBucketSize | 99107
>  | averageBucketSize | 442
> (3) Executing - show metrics --categories=partition --region=/customer
> Category | Metric | Value
> - | --- | -
> partition | putLocalRate | 0.0
>  | putRemoteRate | 0.0
>  | putRemoteLatency | 0
>  | putRemoteAvgLatency | 0
>  | bucketCount | 112
>  | primaryBucketCount | 76
>  | numBucketsWithoutRedundancy | 57
>  | totalBucketSize | 9915
>  | averageBucketSize | 44
> {noformat}
> After restarting both members, numBucketsWithoutRedundancy > 0:
> {noformat}
> (2) Executing - show metrics --categories=partition --region=/rewards
> Category | Metric | Value
> - | --- | --
> partition | putLocalRate | 0.0
>  | putRemoteRate | 0.0
>  | putRemoteLatency | 0
>  | putRemoteAvgLatency | 0
>  | bucketCount | 226
>  | primaryBucketCount | 113
>  | numBucketsWithoutRedundancy | 0
>  | totalBucketSize | 20
>  | averageBucketSize | 221
> (3) Executing - show metrics --categories=partition --region=/customer
> Category | Metric | Value
> - | --- | -
> partition | putLocalRate | 0.0
>  | putRemoteRate | 0.0
>  | putRemoteLatency | 0
>  | putRemoteAvgLatency | 0
>  | bucketCount | 226
>  | primaryBucketCount | 113
>  | numBucketsWithoutRedundancy | 21
>  | totalBucketSize | 2
>  | averageBucketSize | 22
> {noformat}
> All the buckets and data are recovered, but the numBucketsWithoutRedundancy 
> is not 0.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (GEODE-5478) The lowRedundancyBucketCount statistic is not maintained properly when multiple members are stopped and restarted

2018-07-27 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on GEODE-5478:


Commit 46a4e26d82065a3f7bddefcb4ec533c33d3e49cc in geode's branch 
refs/heads/feature/GEODE-5478 from [~barry.oglesby]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=46a4e26 ]

GEODE-5478: Force CI re-run


> The lowRedundancyBucketCount statistic is not maintained properly when 
> multiple members are stopped and restarted
> -
>
> Key: GEODE-5478
> URL: https://issues.apache.org/jira/browse/GEODE-5478
> Project: Geode
>  Issue Type: Bug
>  Components: regions, statistics
>Reporter: Barry Oglesby
>Assignee: Barry Oglesby
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> The lowRedundancyBucketCount statistic is not maintained properly when 
> multiple members are stopped and restarted
> A test where multiple members are stopped simultaneously so that all copies 
> of a bucket are offlineshows the numBucketsWithoutRedundancy metric not set 
> properly:
> Initially:
> {noformat}
> (2) Executing - show metrics --categories=partition --region=/rewards
> Category | Metric | Value
> - | --- | --
> partition | putLocalRate | 0.0
>  | putRemoteRate | 0.0
>  | putRemoteLatency | 0
>  | putRemoteAvgLatency | 0
>  | bucketCount | 226
>  | primaryBucketCount | 113
>  | numBucketsWithoutRedundancy | 0
>  | totalBucketSize | 20
>  | averageBucketSize | 221
> (3) Executing - show metrics --categories=partition --region=/customer
> Category | Metric | Value
> - | --- | -
> partition | putLocalRate | 0.0
>  | putRemoteRate | 0.0
>  | putRemoteLatency | 0
>  | putRemoteAvgLatency | 0
>  | bucketCount | 226
>  | primaryBucketCount | 113
>  | numBucketsWithoutRedundancy | 0
>  | totalBucketSize | 2
>  | averageBucketSize | 22
> {noformat}
> After stopping 2 members (of 4):
> {noformat}
> (2) Executing - show metrics --categories=partition --region=/rewards
> Category | Metric | Value
> - | --- | -
> partition | putLocalRate | 0.0
>  | putRemoteRate | 0.0
>  | putRemoteLatency | 0
>  | putRemoteAvgLatency | 0
>  | bucketCount | 112
>  | primaryBucketCount | 73
>  | numBucketsWithoutRedundancy | 57
>  | totalBucketSize | 99107
>  | averageBucketSize | 442
> (3) Executing - show metrics --categories=partition --region=/customer
> Category | Metric | Value
> - | --- | -
> partition | putLocalRate | 0.0
>  | putRemoteRate | 0.0
>  | putRemoteLatency | 0
>  | putRemoteAvgLatency | 0
>  | bucketCount | 112
>  | primaryBucketCount | 76
>  | numBucketsWithoutRedundancy | 57
>  | totalBucketSize | 9915
>  | averageBucketSize | 44
> {noformat}
> After restarting both members, numBucketsWithoutRedundancy > 0:
> {noformat}
> (2) Executing - show metrics --categories=partition --region=/rewards
> Category | Metric | Value
> - | --- | --
> partition | putLocalRate | 0.0
>  | putRemoteRate | 0.0
>  | putRemoteLatency | 0
>  | putRemoteAvgLatency | 0
>  | bucketCount | 226
>  | primaryBucketCount | 113
>  | numBucketsWithoutRedundancy | 0
>  | totalBucketSize | 20
>  | averageBucketSize | 221
> (3) Executing - show metrics --categories=partition --region=/customer
> Category | Metric | Value
> - | --- | -
> partition | putLocalRate | 0.0
>  | putRemoteRate | 0.0
>  | putRemoteLatency | 0
>  | putRemoteAvgLatency | 0
>  | bucketCount | 226
>  | primaryBucketCount | 113
>  | numBucketsWithoutRedundancy | 21
>  | totalBucketSize | 2
>  | averageBucketSize | 22
> {noformat}
> All the buckets and data are recovered, but the numBucketsWithoutRedundancy 
> is not 0.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (GEODE-5478) The lowRedundancyBucketCount statistic is not maintained properly when multiple members are stopped and restarted

2018-07-27 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on GEODE-5478:


Commit a9e9ba494115b3b20097d3c307431e1ed1b20b79 in geode's branch 
refs/heads/feature/GEODE-5478 from [~barry.oglesby]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=a9e9ba4 ]

GEODE-5478: Force CI re-run


> The lowRedundancyBucketCount statistic is not maintained properly when 
> multiple members are stopped and restarted
> -
>
> Key: GEODE-5478
> URL: https://issues.apache.org/jira/browse/GEODE-5478
> Project: Geode
>  Issue Type: Bug
>  Components: regions, statistics
>Reporter: Barry Oglesby
>Assignee: Barry Oglesby
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> The lowRedundancyBucketCount statistic is not maintained properly when 
> multiple members are stopped and restarted
> A test where multiple members are stopped simultaneously so that all copies 
> of a bucket are offlineshows the numBucketsWithoutRedundancy metric not set 
> properly:
> Initially:
> {noformat}
> (2) Executing - show metrics --categories=partition --region=/rewards
> Category | Metric | Value
> - | --- | --
> partition | putLocalRate | 0.0
>  | putRemoteRate | 0.0
>  | putRemoteLatency | 0
>  | putRemoteAvgLatency | 0
>  | bucketCount | 226
>  | primaryBucketCount | 113
>  | numBucketsWithoutRedundancy | 0
>  | totalBucketSize | 20
>  | averageBucketSize | 221
> (3) Executing - show metrics --categories=partition --region=/customer
> Category | Metric | Value
> - | --- | -
> partition | putLocalRate | 0.0
>  | putRemoteRate | 0.0
>  | putRemoteLatency | 0
>  | putRemoteAvgLatency | 0
>  | bucketCount | 226
>  | primaryBucketCount | 113
>  | numBucketsWithoutRedundancy | 0
>  | totalBucketSize | 2
>  | averageBucketSize | 22
> {noformat}
> After stopping 2 members (of 4):
> {noformat}
> (2) Executing - show metrics --categories=partition --region=/rewards
> Category | Metric | Value
> - | --- | -
> partition | putLocalRate | 0.0
>  | putRemoteRate | 0.0
>  | putRemoteLatency | 0
>  | putRemoteAvgLatency | 0
>  | bucketCount | 112
>  | primaryBucketCount | 73
>  | numBucketsWithoutRedundancy | 57
>  | totalBucketSize | 99107
>  | averageBucketSize | 442
> (3) Executing - show metrics --categories=partition --region=/customer
> Category | Metric | Value
> - | --- | -
> partition | putLocalRate | 0.0
>  | putRemoteRate | 0.0
>  | putRemoteLatency | 0
>  | putRemoteAvgLatency | 0
>  | bucketCount | 112
>  | primaryBucketCount | 76
>  | numBucketsWithoutRedundancy | 57
>  | totalBucketSize | 9915
>  | averageBucketSize | 44
> {noformat}
> After restarting both members, numBucketsWithoutRedundancy > 0:
> {noformat}
> (2) Executing - show metrics --categories=partition --region=/rewards
> Category | Metric | Value
> - | --- | --
> partition | putLocalRate | 0.0
>  | putRemoteRate | 0.0
>  | putRemoteLatency | 0
>  | putRemoteAvgLatency | 0
>  | bucketCount | 226
>  | primaryBucketCount | 113
>  | numBucketsWithoutRedundancy | 0
>  | totalBucketSize | 20
>  | averageBucketSize | 221
> (3) Executing - show metrics --categories=partition --region=/customer
> Category | Metric | Value
> - | --- | -
> partition | putLocalRate | 0.0
>  | putRemoteRate | 0.0
>  | putRemoteLatency | 0
>  | putRemoteAvgLatency | 0
>  | bucketCount | 226
>  | primaryBucketCount | 113
>  | numBucketsWithoutRedundancy | 21
>  | totalBucketSize | 2
>  | averageBucketSize | 22
> {noformat}
> All the buckets and data are recovered, but the numBucketsWithoutRedundancy 
> is not 0.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (GEODE-5478) The lowRedundancyBucketCount statistic is not maintained properly when multiple members are stopped and restarted

2018-07-26 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on GEODE-5478:


Commit c93fafd93e090d8ed280bfd02c8759e760a3cc7b in geode's branch 
refs/heads/feature/GEODE-5478 from [~barry.oglesby]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=c93fafd ]

GEODE-5478: Updated distributed test after rebase


> The lowRedundancyBucketCount statistic is not maintained properly when 
> multiple members are stopped and restarted
> -
>
> Key: GEODE-5478
> URL: https://issues.apache.org/jira/browse/GEODE-5478
> Project: Geode
>  Issue Type: Bug
>  Components: regions, statistics
>Reporter: Barry Oglesby
>Assignee: Barry Oglesby
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> The lowRedundancyBucketCount statistic is not maintained properly when 
> multiple members are stopped and restarted
> A test where multiple members are stopped simultaneously so that all copies 
> of a bucket are offlineshows the numBucketsWithoutRedundancy metric not set 
> properly:
> Initially:
> {noformat}
> (2) Executing - show metrics --categories=partition --region=/rewards
> Category | Metric | Value
> - | --- | --
> partition | putLocalRate | 0.0
>  | putRemoteRate | 0.0
>  | putRemoteLatency | 0
>  | putRemoteAvgLatency | 0
>  | bucketCount | 226
>  | primaryBucketCount | 113
>  | numBucketsWithoutRedundancy | 0
>  | totalBucketSize | 20
>  | averageBucketSize | 221
> (3) Executing - show metrics --categories=partition --region=/customer
> Category | Metric | Value
> - | --- | -
> partition | putLocalRate | 0.0
>  | putRemoteRate | 0.0
>  | putRemoteLatency | 0
>  | putRemoteAvgLatency | 0
>  | bucketCount | 226
>  | primaryBucketCount | 113
>  | numBucketsWithoutRedundancy | 0
>  | totalBucketSize | 2
>  | averageBucketSize | 22
> {noformat}
> After stopping 2 members (of 4):
> {noformat}
> (2) Executing - show metrics --categories=partition --region=/rewards
> Category | Metric | Value
> - | --- | -
> partition | putLocalRate | 0.0
>  | putRemoteRate | 0.0
>  | putRemoteLatency | 0
>  | putRemoteAvgLatency | 0
>  | bucketCount | 112
>  | primaryBucketCount | 73
>  | numBucketsWithoutRedundancy | 57
>  | totalBucketSize | 99107
>  | averageBucketSize | 442
> (3) Executing - show metrics --categories=partition --region=/customer
> Category | Metric | Value
> - | --- | -
> partition | putLocalRate | 0.0
>  | putRemoteRate | 0.0
>  | putRemoteLatency | 0
>  | putRemoteAvgLatency | 0
>  | bucketCount | 112
>  | primaryBucketCount | 76
>  | numBucketsWithoutRedundancy | 57
>  | totalBucketSize | 9915
>  | averageBucketSize | 44
> {noformat}
> After restarting both members, numBucketsWithoutRedundancy > 0:
> {noformat}
> (2) Executing - show metrics --categories=partition --region=/rewards
> Category | Metric | Value
> - | --- | --
> partition | putLocalRate | 0.0
>  | putRemoteRate | 0.0
>  | putRemoteLatency | 0
>  | putRemoteAvgLatency | 0
>  | bucketCount | 226
>  | primaryBucketCount | 113
>  | numBucketsWithoutRedundancy | 0
>  | totalBucketSize | 20
>  | averageBucketSize | 221
> (3) Executing - show metrics --categories=partition --region=/customer
> Category | Metric | Value
> - | --- | -
> partition | putLocalRate | 0.0
>  | putRemoteRate | 0.0
>  | putRemoteLatency | 0
>  | putRemoteAvgLatency | 0
>  | bucketCount | 226
>  | primaryBucketCount | 113
>  | numBucketsWithoutRedundancy | 21
>  | totalBucketSize | 2
>  | averageBucketSize | 22
> {noformat}
> All the buckets and data are recovered, but the numBucketsWithoutRedundancy 
> is not 0.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (GEODE-5478) The lowRedundancyBucketCount statistic is not maintained properly when multiple members are stopped and restarted

2018-07-26 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on GEODE-5478:


Commit 36dca4d20bdcc2eaf27f5fd62c53fc9c9d1bc18c in geode's branch 
refs/heads/feature/GEODE-5478 from [~barry.oglesby]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=36dca4d ]

GEODE-5478: Simplified low redundancy calculation

Co-authored-by: Darrel Schneider 


> The lowRedundancyBucketCount statistic is not maintained properly when 
> multiple members are stopped and restarted
> -
>
> Key: GEODE-5478
> URL: https://issues.apache.org/jira/browse/GEODE-5478
> Project: Geode
>  Issue Type: Bug
>  Components: regions, statistics
>Reporter: Barry Oglesby
>Assignee: Barry Oglesby
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> The lowRedundancyBucketCount statistic is not maintained properly when 
> multiple members are stopped and restarted
> A test where multiple members are stopped simultaneously so that all copies 
> of a bucket are offlineshows the numBucketsWithoutRedundancy metric not set 
> properly:
> Initially:
> {noformat}
> (2) Executing - show metrics --categories=partition --region=/rewards
> Category | Metric | Value
> - | --- | --
> partition | putLocalRate | 0.0
>  | putRemoteRate | 0.0
>  | putRemoteLatency | 0
>  | putRemoteAvgLatency | 0
>  | bucketCount | 226
>  | primaryBucketCount | 113
>  | numBucketsWithoutRedundancy | 0
>  | totalBucketSize | 20
>  | averageBucketSize | 221
> (3) Executing - show metrics --categories=partition --region=/customer
> Category | Metric | Value
> - | --- | -
> partition | putLocalRate | 0.0
>  | putRemoteRate | 0.0
>  | putRemoteLatency | 0
>  | putRemoteAvgLatency | 0
>  | bucketCount | 226
>  | primaryBucketCount | 113
>  | numBucketsWithoutRedundancy | 0
>  | totalBucketSize | 2
>  | averageBucketSize | 22
> {noformat}
> After stopping 2 members (of 4):
> {noformat}
> (2) Executing - show metrics --categories=partition --region=/rewards
> Category | Metric | Value
> - | --- | -
> partition | putLocalRate | 0.0
>  | putRemoteRate | 0.0
>  | putRemoteLatency | 0
>  | putRemoteAvgLatency | 0
>  | bucketCount | 112
>  | primaryBucketCount | 73
>  | numBucketsWithoutRedundancy | 57
>  | totalBucketSize | 99107
>  | averageBucketSize | 442
> (3) Executing - show metrics --categories=partition --region=/customer
> Category | Metric | Value
> - | --- | -
> partition | putLocalRate | 0.0
>  | putRemoteRate | 0.0
>  | putRemoteLatency | 0
>  | putRemoteAvgLatency | 0
>  | bucketCount | 112
>  | primaryBucketCount | 76
>  | numBucketsWithoutRedundancy | 57
>  | totalBucketSize | 9915
>  | averageBucketSize | 44
> {noformat}
> After restarting both members, numBucketsWithoutRedundancy > 0:
> {noformat}
> (2) Executing - show metrics --categories=partition --region=/rewards
> Category | Metric | Value
> - | --- | --
> partition | putLocalRate | 0.0
>  | putRemoteRate | 0.0
>  | putRemoteLatency | 0
>  | putRemoteAvgLatency | 0
>  | bucketCount | 226
>  | primaryBucketCount | 113
>  | numBucketsWithoutRedundancy | 0
>  | totalBucketSize | 20
>  | averageBucketSize | 221
> (3) Executing - show metrics --categories=partition --region=/customer
> Category | Metric | Value
> - | --- | -
> partition | putLocalRate | 0.0
>  | putRemoteRate | 0.0
>  | putRemoteLatency | 0
>  | putRemoteAvgLatency | 0
>  | bucketCount | 226
>  | primaryBucketCount | 113
>  | numBucketsWithoutRedundancy | 21
>  | totalBucketSize | 2
>  | averageBucketSize | 22
> {noformat}
> All the buckets and data are recovered, but the numBucketsWithoutRedundancy 
> is not 0.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (GEODE-5478) The lowRedundancyBucketCount statistic is not maintained properly when multiple members are stopped and restarted

2018-07-26 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on GEODE-5478:


Commit b4b3cc34ffc0bdcfbd0461cf0b8da642251bea7f in geode's branch 
refs/heads/feature/GEODE-5478 from [~barry.oglesby]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=b4b3cc3 ]

GEODE-5478: Modified BucketRedundancyTracker to not increment low redundnancy 
bucket count twice


> The lowRedundancyBucketCount statistic is not maintained properly when 
> multiple members are stopped and restarted
> -
>
> Key: GEODE-5478
> URL: https://issues.apache.org/jira/browse/GEODE-5478
> Project: Geode
>  Issue Type: Bug
>  Components: regions, statistics
>Reporter: Barry Oglesby
>Assignee: Barry Oglesby
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> The lowRedundancyBucketCount statistic is not maintained properly when 
> multiple members are stopped and restarted
> A test where multiple members are stopped simultaneously so that all copies 
> of a bucket are offlineshows the numBucketsWithoutRedundancy metric not set 
> properly:
> Initially:
> {noformat}
> (2) Executing - show metrics --categories=partition --region=/rewards
> Category | Metric | Value
> - | --- | --
> partition | putLocalRate | 0.0
>  | putRemoteRate | 0.0
>  | putRemoteLatency | 0
>  | putRemoteAvgLatency | 0
>  | bucketCount | 226
>  | primaryBucketCount | 113
>  | numBucketsWithoutRedundancy | 0
>  | totalBucketSize | 20
>  | averageBucketSize | 221
> (3) Executing - show metrics --categories=partition --region=/customer
> Category | Metric | Value
> - | --- | -
> partition | putLocalRate | 0.0
>  | putRemoteRate | 0.0
>  | putRemoteLatency | 0
>  | putRemoteAvgLatency | 0
>  | bucketCount | 226
>  | primaryBucketCount | 113
>  | numBucketsWithoutRedundancy | 0
>  | totalBucketSize | 2
>  | averageBucketSize | 22
> {noformat}
> After stopping 2 members (of 4):
> {noformat}
> (2) Executing - show metrics --categories=partition --region=/rewards
> Category | Metric | Value
> - | --- | -
> partition | putLocalRate | 0.0
>  | putRemoteRate | 0.0
>  | putRemoteLatency | 0
>  | putRemoteAvgLatency | 0
>  | bucketCount | 112
>  | primaryBucketCount | 73
>  | numBucketsWithoutRedundancy | 57
>  | totalBucketSize | 99107
>  | averageBucketSize | 442
> (3) Executing - show metrics --categories=partition --region=/customer
> Category | Metric | Value
> - | --- | -
> partition | putLocalRate | 0.0
>  | putRemoteRate | 0.0
>  | putRemoteLatency | 0
>  | putRemoteAvgLatency | 0
>  | bucketCount | 112
>  | primaryBucketCount | 76
>  | numBucketsWithoutRedundancy | 57
>  | totalBucketSize | 9915
>  | averageBucketSize | 44
> {noformat}
> After restarting both members, numBucketsWithoutRedundancy > 0:
> {noformat}
> (2) Executing - show metrics --categories=partition --region=/rewards
> Category | Metric | Value
> - | --- | --
> partition | putLocalRate | 0.0
>  | putRemoteRate | 0.0
>  | putRemoteLatency | 0
>  | putRemoteAvgLatency | 0
>  | bucketCount | 226
>  | primaryBucketCount | 113
>  | numBucketsWithoutRedundancy | 0
>  | totalBucketSize | 20
>  | averageBucketSize | 221
> (3) Executing - show metrics --categories=partition --region=/customer
> Category | Metric | Value
> - | --- | -
> partition | putLocalRate | 0.0
>  | putRemoteRate | 0.0
>  | putRemoteLatency | 0
>  | putRemoteAvgLatency | 0
>  | bucketCount | 226
>  | primaryBucketCount | 113
>  | numBucketsWithoutRedundancy | 21
>  | totalBucketSize | 2
>  | averageBucketSize | 22
> {noformat}
> All the buckets and data are recovered, but the numBucketsWithoutRedundancy 
> is not 0.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (GEODE-5478) The lowRedundancyBucketCount statistic is not maintained properly when multiple members are stopped and restarted

2018-07-26 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on GEODE-5478:


Commit 18b9fd47fcd21ab9eb3bf0d2d325f9871e5453a8 in geode's branch 
refs/heads/feature/GEODE-5478 from [~barry.oglesby]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=18b9fd4 ]

GEODE-5478: Simplified low redundancy calculation

Co-authored-by: Darrel Schneider 


> The lowRedundancyBucketCount statistic is not maintained properly when 
> multiple members are stopped and restarted
> -
>
> Key: GEODE-5478
> URL: https://issues.apache.org/jira/browse/GEODE-5478
> Project: Geode
>  Issue Type: Bug
>  Components: regions, statistics
>Reporter: Barry Oglesby
>Assignee: Barry Oglesby
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> The lowRedundancyBucketCount statistic is not maintained properly when 
> multiple members are stopped and restarted
> A test where multiple members are stopped simultaneously so that all copies 
> of a bucket are offlineshows the numBucketsWithoutRedundancy metric not set 
> properly:
> Initially:
> {noformat}
> (2) Executing - show metrics --categories=partition --region=/rewards
> Category | Metric | Value
> - | --- | --
> partition | putLocalRate | 0.0
>  | putRemoteRate | 0.0
>  | putRemoteLatency | 0
>  | putRemoteAvgLatency | 0
>  | bucketCount | 226
>  | primaryBucketCount | 113
>  | numBucketsWithoutRedundancy | 0
>  | totalBucketSize | 20
>  | averageBucketSize | 221
> (3) Executing - show metrics --categories=partition --region=/customer
> Category | Metric | Value
> - | --- | -
> partition | putLocalRate | 0.0
>  | putRemoteRate | 0.0
>  | putRemoteLatency | 0
>  | putRemoteAvgLatency | 0
>  | bucketCount | 226
>  | primaryBucketCount | 113
>  | numBucketsWithoutRedundancy | 0
>  | totalBucketSize | 2
>  | averageBucketSize | 22
> {noformat}
> After stopping 2 members (of 4):
> {noformat}
> (2) Executing - show metrics --categories=partition --region=/rewards
> Category | Metric | Value
> - | --- | -
> partition | putLocalRate | 0.0
>  | putRemoteRate | 0.0
>  | putRemoteLatency | 0
>  | putRemoteAvgLatency | 0
>  | bucketCount | 112
>  | primaryBucketCount | 73
>  | numBucketsWithoutRedundancy | 57
>  | totalBucketSize | 99107
>  | averageBucketSize | 442
> (3) Executing - show metrics --categories=partition --region=/customer
> Category | Metric | Value
> - | --- | -
> partition | putLocalRate | 0.0
>  | putRemoteRate | 0.0
>  | putRemoteLatency | 0
>  | putRemoteAvgLatency | 0
>  | bucketCount | 112
>  | primaryBucketCount | 76
>  | numBucketsWithoutRedundancy | 57
>  | totalBucketSize | 9915
>  | averageBucketSize | 44
> {noformat}
> After restarting both members, numBucketsWithoutRedundancy > 0:
> {noformat}
> (2) Executing - show metrics --categories=partition --region=/rewards
> Category | Metric | Value
> - | --- | --
> partition | putLocalRate | 0.0
>  | putRemoteRate | 0.0
>  | putRemoteLatency | 0
>  | putRemoteAvgLatency | 0
>  | bucketCount | 226
>  | primaryBucketCount | 113
>  | numBucketsWithoutRedundancy | 0
>  | totalBucketSize | 20
>  | averageBucketSize | 221
> (3) Executing - show metrics --categories=partition --region=/customer
> Category | Metric | Value
> - | --- | -
> partition | putLocalRate | 0.0
>  | putRemoteRate | 0.0
>  | putRemoteLatency | 0
>  | putRemoteAvgLatency | 0
>  | bucketCount | 226
>  | primaryBucketCount | 113
>  | numBucketsWithoutRedundancy | 21
>  | totalBucketSize | 2
>  | averageBucketSize | 22
> {noformat}
> All the buckets and data are recovered, but the numBucketsWithoutRedundancy 
> is not 0.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)