Jason Huynh created GEODE-1962: ---------------------------------- Summary: When queue is unable to create object from off-heap, stats can be incorrect Key: GEODE-1962 URL: https://issues.apache.org/jira/browse/GEODE-1962 Project: Geode Issue Type: Bug Reporter: Jason Huynh
In ParallelSenderGatewayQueue, in the method peek(...) if an off heap copy is unable to be pulled into memory, we continue and do not increment a stat. The way the off heap object would fail to create an on heap copy would be due to conflation or a bucket moved...\ In the Serial case in peekAhead(), we also account for conflation differently than in the parallel case... We should correctly increment the conflated stat if the value itself was conflated. -- This message was sent by Atlassian JIRA (v6.3.4#6332)