[
https://issues.apache.org/jira/browse/GEODE-8422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17176641#comment-17176641
]
ASF GitHub Bot commented on GEODE-8422:
---------------------------------------
jchen21 commented on a change in pull request #5447:
URL: https://github.com/apache/geode/pull/5447#discussion_r469584716
##########
File path:
geode-core/src/distributedTest/java/org/apache/geode/internal/cache/GIIDeltaDUnitTest.java
##########
@@ -497,7 +497,7 @@ public void run() {
// If fullGII, the key size in gii chunk is 3, i.e. key1,key3,key5. key2
is GCed.
// If delta GII, the key size should be 1 (key5(T) which is unfinished
operation)
- verifyDeltaSizeFromStats(R, 3, 0);
+ verifyDeltaSizeFromStats(R, 1, 1);
Review comment:
Does the comment above have to be updated?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Regions get out of sync if destroys happening during shutdown
> -------------------------------------------------------------
>
> Key: GEODE-8422
> URL: https://issues.apache.org/jira/browse/GEODE-8422
> Project: Geode
> Issue Type: Bug
> Components: general
> Affects Versions: 1.13.0, 1.14.0
> Reporter: Mark Hanson
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.13.0, 1.14.0
>
>
> When a cluster of servers are being shutdown, while destroy operations are
> happening, in a small case, it is possible for the regions to get out of sync
> when delta GII is used.
>
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)