-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/42037/
-----------------------------------------------------------
Review request for geode, Hitesh Khamesra, Jason Huynh, and Jianxia Chen.
Bugs: GEODE-368
https://issues.apache.org/jira/browse/GEODE-368
Repository: geode
Description
-------
See https://issues.apache.org/jira/browse/GEODE-368
There has been an assertion in the HARegionQueue code since 2007. In mid-2008
HAEventWrappers were added to the product to reduce memory overhead during
queue replication. This method was changed to look for wrappers and, if one is
found, pull the associated update message from the HARegion. This could be
null during shutdown.
I've removed the assertion and also added an attempt to get the update-message
from the wrapper itself if it's already been removed from the HARegion. If no
update-message can be found we just ignore the wrapper.
Diffs
-----
gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/ha/HARegionQueue.java
daef1df553bfe435068e28979025cb22ee89192c
Diff: https://reviews.apache.org/r/42037/diff/
Testing
-------
Thanks,
Bruce Schuchardt