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

[BP MB-32552] - n1ql op is failing with lcb exception 0

    XMLWordPrintable

Details

    • Untriaged
    • Centos 64-bit
    • Yes

    Description

      build: 6.5.0-1969

      last good build: 6.5.0-1813

      Observing data miss match as n1ql  insert failed with lcb exception "0"

      handler 

      function OnUpdate(doc, meta) {
          var docID= meta.id;
          // Adding these extra comments to validate MB-30240
          log('Before Inserting document', doc);
          log('Before Inserting document', doc);
          log('Before Inserting document', doc);
          var query = INSERT INTO dst_bucket ( KEY, VALUE ) VALUES ( $docID ,'N1QL op');
          // Adding these extra comments to validate MB-30240
          log('After Inserting document', doc);
          log('After Inserting document', doc);
          log('After Inserting document', doc);
      }
       
      function OnDelete(meta) {
          var docID = meta.id;
          // Adding these extra comments to validate MB-30240
          log('Deleting document', docID);
          var query = DELETE FROM dst_bucket where meta().id = $docID;
          // Adding these extra comments to validate MB-30240
          log('Deleting document', docID);
      } 

      ./testrunner -i /tmp/testexec.915.ini -p get-cbcollect-info=True,GROUP=n1ql_op_without_timers -t eventing.eventing_rebalance.EventingRebalance.test_rebalance_in_with_different_topologies,doc-per-day=20,dataset=default,nodes_init=4,services_init=kv:index:n1ql-kv:eventing-kv:eventing-index:n1ql,groups=simple,services_in=kv,eventing,reset_services=True,handler_code=n1ql_op_without_timers,replicas=1,GROUP=n1ql_op_without_timers
       
      Exception: Bucket operations from handler code took lot of time to complete or didn't go through. Current : 40250 Expected : 40320  dcp_backlog : 0  TIMERS_IN_PAST : 0 lcb_exceptions : {'172.23.109.49': {}, '172.23.108.236': {u'0': 34}, '172.23.108.228': {u'0': 36}} 

      ./testrunner -i /tmp/testexec.915.ini -p get-cbcollect-info=True,GROUP=n1ql_op_without_timers -t eventing.eventing_rebalance.EventingRebalance.test_rebalance_in_with_different_topologies,doc-per-day=20,dataset=default,nodes_init=3,services_init=kv:index:n1ql-kv:eventing:n1ql-kv:eventing:n1ql,groups=simple,services_in=kv,eventing,n1ql,reset_services=True,handler_code=n1ql_op_without_timers,replicas=1,GROUP=n1ql_op_without_timers 
       
      Exception: Bucket operations from handler code took lot of time to complete or didn't go through. Current : 40266 Expected : 40320  dcp_backlog : 0  TIMERS_IN_PAST : 0 lcb_exceptions : {'172.23.108.237': {}, '172.23.108.236': {u'0': 29}, '172.23.108.228': {u'0': 25}}

      Attachments

        1. test_13.zip
          82.37 MB
        2. test_2 (1).zip
          31.16 MB
        3. test_2 (1).zip
          28.51 MB
        4. test_7 (2).zip
          57.65 MB
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            Gautham.Banasandra Gautham Banasandra (Inactive)
            jeelan.poola Jeelan Poola
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty