Uploaded image for project: 'Couchbase Server'
  1. Couchbase Server
  2. MB-6595 [RN 2.0.1]][longevity] something unknown is causing severe timeouts in ns_server. Particularly under views building and/or compaction. Which causes rebalance to fail and other types of badness.
  3. MB-7231

bad map function may cause timeouts in entire erlang VM (was: rebalance is stopped by janitor after failover and add back node having views with bad map function)

    XMLWordPrintable

Details

    • Technical task
    • Resolution: Duplicate
    • Major
    • 3.0
    • 2.0, 2.0.1, 2.1.0
    • ns_server
    • Security Level: Public

    Description

      3 nodes cluster/1 bucket/700K/3 ddocs:
      2 ddocs have 2 views each: 1 has good map function another one has infinity loop:
      function (doc, meta) {
      for (var i=0; i != 1.1; i++)

      { emit(meta.id, "infinity"); }

      }

      and 1 ddoc has 1 view with good map function

      Steps to reproduce:
      1. Reboot one node
      2. Fail over it when it's warming up
      3. Add it back
      4 Rebalance

      attaching diags

      Attachments

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

        Activity

          People

            alkondratenko Aleksey Kondratenko (Inactive)
            iryna iryna
            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