You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geode.apache.org by xiaojian zhou <zh...@gmail.com> on 2015/10/29 06:59:59 UTC

Review Request 39747: tombstone GC did not finished at the same time on different member

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/39747/
-----------------------------------------------------------

Review request for geode and Dan Smith.


Bugs: GEODE-371
    https://issues.apache.org/jira/browse/GEODE-371


Repository: geode


Description
-------

GEODE-371:
    The unfinished destroy operation is overwritten by the GII but the tombstone
    is left in cache. TombstoneGC on different members are not finished at the
    same time. When GII happened in this window, the expected deltaGII will become
    full GII.

    However, after discussed with the team, we decide not to fix, only to enhance
    the test to wait until the time window is over.


Diffs
-----

  gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/GIIDeltaDUnitTest.java 38fc3ab 

Diff: https://reviews.apache.org/r/39747/diff/


Testing
-------

the dunit test


Thanks,

xiaojian zhou