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

Range deleter unnecessarily logs on each iteration

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Minor - P4 Minor - P4
    • 3.6.0-rc4
    • Affects Version/s: 3.6.0-rc2
    • Component/s: Sharding
    • None
    • Fully Compatible
    • ALL
    • Sharding 2017-11-13

      The range deleter unnecessarily logs on each work iteration, producing spam in the logs:

      d20000| 2017-11-06T18:06:10.286-0500 I SHARDING [conn18] Scheduling immediate deletion of sbtest.move_chunk range [{ _id: 75000.0 }, { _id: MaxKey })
      d20000| 2017-11-06T18:06:10.286-0500 I SHARDING [conn18] Waiting for cleanup of sbtest.move_chunk range [{ _id: 75000.0 }, { _id: MaxKey })
      d20000| 2017-11-06T18:06:10.312-0500 I SHARDING [Collection Range Deleter] Deleted 128 documents in sbtest.move_chunk range [{ _id: 75000.0 }, { _id: MaxKey })
      

      This logging should either be removed or set at a higher level.

            Assignee:
            kaloian.manassiev@mongodb.com Kaloian Manassiev
            Reporter:
            kaloian.manassiev@mongodb.com Kaloian Manassiev
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: