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

William Burns (JIRA) issues at jboss.org
Wed Jul 9 08:18:28 EDT 2014


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

William Burns updated ISPN-4469:
--------------------------------

           Status: Resolved  (was: Pull Request Sent)
         Assignee: Dan Berindei  (was: Mircea Markus)
    Fix Version/s: 7.0.0.Alpha5
       Resolution: Done


> 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: Dan Berindei
>             Fix For: 7.0.0.Alpha5
>
>
> 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