Uploaded image for project: 'Couchbase C client library libcouchbase'
  1. Couchbase C client library libcouchbase
  2. CCBC-225

Views-Only/Config Cache workload does not receive cluster updates

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 2.3.0-dp2
    • None
    • library
    • Security Level: Public
    • None
    • centos 5.x, PHP 1.1.5; views-only workload, configuration cache

    Description

      Set up a three node cluster. Configure a PHP client doing regular views workload against this cluster using the configuration cache.

      Remove one node of the cluster.

      Expected behavior: the configuration would be updated and the clients would use the remaining two nodes.

      Observed behavior: view requests are still going to that third node and responding with a 404, since the node is still up but the design document is not there since the node reverts to unconfigured.

      I believe what may be happening here is the process which was originally doing the config stream exits and the only reason to do a configuration update would be a not_my_vbucket response. Since this is a view only workload, the 404s aren't a trigger to check for an updated configuration.

      Attachments

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

        Activity

          People

            ingenthr Matt Ingenthron
            ingenthr Matt Ingenthron
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty