Uploaded image for project: 'Couchbase Kubernetes'
  1. Couchbase Kubernetes
  2. K8S-131

Operator continually editing memcached bucket

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 0.7.0
    • None
    • operator

    Description

      Test does the following:

      1: Create cluster
      2: Add couchbase bucket

      3: Add memcached bucket

      4: Add ephemeral bucket

       

      The operator adds both the couchbase and memcached bucket, and while adding the ephemeral bucket, the operator continually says its is editing the memcached bucket. On the server, both couchabse and memcached bucket are created, but not ephemeral. The following are the bucket specs: bucket1 = couchbase bucket, bucket2 = memcached bucket, and bucket3 = ephemeral bucket

      bucket1 := api.BucketConfig{
      BucketName: "default1",
      BucketType: "couchbase",
      BucketMemoryQuota: 101,
      BucketReplicas: 1,
      IoPriority: "high",
      EvictionPolicy: &fullEvictionPolicy,
      ConflictResolution: &segnoConflictResolutions,
      EnableFlush: &enableFlush,
      EnableIndexReplica: &indexReplicaOn,
      }

      bucket2 := api.BucketConfig{
      BucketName: "default2",
      BucketType: "memcached",
      BucketMemoryQuota: 101,
      EnableFlush: &disableFlush,
      }

      bucket3 := api.BucketConfig{
      BucketName: "default3",
      BucketType: "ephemeral",
      BucketMemoryQuota: 101,
      BucketReplicas: 1,
      IoPriority: "high",
      EvictionPolicy: &noEvictionPolicy,
      ConflictResolution: &timestampConflictResolution,
      EnableFlush: &enableFlush,
      }

      Operator logs have been uplaoded.

      Attachments

        For Gerrit Dashboard: K8S-131
        # Subject Branch Project Status CR V

        Activity

          People

            mikew Mike Wiederhold [X] (Inactive)
            korrigan.clark Korrigan Clark (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty