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

Windows - Query times out

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Test Blocker
    • 4.0.0
    • 4.0.0
    • view-engine
    • Security Level: Public
    • Build - 4.0.0-1573

    Description

      1. Create a 3 or 4 node cluster
      2. Create default bucket. Create about 2000 documents, with employee dataset
      Test uses employee data sets:
      -documents are structured as

      {"name": name<string>, "join_yr" : year<int>, "join_mo" : month<int>, "join_day" : day<int>, "email": email<string>, "job_title" : title<string>, "type" : type<string>, "desc" : desc<tring>}
      • documents are like {"name":name<string>, "age":age<int>}

        3. Create 6 views
        4. Wait for data persistence to happen.
        5. Query all the views.

      Expected Result:
      All queries should return expected results as per the map

      Actual Result:
      a) The test is timing out, only one query returns the results set. Rest of the queries are showing up errors:

      http://10.5.3.15:8092/default/_design/test_view-243b267/_view/test_view-243b267?inclusive_end=true&stale=false&connection_timeout=60000&limit=10&skip=0
      {"total_rows":1356,"rows":[

      {"id":"243b2673d22621-0","key":[2008,1,1],"value":["employee-243b267-0","0-mail@couchbase.com"]}

      ,

      {"id":"243b2673d22621-1","key":[2008,1,1],"value":["employee-243b267-1","0-mail@couchbase.com"]}

      ,

      {"id":"243b267d270d62-0","key":[2008,1,1],"value":["employee-243b267-0","0-mail@couchbase.com"]}

      ,

      {"id":"243b267d409b3c-0","key":[2008,1,1],"value":["employee-243b267-0","0-mail@couchbase.com"]}

      ,

      {"id":"243b267d409b3c-1","key":[2008,1,1],"value":["employee-243b267-1","0-mail@couchbase.com"]}

      ,

      {"id":"243b26734df10d-0","key":[2008,1,2],"value":["employee-243b267-0","0-mail@couchbase.com"]}

      ,

      {"id":"243b26734df10d-1","key":[2008,1,2],"value":["employee-243b267-1","0-mail@couchbase.com"]}

      ,

      {"id":"243b2677948d5b-0","key":[2008,1,2],"value":["employee-243b267-0","0-mail@couchbase.com"]}

      ,

      {"id":"243b2677948d5b-1","key":[2008,1,2],"value":["employee-243b267-1","0-mail@couchbase.com"]}

      ,

      {"id":"243b267f9fb11b-1","key":[2008,1,2],"value":["employee-243b267-1","0-mail@couchbase.com"]}

      ],
      "errors":[
      {"from":"10.5.3.16:8092","reason":"{econnrefused,[{lhttpc_client,send_request,1,\n [

      {file,\"c:/Jenkins/workspace/sherlock-windows/couchbase/couchdb/src/lhttpc/lhttpc_client.erl\"}

      ,\n

      {line,220}

      ]},\n {lhttpc_client,execute,9,\n [

      {file,\"c:/Jenkins/workspace/sherlock-windows/couchbase/couchdb/src/lhttpc/lhttpc_client.erl\"}

      ,\n

      {line,169}

      ]},\n {lhttpc_client,request,9,\n [

      {file,\"c:/Jenkins/workspace/sherlock-windows/couchbase/couchdb/src/lhttpc/lhttpc_client.erl\"}

      ,\n

      {line,92}

      ]}]}"}
      ]
      }

      b) The cluster becomes unusable for a good long time about 30 minutes or so. During this period.
      1. Cannot access the views tab, seems to be loading forever
      2. Cannot load the Logs - Collect Information node, seems to be loading forever

      Consistently reproducible with Windows Sanity and independent runs against windows setup.

      Attachments

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

        Activity

          People

            ritam.sharma Ritam Sharma
            ritam.sharma Ritam Sharma
            Votes:
            0 Vote for this issue
            Watchers:
            8 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty