Sergey Puchnin created IGNITE-6679:
--------------------------------------
Summary: Clean up some deprecated cache metrics
Key: IGNITE-6679
URL:
https://issues.apache.org/jira/browse/IGNITE-6679 Project: Ignite
Issue Type: Improvement
Security Level: Public (Viewable by anyone)
Components: cache
Reporter: Sergey Puchnin
Priority: Trivial
An old optimistic serializable mode implementation was removed in 2.0 but some cache metrics still present in CacheMetrics interface.
Need to clean up and remove these metrics:
*TxCommitQueueSize*
*TxPrepareQueueSize*
*TxStartVersionCountsSize*
*TxDhtCommitQueueSize*
*TxDhtPrepareQueueSize*
*TxDhtStartVersionCountsSize*
An algorithm for page eviction was changed and metric *DhtEvictQueueCurrentSize* should be removed also.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)