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

BatchedDeleteStage can sometimes not find the record it is deleting

    • Type: Icon: Bug Bug
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • None
    • Query Execution
    • ALL
    • Execution Team 2024-11-11, Execution Team 2024-12-23, Execution Team 2025-01-06, Execution Team 2025-01-20
    • 0

      In rare circumstances, it is possible for BatchedDeleteStage to enqueue the same document twice for deletion and then attempt two deletes of that document, with the second attempt triggering an unnecessary warning.

      When refactoring BatchedDeleteStage for this project, we should add logic to prevent already enqueued documents from getting added to the queue a second time.

            Assignee:
            Unassigned Unassigned
            Reporter:
            louis.williams@mongodb.com Louis Williams
            Votes:
            0 Vote for this issue
            Watchers:
            13 Start watching this issue

              Created:
              Updated: