Range deleter unnecessarily logs on each iteration

XMLWordPrintableJSON

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

      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
            Reporter:
            Kaloian Manassiev
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: