[infinispan-issues] [JBoss JIRA] (ISPN-7272) Remove replication statistics from RpcManagerImpl

Dan Berindei (JIRA) issues at jboss.org
Fri Dec 2 04:22:00 EST 2016


Dan Berindei created ISPN-7272:
----------------------------------

             Summary: Remove replication statistics from RpcManagerImpl
                 Key: ISPN-7272
                 URL: https://issues.jboss.org/browse/ISPN-7272
             Project: Infinispan
          Issue Type: Task
          Components: Core
    Affects Versions: 8.1.6.Final, 9.0.0.Alpha4
            Reporter: Dan Berindei
            Assignee: Dan Berindei
             Fix For: 9.0.0.Beta2


The replication statistics exposed by {{RpcManagerImpl}} are too low-level. For instance, in non-transactional caches, the times of the RPCs from the primary to the backups are counted both on the primary and on the originator (as part of the originator-to-primary RPC). They also aren't split by operation, like the {{CacheMgmtInterceptor}} statistics, which makes them even less useful.

The triangle algorithm changes things again, but only for distributed caches, so there is now one more way of interpreting the {{RpcManagerImpl}} statistics. It would be better to remove them altogether.



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the infinispan-issues mailing list