Uploaded image for project: 'Mongoid'
  1. Mongoid
  2. MONGOID-5628

Remove currentOp/collStats commands

    • Type: Icon: Improvement Improvement
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • None
    • Hide

      DRIVERS-2232:

      • Drivers should sync spec test updates to mongodb/specifications@6632b76 (re: mongodb/specifications#1402).
      • For drivers that have helpers for collStats or currentOp, the helpers should be adjusted to use the $collStats / $currentOp aggregation pipeline stages.  Alternatively, drivers can deprecate these helpers for future removal.  This is left to the discretion of drivers.
      • Drivers should audit their driver-specific tests and documentation examples (see: DRIVERS-448) for any usages of the `currentOp` or `collStats` commands.
      Show
      DRIVERS-2232: Drivers should sync spec test updates to mongodb/specifications@6632b76 (re: mongodb/specifications#1402 ). For drivers that have helpers for collStats or currentOp, the helpers should be adjusted to use the $collStats / $currentOp aggregation pipeline stages.  Alternatively, drivers can deprecate these helpers for future removal.  This is left to the discretion of drivers. Drivers should audit their driver-specific tests and documentation examples (see: DRIVERS-448 ) for any usages of the `currentOp` or `collStats` commands.

      This ticket was split from DRIVERS-2232, please see that ticket for a detailed description.

      Mongoid::Tasks::Database#shard_collections uses collStats as does the associated spec

      (nothing in the Mongoid uses the currentOp command)

            Assignee:
            dmitry.rybakov@mongodb.com Dmitry Rybakov
            Reporter:
            dbeng-pm-bot PM Bot
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: