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

certain map functions crash the server

    XMLWordPrintable

Details

    • Bug
    • Resolution: Cannot Reproduce
    • Blocker
    • 2.1.0
    • 2.0.1
    • view-engine
    • Security Level: Public
    • None

    Description

      1. 2.0.1, build 170 (but i saw the exact same behavior on 2.0 GA).
      2. Run the game simulator workload on 3 nodes cluster - (http://loadgen.west.aws.couchbase.net:9980/)
      3. create a player/leaderboard view
      4. setup the following map (notice the javascript syntax error):
      -----------------------
      Leader board
      function (doc, meta) {
      if (doc.jsonType == "player" && doc.experience)

      { emit(doc.experience, null); }

      }
      -------------------------
      5. Save the view.

      Server is crashing, UI disappears
      cbcollect info file is attached.

      Attachments

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

        Activity

          People

            sharon Sharon Barr (Inactive)
            sharon Sharon Barr (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