----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/50607/ -----------------------------------------------------------
Review request for geode, anilkumar gingade, Bruce Schuchardt, and Dan Smith. Repository: geode Description ------- This test verifies perf of durable client -queue with overflow. In case of overflow client queue uses LIFO policy. Because of that we put new entry on disk first. But, after putting that entry into queue that thread needs to update Cq stats, which causes that thread to fetch that value again from disk. that hurts performance. we should be updating any(all) client stats before putting that value into disk. Using "hw.getClientUpdateMessage()" to update the stats.. Diffs ----- geode-core/src/main/java/com/gemstone/gemfire/internal/cache/ha/HARegionQueue.java c5746ed Diff: https://reviews.apache.org/r/50607/diff/ Testing ------- Thanks, Hitesh Khamesra