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

Remove logger does not output namespace/collection

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 1.7.0
    • Affects Version/s: 1.6.0, 1.6.1
    • Component/s: None
    • None
    • Environment:
      Ubuntu 10.04, MongoDB 1.6.1
    • ALL

      Bug in the oplog for remove. All other queries follow the syntax:

      [Timestamp] [connection#] [update|remove|insert] [ns] query:

      {....}

      byid 0ms

      Example:
      Thu Aug 19 18:55:54 [conn8] query mydb.users ntoreturn:1 reslen:341 nreturned:1 0ms
      Thu Aug 19 18:55:56 [conn8] update mydb.users query:

      { _id: ObjectId('4c564b4c4d784c0efa0000ad') }

      byid 0ms

      However a remove is coming up like:
      Thu Aug 19 19:02:22 [conn28] remove query: { _id:

      { $in: [ ObjectId('4c6d736853cc91398500000c') ] }

      } 0ms

      Missing the namespace that the object was removed from.

            Assignee:
            kristina Kristina Chodorow (Inactive)
            Reporter:
            jstad Justin Smestad
            Votes:
            1 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: