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

N1QL does not respond when doing fetches

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • Blocker
    • 4.6.3, 5.0.0
    • 4.6.3, 5.0.0
    • memcached, query
    • None
    • Untriaged
    • Unknown

    Description

      Try this 4.6.2 or Pre MB-24429 i.e 5.0.0-2920 to identify root cause and find right solution.

      create a new bucket. Lets say onebigjson

      -Run the following on your newly created bucket: i.e. 1000 documents each around 2MB
      cbworkloadgen -n 10.50.51.11:8091 -j -b onebigjson -i 1000 -s 2000000
      -Create the following index:
      create index idx_onebig_name on onebigjson(name)

      -Then execute the following n1ql query over and over and over.
      select * from onebigjson where name is not null;
      At one point in time, the cluster will stop responding to your queries. temporary files will start to pile up in the /tmp. And even if you stop executing the N1QL's, cluster never returns back to normal.
      all n1ql queries on all bucket in that cluster are affected when the problem appears. The only way to successfully query a bucket via n1ql is to restart the affected bucket by changing the cache metadata. Or restart all nodes one at a time.

      https://forums.couchbase.com/t/n1ql-not-responding/12830/8

      Attachments

        Issue Links

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

          Activity

            People

              Prerna.Manaktala Prerna Manaktala (Inactive)
              Sitaram.Vemulapalli Sitaram Vemulapalli
              Votes:
              0 Vote for this issue
              Watchers:
              12 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes

                  PagerDuty