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

[CX] Difference in value of flags from n1ql:SELECT DISTINCT META(default_shadow).flags as flags FROM default_shadow

    XMLWordPrintable

Details

    • Untriaged
    • Unknown
    • CX Sprint 29, CX Sprint 30, CX Sprint 31, CX Sprint 32, CX Sprint 33, CX Sprint 34, CX Sprint 164, CX Sprint 165, CX Sprint 166, CX Sprint 167, CX Sprint 168, CX Sprint 169, CX Sprint 170, CX Sprint 171, CX Sprint 172, CX Sprint 173, CX Sprint 174, CX Sprint 175, CX Sprint 176, CX Sprint 177

    Description

      Query issued:
      SELECT DISTINCT META(default_shadow).flags as flags FROM default_shadow;
       
      Value of flags returned by above query in cbas:
      "results": [ {
      			"flags": -252645136
      		} ]
      	,
       
       
      Same query in n1ql for same bucket:
      SELECT DISTINCT META(default).flags as flags FROM default;
       
      returns:
       },
          "results": [
              {
                  "flags": 4042322160
              }
          ],
       
      
      

      Attachments

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

        Activity

          People

            ali.alsuliman Ali Alsuliman
            mihir.kamdar Mihir Kamdar (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:

              Time Tracking

                Estimated:
                Original Estimate - 8h
                8h
                Remaining:
                Remaining Estimate - 8h
                8h
                Logged:
                Time Spent - Not Specified
                Not Specified

                Gerrit Reviews

                  There are no open Gerrit changes

                  PagerDuty