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

View Index creation on openSUSE does not complete

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Critical
    • 3.1.0, 4.0.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

        1. Browser.png
          Browser.png
          190 kB
        2. Curl.png
          Curl.png
          301 kB
        3. openSUSE.tar.gz
          2.51 MB

        Issue Links

          For Gerrit Dashboard: MB-14542
          # Subject Branch Project Status CR V

          Activity

            People

              vmx Volker Mische
              colm Colm Mchugh (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes

                  PagerDuty