[infinispan-issues] [JBoss JIRA] (ISPN-3602) Cache statistics update differently in library and Client-Server mode

Jiří Holuša (JIRA) jira-events at lists.jboss.org
Tue Oct 8 04:15:04 EDT 2013


Jiří Holuša created ISPN-3602:
---------------------------------

             Summary: Cache statistics update differently in library and Client-Server mode
                 Key: ISPN-3602
                 URL: https://issues.jboss.org/browse/ISPN-3602
             Project: Infinispan
          Issue Type: Bug
          Components: Core API
    Affects Versions: 6.0.0.CR1
            Reporter: Jiří Holuša
            Assignee: Mircea Markus
            Priority: Minor


When running jdg quickstart carmart ( https://github.com/infinispan/jdg-quickstart/tree/master/carmart ) I noticed interesting thing.

When calling replace() in library mode, the number of stores in cache statistics doesn't change whereas when calling in Client-Server mode, the number of stores increase by 1.

I went deeper into the code and I found out that in CacheMgmtInterceptor, where there are implemented methods for such statistics updates (like for put() ), there isn't implemented method for updating stats for replace() method, so the control flow is just passed.

I think it should be consistent, but I don't know which approach is intended, if either increase by 1 or leave it the same.

If increase is the answer than the solution is simple, implement CacheMgmtInterceptor.visitReplaceCommand(...) the same way as e.g. visitPutKeyValueCommand.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the infinispan-issues mailing list