-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/37148/
-----------------------------------------------------------
Review request for geode and Kirk Lund.
Bugs: GEODE-179
https://issues.apache.org/jira/browse/GEODE-179
Repository: geode
Description
-------
A race existed that caused no-ack regions to fail because they
did not see the entry expire.
This race was fixed by suspending expiration until the create
is seen on the remote side and then after permitting expiration
using a wait for the expire to happen.
Diffs
-----
gemfire-core/src/test/java/com/gemstone/gemfire/cache30/MultiVMRegionTestCase.java
5e605dd11cd010053fb988dcc5d05a403cf288f2
Diff: https://reviews.apache.org/r/37148/diff/
Testing
-------
precheckin
Thanks,
Darrel Schneider