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

[CE] no graceful removal of query node

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 7.1.0
    • 7.1.0
    • query
    • 7.1.0-2223-community
      centos7
    • Untriaged
    • 1
    • Unknown

    Description

      Not able to see graceful removal of query node on community edition

      To repro:

      • setup 3 node cluster with data,index,query
      • load travel-sample
      • run long query e.g.
        with TR as (select * from `travel-sample` union select * from `travel-sample` union select * from `travel-sample` union select * from `travel-sample`) select count from TR;
      • from node1 remove node3:
        couchbase-cli rebalance -c localhost -u Administrator -p password --server-remove 172.23.104.92:8091

      From cbq, query is canceled:

      cbq> with TR as (select * from `travel-sample` union select * from `travel-sample` union select * from `travel-sample` union select * from `travel-sample`) select count(*) from TR;
      cbq> 

       

      Attachments

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

        Activity

          People

            pierre.regazzoni Pierre Regazzoni
            pierre.regazzoni Pierre Regazzoni
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty