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

wrong phaseCounts.fetch in system:completed_requests

    XMLWordPrintable

Details

    • Untriaged
    • 1
    • Unknown

    Description

      Set completed-threshold to 0 so that every thing will be recorded.

      curl -u Administrator:password http://localhost:8093/admin/settings -XPOST -d '{"completed-threshold":0}'
      

      Repro:

      DELETE FROM system:completed_requests;
      insert into default values ("k01", {"a":1});
      select * from default use keys "k01";
      select * from default use keys "k01";
      select * from default use keys "k01";
      select * from system:completed_requests;
      
      

      Observe phaseCounts.fetch of statement of "select * from default use keys "k01""
      It shows 3 entries of 3 different values 1,2,3

      Attachments

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

        Activity

          People

            pierre.regazzoni Pierre Regazzoni
            Sitaram.Vemulapalli Sitaram Vemulapalli
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty