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

[Server-Analytics]: Rebalance-Out stuck if a binary document is ingested by cbas.

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Minor
    • CBAS DP3
    • CBAS DP3
    • analytics
    • Build: 5.0.0-664
    • Untriaged
    • No
    • CX Sprint 67, CX Sprint 68

    Description

      Steps:
      1. 2 nodes (1 KV, 1 CBAS) in cluster. Load beer-bucket and add a binary document.
      DocID: 'Hello'.encode('utf16')

      NOTE: While inserting the document, the document value is converted to binary(utf16).

      2. Do the below operations:

      create bucket beer_sample with {"name":"beer-sample"};
      create shadow dataset beer_ds on beer_sample;
      create index idx_city on beer_ds(city:string);
      select * from Metadata.`Index` where DatasetName='beer_ds' and IsPrimary=False
      connect bucket beer_sample;
      SELECT count(*) FROM `beer_ds` where city="San Francisco";
      SELECT count(*) FROM `beer_ds` where city="Hello";
      

      3. Delete CB Bucket
      4. Rebalance out cbas node.

      Attachments

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

        Activity

          People

            ritesh.agarwal Ritesh Agarwal
            ritesh.agarwal Ritesh Agarwal
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty