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

Killing of 'count' query cause incorrect behavior

    • Type: Icon: Bug Bug
    • Resolution: Duplicate
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Querying
    • Labels:
    • Environment:
      MongoDB 2.0.2
      Java driver: 2.5.3
    • Major Change
    • ALL

      Steps to reproduce:

      • Run long 'count' operation
      • Try to kill it: db.killOp(<op_id>)
        Result:
      • On client side driver return 0, but should throw an exception. CommandResult looks like:
        { n: 0, ok: 1.0 }

            Assignee:
            matt.dannenberg Matt Dannenberg
            Reporter:
            kiryl.dubarenka@mtvncontractor.com Kiryl Dubarenka
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: