Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-9636

Display chunk version, not memory address, in non-default log line

    • Type: Icon: Improvement Improvement
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 2.4.6, 2.5.0
    • Affects Version/s: 2.4.3
    • Component/s: Logging
    • None
    • Fully Compatible

      The code

      LOG(3) << "found " << _validDiffs << " new chunks for collection " << _ns
             << " (tracking " << newTracked.size() << "), new version is " << _maxVersion << endl;
      

      displays the value of the _maxVersion pointer. We should display the version itself, not the pointer value.

            Assignee:
            tad Tad Marshall
            Reporter:
            tad Tad Marshall
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: