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

CLONE - MB-14542 View Index creation on openSUSE does not complete

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Critical
    • 3.1.0
    • 4.0.0
    • view-engine
    • Security Level: Public
    • openSUSE
    • Untriaged
    • Unknown

    Description

      Steps to reproduce:
      1) Create a bucket with 1000 docs
      2) Create a development view for this bucket (using UI)
      Design Document Name: _design/dev_ddl_view_test
      View Name: view_test
      View Code:
      function (doc, meta) {
      var stringToUtf8Bytes = function (str) {
      var utf8 = unescape(encodeURIComponent(str));
      var bytes = [];
      for (var i = 0; i < str.length; ++i)

      { bytes.push(str.charCodeAt(i)); }

      return bytes;
      };

      emit([160, stringToUtf8Bytes(meta.id)], null);
      }
      3) Publish the view
      4) Go to the production view and either open the "Filter Results" link or click
      "Show Results" button. The view request results do not show.

      Attachments

        Issue Links

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

          Activity

            People

              vmx Volker Mische
              vmx Volker Mische
              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