Uploaded image for project: 'Python Driver'
  1. Python Driver
  2. PYTHON-2182

Cursor namespace is ignored

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 3.11
    • Affects Version/s: 3.10.1
    • Component/s: None
    • Labels:
      None

      We have a user testing Atlas Data Lake and was having issues with cursors, in particular getting the next batch. While mongod/mongos returns a cursor namespace that uses the originating database and collection names, Atlas Data Lake does not.

      For example, issuing the query on the "test" database, db.foo.find(), mongod/mongos will return a cursor with the namespace "test.foo". However, Atlas Data Lake will return a namespace more like "cursors.lkajlkasdf-3980238d908sdf".

      As such, any getMore requests on Atlas Data Lake will result in cursor not found messages.

            Assignee:
            shane.harvey@mongodb.com Shane Harvey
            Reporter:
            craig.wilson@mongodb.com Craig Wilson
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: