----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/50468/ -----------------------------------------------------------
Review request for geode, Eric Shu, Scott Jewell, Ken Howe, and Sai Boorlagadda. Bugs: GEODE-1700 https://issues.apache.org/jira/browse/GEODE-1700 Repository: geode Description ------- A common method is now used for writing async ops to disk. The same method is now used for both flushing an item that has been taken out of the queue and for when the queue is full causing a sync write to be done. Also did a minor refactoring to get rid of the "removed" flag. Diffs ----- geode-core/src/main/java/com/gemstone/gemfire/internal/cache/DiskEntry.java 698e3bd101ccec92833a1feead0a253ae8ce9bf0 Diff: https://reviews.apache.org/r/50468/diff/ Testing ------- precheckin Thanks, Darrel Schneider