Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-4469

StateConsumerImpl segment change tracing is incorrect

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 7.0.0.Alpha5
    • 7.0.0.Alpha4
    • None
    • None

      StateConsumerImpl has some tracing to tell you what segments had changed. Unfortunately the arguments are in the wrong order and can cause some confusion.

      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);
                     }
      

      It should be newSegments, previousSegments, removedSegments, addedSegments instead.

            dberinde@redhat.com Dan Berindei (Inactive)
            wburns@redhat.com Will Burns
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: