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

Operator continuously updates Bucket when using magma storage backend

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • Minor
    • 2.6.0
    • None
    • operator
    • None
    • 0

    Description

      The operator continuosly updates the bucket when a bucket is using magma.

      This causes noisey logs and unnecesary calls to cb-server

      Example yaml:

      apiVersion: couchbase.com/v2
      kind: CouchbaseBucket
      metadata:
        name: default
      spec:
        storageBackend: "magma"
        memoryQuota: 1024Mi
        evictionPolicy: fullEviction
      ---
      apiVersion: couchbase.com/v2
      kind: CouchbaseCluster
      metadata:
        name: cb-example
      spec:
        image: couchbase/server:7.2.0
        security:
          adminSecret: cb-example-auth
          rbac:
            managed: true
        buckets:
          managed: true
        servers:
          - size: 3
            name: all_services
            services:
              - data
              - index
              - query
              - search
              - eventing
              - analytics
        cluster:
          dataServiceMemoryQuota: 1512Mi  

      Attachments

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

        Activity

          People

            justin.ashworth Justin Ashworth
            usamah.jassat Usamah Jassat
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty