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

make it possible to interrupt operations in mongos

    • Type: Icon: Improvement Improvement
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Sharding
    • Labels:
      None
    • Query
    • Query 2018-01-29

      The aggregation framework pipeline components can run in either mongod or mongos, depending on whether they operate on grouped (or sorted) documents. For SERVER-4844, code was added that would enable interruption of aggregation operations via currentOp/killOp. However, this doesn't work in mongos, because there's no provision for doing that there. Something needs to be created that can be used in the implementation of the InterruptStatusMongos class (in interrupt_status_mongos.cpp).

            Assignee:
            backlog-server-query Backlog - Query Team (Inactive)
            Reporter:
            dan@mongodb.com Daniel Pasette (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: