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

Eventing on update failure is not zero ; Getting Panics with query

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Critical
    • 7.6.0
    • 7.6.0
    • eventing, query
    • None

    Description

      We are running this test 
      80th percentile latency(ms), 1 bucket x 20M x 1KB, 4KV + 1Eventing node,single function-N1QL, s=1, c=1, N2N=Strict
      on 7.6.0-1642 
      eventing function being

      function OnUpdate(doc, meta) {    var docId = meta.id;    var select_query = SELECT * FROM `bucket-1`.`scope-1`.`collection-1` USE KEYS[$docId];    for (var r of select_query) {    }    select_query.close()    var upsert_query = UPSERT INTO `eventing-bucket-1`.`scope-1`.`collection-1` (KEY, VALUE) VALUES ($docId, 'Hello World');    upsert_query.close();}
      function OnDelete(meta) {}
      

      Getting 

      2023-10-14T18:50:27 [ERROR] perf-test1: 172.23.97.177: on_update_failure is not zero

      .. Also on the other I am seeing few panics with Query component.

      [ERROR] Following failures found: { 07:25:44  "panics": { 07:25:44  "./172.23.96.20.zip": [ 07:25:44  "cbcollect_info_ns_1@172.23.96.20_20231015-015031/ns_server.query.log" 07:25:44  ] 07:25:44  } 07:25:44 } 

      Run : https://perf.jenkins.couchbase.com/job/themis/24618/console 

      Attachments

        Issue Links

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

          Activity

            People

              devansh.srivastava Devansh Srivastava
              devansh.srivastava Devansh Srivastava
              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