Uploaded image for project: 'Couchbase Python Client Library'
  1. Couchbase Python Client Library
  2. PYCBC-1159

acouchbase iteration fails when results > 1000

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 3.2.1
    • 3.2.0, 3.1.3
    • None
    • None
    • 1

    Description

      The acouchbase API will fail when iterating over a result set that is greater than the rows_per_call (set at 1000 records). This impacts query, FTS and analytics.

      An InvalidStateException will be raised due to the _anext_ override trying to access the Future's exception when the Future has not yet completed.

      In the interim, utilizing pagination will help to work-around the issue.

      Attachments

        For Gerrit Dashboard: PYCBC-1159
        # Subject Branch Project Status CR V

        Activity

          People

            jared.casey Jared Casey
            jared.casey Jared Casey
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty