You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/11/01 12:55:00 UTC

[jira] [Commented] (IGNITE-6679) Clean up some deprecated cache metrics

    [ https://issues.apache.org/jira/browse/IGNITE-6679?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16234037#comment-16234037 ] 

ASF GitHub Bot commented on IGNITE-6679:
----------------------------------------

GitHub user NSAmelchev opened a pull request:

    https://github.com/apache/ignite/pull/2962

    IGNITE-6679

    Clean up some deprecated cache metrics:
    
    - TxCommitQueueSize
    - TxPrepareQueueSize
    - TxStartVersionCountsSize
    - TxDhtCommitQueueSize
    - TxDhtPrepareQueueSize
    - TxDhtStartVersionCountsSize
    - DhtEvictQueueCurrentSize 

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/NSAmelchev/ignite ignite-6679

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ignite/pull/2962.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #2962
    
----
commit 60fc4eaed7491a757f006ca26c88e234159a9000
Author: NSAmelchev <ns...@gmail.com>
Date:   2017-11-01T12:47:47Z

    remove unnecessary metrics

commit 5c125200555098f0de06bee94b72301646445a46
Author: NSAmelchev <ns...@gmail.com>
Date:   2017-11-01T12:49:16Z

    clean up

----


> 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
>            Assignee: Amelchev Nikita
>              Labels: Newbie
>
> 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)