Hitesh Khamesra created GEODE-1724:
--------------------------------------
Summary: For updating client cq stats, we should not go to disk
Key: GEODE-1724
URL: https://issues.apache.org/jira/browse/GEODE-1724
Project: Geode
Issue Type: Bug
Components: client queues
Reporter: Hitesh Khamesra
durable client -queue with overflow, In this case 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.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)