Uploaded image for project: 'Grouper'
  1. Grouper
  2. GRP-1719

Loader logging the address pointer of the count, not the count

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Minor
    • 2.4.0.patch, 2.5.0, 2.4.1
    • 2.4.0, 2.3.0.patch
    • None
    • None

    Description

      2018-03-27 10:45:00,831: [pool-1-thread-1457] INFO GrouperLoaderType.syncOneMemberAddMemberLogic(4520) - unc:org:318600:student processed 1500 records, adding members, [I@6ba1e878 of 41 subjects

      edu/internet2/middleware/grouper/app/loader/GrouperLoaderType.java:4701
      {{ if (TOTAL_COUNT[0] != 0 && TOTAL_COUNT[0] % 500 == 0) {
      String logStatus = groupName + " processed " + TOTAL_COUNT[0] + " records, adding members, " + count + " of " + numberOfRows + " subjects";
      LOG.info(logStatus);
      }}

      However, count is a int[], not an int.

      Attachments

        Activity

          People

            chris.hyzer@at.internet2.edu Chris Hyzer (upenn.edu)
            chad.redman@at.internet2.edu Chad Redman (unc.edu)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: