[infinispan-issues] [JBoss JIRA] (ISPN-4469) StateConsumerImpl segment change tracing is incorrect

Dan Berindei (JIRA) issues at jboss.org
Mon Jul 7 16:34:24 EDT 2014


     [ https://issues.jboss.org/browse/ISPN-4469?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dan Berindei updated ISPN-4469:
-------------------------------

              Status: Pull Request Sent  (was: Open)
    Git Pull Request: https://github.com/infinispan/infinispan/pull/2697


> StateConsumerImpl segment change tracing is incorrect
> -----------------------------------------------------
>
>                 Key: ISPN-4469
>                 URL: https://issues.jboss.org/browse/ISPN-4469
>             Project: Infinispan
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>    Affects Versions: 7.0.0.Alpha4
>            Reporter: William Burns
>            Assignee: Mircea Markus
>
> StateConsumerImpl has some tracing to tell you what segments had changed.  Unfortunately the arguments are in the wrong order and can cause some confusion.
> {code}
> if (trace) {
>                   log.tracef("On cache %s we have: new segments: %s; old segments: %s; removed segments: %s; added segments: %s",
>                         cacheName, removedSegments, newSegments, previousSegments, addedSegments);
>                }
> {code}
> It should be newSegments, previousSegments, removedSegments, addedSegments instead.



--
This message was sent by Atlassian JIRA
(v6.2.6#6264)


More information about the infinispan-issues mailing list