Uploaded image for project: 'Couchbase Server'
  1. Couchbase Server
  2. MB-4740

Undefined set view error when trying to get view results with ?full_set=true

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • Major
    • 2.0-developer-preview-4
    • 2.0
    • ns_server
    • Security Level: Public
    • None
    • Cluster run with 1 node.

    Description

      Steps to reproduce:-
      1) Create a view
      2) Load 1 doc
      3) Try to reterive the view result multiple times. with Params

      {'connection_timeout': 60000, 'full_set': True}

      Logs from the test run:-
      2012-02-01 11:21:40,938 - root - INFO - dict {'_id': '_design/dev_09b0e', 'language': 'javascript', 'views': {'dev_09b0e': {'map': 'function (doc) { if (doc.name == "test_create_view_cf3ce77d-8ab1-43d1-a257-64c6e3020cfb") { emit(doc.name, doc.age);}}'}}}
      2012-02-01 11:21:40,944 - root - INFO - Params

      {'connection_timeout': 60000, 'full_set': True}

      {u'rows': [], u'total_rows': 0, u'errors': [

      {u'reason': u'Undefined set view `default` for `_design/dev_09b0e` design document.', u'from': u'local'}

      ]}
      2012-02-01 11:21:40,990 - root - ERROR - view_results not ready yet , try again in 5 seconds... , error unable to get view_results for dev_09b0e due to error [

      {u'reason': u'Undefined set view `default` for `_design/dev_09b0e` design document.', u'from': u'local'}

      ]

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            Aliaksey Artamonau Aliaksey Artamonau (Inactive)
            karan Karan Kumar (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty