Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] mssql cluster hscale ops always Running #8784

Open
JashBook opened this issue Jan 10, 2025 · 0 comments
Open

[BUG] mssql cluster hscale ops always Running #8784

JashBook opened this issue Jan 10, 2025 · 0 comments
Assignees
Labels
kind/bug Something isn't working
Milestone

Comments

@JashBook
Copy link
Collaborator

JashBook commented Jan 10, 2025

Describe the bug

kbcli version
Kubernetes: v1.28.15-vke.18
KubeBlocks: 0.9.3-beta.20
kbcli: 0.9.3-beta.2

To Reproduce
Steps to reproduce the behavior:

  1. create cluster
apiVersion: apps.kubeblocks.io/v1alpha1
kind: Cluster
  name: mssql-vbghxp
  namespace: default
spec:
  clusterDefinitionRef: mssql
  componentSpecs:
  - componentDef: mssql
    name: mssql
    replicas: 3
    resources:
      limits:
        cpu: 500m
        memory: 2Gi
      requests:
        cpu: 500m
        memory: 2Gi
    serviceVersion: 2022.0.0
    volumeClaimTemplates:
    - name: data
      spec:
        accessModes:
        - ReadWriteOnce
        resources:
          requests:
            storage: 20Gi
    volumes:
    - name: certificates
      secret:
        secretName: mssql-vbghxp-certificates
  terminationPolicy: Delete
  topology: cluster

kbcli cluster list-instances mssql-vbghxp
NAME                   NAMESPACE   CLUSTER        COMPONENT   STATUS    ROLE        ACCESSMODE   AZ              CPU(REQUEST/LIMIT)   MEMORY(REQUEST/LIMIT)   STORAGE     NODE                      CREATED-TIME                 
mssql-vbghxp-mssql-0   default     mssql-vbghxp   mssql       Running   primary     <none>       cn-shanghai-b   500m / 500m          2Gi / 2Gi               data:20Gi   172.16.0.88/172.16.0.88   Jan 10,2025 10:56 UTC+0800   
mssql-vbghxp-mssql-1   default     mssql-vbghxp   mssql       Running   secondary   <none>       cn-shanghai-b   500m / 500m          2Gi / 2Gi               data:20Gi   172.16.0.87/172.16.0.87   Jan 10,2025 10:56 UTC+0800   
mssql-vbghxp-mssql-2   default     mssql-vbghxp   mssql       Running   secondary   <none>       cn-shanghai-b   500m / 500m          2Gi / 2Gi               data:20Gi   172.16.0.86/172.16.0.86   Jan 10,2025 10:56 UTC+0800   

  1. hscale
kbcli cluster hscale mssql-vbghxp --replicas 4 --components mssql --auto-approve
  1. See error
kubectl get cluster  mssql-vbghxp
NAME           CLUSTER-DEFINITION   VERSION   TERMINATION-POLICY   STATUS     AGE
mssql-vbghxp   mssql                          Halt                 Updating   24m

kubectl get pod -l app.kubernetes.io/instance=mssql-vbghxp  
NAME                   READY   STATUS    RESTARTS   AGE
mssql-vbghxp-mssql-0   4/4     Running   0          25m
mssql-vbghxp-mssql-1   4/4     Running   0          25m
mssql-vbghxp-mssql-2   4/4     Running   0          25m

kubectl get ops
NAME                                   TYPE                CLUSTER        STATUS    PROGRESS   AGE
mssql-vbghxp-horizontalscaling-vcfgw   HorizontalScaling   mssql-vbghxp   Running   0/1        21m

kubectl get backup
NAME                                         POLICY                             METHOD   REPO                    STATUS      TOTAL-SIZE   DURATION   CREATION-TIME          COMPLETION-TIME        EXPIRATION-TIME
mssql-vbghxp-mssql-scaling                   mssql-vbghxp-mssql-backup-policy   full     backuprepo-kbcli-test   Completed   4096         10s        2025-01-10T02:57:56Z   2025-01-10T02:58:06Z   

logs kubeblocks

kubectl logs -n kb-system kubeblocks-c6fb76bfd-bm9h9| grep mssql-vbghxp 
Defaulted container "manager" out of: manager, tools (init), datascript (init)
2025-01-10T02:56:10.818Z	INFO	update cluster status after applying resources, generation: 1	{"controller": "cluster", "controllerGroup": "apps.kubeblocks.io", "controllerKind": "Cluster", "Cluster": {"name":"mssql-vbghxp","namespace":"default"}, "namespace": "default", "name": "mssql-vbghxp", "reconcileID": "c327a89e-f4ef-4137-838e-d7991266fd7c", "cluster": {"name":"mssql-vbghxp","namespace":"default"}}
2025-01-10T02:56:10.872Z	INFO	update cluster status after applying resources, generation: 2	{"controller": "cluster", "controllerGroup": "apps.kubeblocks.io", "controllerKind": "Cluster", "Cluster": {"name":"mssql-vbghxp","namespace":"default"}, "namespace": "default", "name": "mssql-vbghxp", "reconcileID": "ba96a5fe-334b-45fc-8a86-2e417cbc0519", "cluster": {"name":"mssql-vbghxp","namespace":"default"}}
2025-01-10T02:56:11.019Z	INFO	update status after applying new spec, generation: 1	{"controller": "component", "controllerGroup": "apps.kubeblocks.io", "controllerKind": "Component", "Component": {"name":"mssql-vbghxp-mssql","namespace":"default"}, "namespace": "default", "name": "mssql-vbghxp-mssql", "reconcileID": "c5370844-699e-4fae-8b6e-9920f2b53ffd", "component": {"name":"mssql-vbghxp-mssql","namespace":"default"}}
2025-01-10T02:56:11.021Z	INFO	ConfigurationReconcile	failed to run configuration reconcile task.	{"controller": "configuration", "controllerGroup": "apps.kubeblocks.io", "controllerKind": "Configuration", "Configuration": {"name":"mssql-vbghxp-mssql","namespace":"default"}, "namespace": "default", "name": "mssql-vbghxp-mssql", "reconcileID": "b8a90905-9d78-44c9-8cc6-98c841e6f155", "configuration": {"name":"mssql-vbghxp-mssql","namespace":"default"}}
2025-01-10T02:56:11.021Z	ERROR	Reconciler error	{"controller": "configuration", "controllerGroup": "apps.kubeblocks.io", "controllerKind": "Configuration", "Configuration": {"name":"mssql-vbghxp-mssql","namespace":"default"}, "namespace": "default", "name": "mssql-vbghxp-mssql", "reconcileID": "b8a90905-9d78-44c9-8cc6-98c841e6f155", "error": "has no Credential object sysdba found when resolving vars"}
2025-01-10T02:56:11.033Z	INFO	ConfigurationReconcile	failed to run configuration reconcile task.	{"controller": "configuration", "controllerGroup": "apps.kubeblocks.io", "controllerKind": "Configuration", "Configuration": {"name":"mssql-vbghxp-mssql","namespace":"default"}, "namespace": "default", "name": "mssql-vbghxp-mssql", "reconcileID": "ac0d5fef-142d-43f2-9e55-9801acfed956", "configuration": {"name":"mssql-vbghxp-mssql","namespace":"default"}}
2025-01-10T02:56:11.033Z	ERROR	Reconciler error	{"controller": "configuration", "controllerGroup": "apps.kubeblocks.io", "controllerKind": "Configuration", "Configuration": {"name":"mssql-vbghxp-mssql","namespace":"default"}, "namespace": "default", "name": "mssql-vbghxp-mssql", "reconcileID": "ac0d5fef-142d-43f2-9e55-9801acfed956", "error": "has no Credential object sysdba found when resolving vars"}
2025-01-10T02:56:11.045Z	INFO	ConfigurationReconcile	failed to run configuration reconcile task.	{"controller": "configuration", "controllerGroup": "apps.kubeblocks.io", "controllerKind": "Configuration", "Configuration": {"name":"mssql-vbghxp-mssql","namespace":"default"}, "namespace": "default", "name": "mssql-vbghxp-mssql", "reconcileID": "fe01546f-45de-4bff-8664-d5d72ffa9bea", "configuration": {"name":"mssql-vbghxp-mssql","namespace":"default"}}
2025-01-10T02:56:11.045Z	ERROR	Reconciler error	{"controller": "configuration", "controllerGroup": "apps.kubeblocks.io", "controllerKind": "Configuration", "Configuration": {"name":"mssql-vbghxp-mssql","namespace":"default"}, "namespace": "default", "name": "mssql-vbghxp-mssql", "reconcileID": "fe01546f-45de-4bff-8664-d5d72ffa9bea", "error": "has no Credential object sysdba found when resolving vars"}
2025-01-10T02:56:11.502Z	INFO	update status after applying new spec, generation: 1	{"controller": "component", "controllerGroup": "apps.kubeblocks.io", "controllerKind": "Component", "Component": {"name":"mssql-vbghxp-mssql","namespace":"default"}, "namespace": "default", "name": "mssql-vbghxp-mssql", "reconcileID": "4c87a997-2e9d-4863-835a-e096b4702eb3", "component": {"name":"mssql-vbghxp-mssql","namespace":"default"}}
2025-01-10T02:56:12.003Z	INFO	update status after applying new spec, generation: 1	{"controller": "component", "controllerGroup": "apps.kubeblocks.io", "controllerKind": "Component", "Component": {"name":"mssql-vbghxp-mssql","namespace":"default"}, "namespace": "default", "name": "mssql-vbghxp-mssql", "reconcileID": "0e87aca9-ae9c-4663-a165-6ffa5d29bdb1", "component": {"name":"mssql-vbghxp-mssql","namespace":"default"}}
2025-01-10T02:56:12.587Z	INFO	status conditions, creating: true, available: false, its running: false, has failure: false, updating: false, config synced: true	{"controller": "component", "controllerGroup": "apps.kubeblocks.io", "controllerKind": "Component", "Component": {"name":"mssql-vbghxp-mssql","namespace":"default"}, "namespace": "default", "name": "mssql-vbghxp-mssql", "reconcileID": "41d34018-a6dc-4d1c-94b5-d9ba123e482a", "component": {"name":"mssql-vbghxp-mssql","namespace":"default"}}
2025-01-10T02:56:12.601Z	INFO	cluster component phase transition:  -> Creating (component is Creating)	{"controller": "cluster", "controllerGroup": "apps.kubeblocks.io", "controllerKind": "Cluster", "Cluster": {"name":"mssql-vbghxp","namespace":"default"}, "namespace": "default", "name": "mssql-vbghxp", "reconcileID": "5724d965-41c8-445b-b43f-15830e14940f", "cluster": {"name":"mssql-vbghxp","namespace":"default"}}
2025-01-10T02:56:13.187Z	INFO	status conditions, creating: true, available: false, its running: false, has failure: false, updating: false, config synced: true	{"controller": "component", "controllerGroup": "apps.kubeblocks.io", "controllerKind": "Component", "Component": {"name":"mssql-vbghxp-mssql","namespace":"default"}, "namespace": "default", "name": "mssql-vbghxp-mssql", "reconcileID": "ab453167-7323-48a0-b65d-6480700bf791", "component": {"name":"mssql-vbghxp-mssql","namespace":"default"}}
2025-01-10T02:56:13.787Z	INFO	status conditions, creating: true, available: false, its running: false, has failure: false, updating: false, config synced: true	{"controller": "component", "controllerGroup": "apps.kubeblocks.io", "controllerKind": "Component", "Component": {"name":"mssql-vbghxp-mssql","namespace":"default"}, "namespace": "default", "name": "mssql-vbghxp-mssql", "reconcileID": "8b710348-7c63-4ea5-8473-2cd0c38ca272", "component": {"name":"mssql-vbghxp-mssql","namespace":"default"}}
2025-01-10T02:56:14.386Z	INFO	status conditions, creating: true, available: false, its running: false, has failure: false, updating: false, config synced: true	{"controller": "component", "controllerGroup": "apps.kubeblocks.io", "controllerKind": "Component", "Component": {"name":"mssql-vbghxp-mssql","namespace":"default"}, "namespace": "default", "name": "mssql-vbghxp-mssql", "reconcileID": "f92f613c-4afc-4c65-8b67-3d6df1e91714", "component": {"name":"mssql-vbghxp-mssql","namespace":"default"}}
2025-01-10T02:56:31.726Z	INFO	handle role change event	{"controller": "event", "controllerGroup": "", "controllerKind": "Event", "Event": {"name":"mssql-vbghxp-mssql-0.6gjz9gwh9kmsd8s2","namespace":"default"}, "namespace": "default", "name": "mssql-vbghxp-mssql-0.6gjz9gwh9kmsd8s2", "reconcileID": "7706df0c-a2e8-4e3a-a33a-ef02059d8783", "event": {"name":"mssql-vbghxp-mssql-0.6gjz9gwh9kmsd8s2","namespace":"default"}, "pod": "mssql-vbghxp-mssql-0", "role": "", "originalRole": "waitForStart"}
2025-01-10T02:56:31.876Z	INFO	status conditions, creating: true, available: false, its running: false, has failure: false, updating: false, config synced: true	{"controller": "component", "controllerGroup": "apps.kubeblocks.io", "controllerKind": "Component", "Component": {"name":"mssql-vbghxp-mssql","namespace":"default"}, "namespace": "default", "name": "mssql-vbghxp-mssql", "reconcileID": "0f4bc3ce-a850-40c4-a3ca-18cf4ab0cc14", "component": {"name":"mssql-vbghxp-mssql","namespace":"default"}}
2025-01-10T02:56:32.615Z	INFO	probe event failed	{"controller": "event", "controllerGroup": "", "controllerKind": "Event", "Event": {"name":"mssql-vbghxp-mssql-1.76h2wsszpcsdtwrv","namespace":"default"}, "namespace": "default", "name": "mssql-vbghxp-mssql-1.76h2wsszpcsdtwrv", "reconcileID": "fe56c868-ddb5-473d-8dae-bcd4aae261b4", "event": {"name":"mssql-vbghxp-mssql-1.76h2wsszpcsdtwrv","namespace":"default"}, "message": ""}
2025-01-10T02:56:32.691Z	INFO	handle role change event	{"controller": "event", "controllerGroup": "", "controllerKind": "Event", "Event": {"name":"mssql-vbghxp-mssql-1.rm9pzcnz55bzmhwd","namespace":"default"}, "namespace": "default", "name": "mssql-vbghxp-mssql-1.rm9pzcnz55bzmhwd", "reconcileID": "42147e06-c916-4a48-8831-3afe2090f9ea", "event": {"name":"mssql-vbghxp-mssql-1.rm9pzcnz55bzmhwd","namespace":"default"}, "pod": "mssql-vbghxp-mssql-1", "role": "", "originalRole": "waitForStart"}
2025-01-10T02:56:32.755Z	INFO	status conditions, creating: true, available: false, its running: false, has failure: false, updating: false, config synced: true	{"controller": "component", "controllerGroup": "apps.kubeblocks.io", "controllerKind": "Component", "Component": {"name":"mssql-vbghxp-mssql","namespace":"default"}, "namespace": "default", "name": "mssql-vbghxp-mssql", "reconcileID": "4bae42e9-093d-4f35-8a39-e5c14f9b5603", "component": {"name":"mssql-vbghxp-mssql","namespace":"default"}}
2025-01-10T02:56:36.419Z	INFO	probe event failed	{"controller": "event", "controllerGroup": "", "controllerKind": "Event", "Event": {"name":"mssql-vbghxp-mssql-2.c6h267f8vvt9lm7p","namespace":"default"}, "namespace": "default", "name": "mssql-vbghxp-mssql-2.c6h267f8vvt9lm7p", "reconcileID": "3caff4fa-bcb7-4780-b5aa-35124c7f5eb5", "event": {"name":"mssql-vbghxp-mssql-2.c6h267f8vvt9lm7p","namespace":"default"}, "message": ""}
2025-01-10T02:56:36.488Z	INFO	handle role change event	{"controller": "event", "controllerGroup": "", "controllerKind": "Event", "Event": {"name":"mssql-vbghxp-mssql-2.gdtb6l8ffgp9jcvs","namespace":"default"}, "namespace": "default", "name": "mssql-vbghxp-mssql-2.gdtb6l8ffgp9jcvs", "reconcileID": "9a977e45-ea76-4945-acc7-902540eea481", "event": {"name":"mssql-vbghxp-mssql-2.gdtb6l8ffgp9jcvs","namespace":"default"}, "pod": "mssql-vbghxp-mssql-2", "role": "", "originalRole": "waitForStart"}
2025-01-10T02:56:36.567Z	INFO	status conditions, creating: true, available: false, its running: false, has failure: false, updating: false, config synced: true	{"controller": "component", "controllerGroup": "apps.kubeblocks.io", "controllerKind": "Component", "Component": {"name":"mssql-vbghxp-mssql","namespace":"default"}, "namespace": "default", "name": "mssql-vbghxp-mssql", "reconcileID": "c1348fb6-afd8-4fbb-be22-e6c34163fe92", "component": {"name":"mssql-vbghxp-mssql","namespace":"default"}}
2025-01-10T02:56:42.144Z	INFO	status conditions, creating: true, available: false, its running: false, has failure: false, updating: false, config synced: true	{"controller": "component", "controllerGroup": "apps.kubeblocks.io", "controllerKind": "Component", "Component": {"name":"mssql-vbghxp-mssql","namespace":"default"}, "namespace": "default", "name": "mssql-vbghxp-mssql", "reconcileID": "d8972ead-a1cb-4acb-9d4c-1cbd19abba5a", "component": {"name":"mssql-vbghxp-mssql","namespace":"default"}}
2025-01-10T02:56:46.301Z	INFO	status conditions, creating: true, available: false, its running: false, has failure: false, updating: false, config synced: true	{"controller": "component", "controllerGroup": "apps.kubeblocks.io", "controllerKind": "Component", "Component": {"name":"mssql-vbghxp-mssql","namespace":"default"}, "namespace": "default", "name": "mssql-vbghxp-mssql", "reconcileID": "f1eddb30-b259-4155-93ad-56dfbb44f548", "component": {"name":"mssql-vbghxp-mssql","namespace":"default"}}
2025-01-10T02:57:12.059Z	INFO	handle role change event	{"controller": "event", "controllerGroup": "", "controllerKind": "Event", "Event": {"name":"mssql-vbghxp-mssql-0.swf7xbg5svbxhj2s","namespace":"default"}, "namespace": "default", "name": "mssql-vbghxp-mssql-0.swf7xbg5svbxhj2s", "reconcileID": "f05a91b0-2b1b-4a62-a4be-02b93e0097b3", "event": {"name":"mssql-vbghxp-mssql-0.swf7xbg5svbxhj2s","namespace":"default"}, "pod": "mssql-vbghxp-mssql-0", "role": "{\"term\":\"1736477832051643\",\"podrolenamepairs\":[{\"podname\":\"mssql-vbghxp-mssql-0\",\"rolename\":\"primary\",\"poduid\":\"1336b575-ee46-4f0c-9050-44e708a21635\"}]}", "originalRole": ""}
2025-01-10T02:57:12.232Z	INFO	status conditions, creating: true, available: true, its running: false, has failure: false, updating: false, config synced: true	{"controller": "component", "controllerGroup": "apps.kubeblocks.io", "controllerKind": "Component", "Component": {"name":"mssql-vbghxp-mssql","namespace":"default"}, "namespace": "default", "name": "mssql-vbghxp-mssql", "reconcileID": "889a5122-9504-4b28-8953-df5b4a257c2c", "component": {"name":"mssql-vbghxp-mssql","namespace":"default"}}
2025-01-10T02:57:13.392Z	INFO	handle role change event	{"controller": "event", "controllerGroup": "", "controllerKind": "Event", "Event": {"name":"mssql-vbghxp-mssql-1.t2xpf2b68jj8rkjg","namespace":"default"}, "namespace": "default", "name": "mssql-vbghxp-mssql-1.t2xpf2b68jj8rkjg", "reconcileID": "82323ee3-db9a-44ed-889b-8968afe75508", "event": {"name":"mssql-vbghxp-mssql-1.t2xpf2b68jj8rkjg","namespace":"default"}, "pod": "mssql-vbghxp-mssql-1", "role": "secondary", "originalRole": ""}
2025-01-10T02:57:13.556Z	INFO	status conditions, creating: true, available: true, its running: false, has failure: false, updating: false, config synced: true	{"controller": "component", "controllerGroup": "apps.kubeblocks.io", "controllerKind": "Component", "Component": {"name":"mssql-vbghxp-mssql","namespace":"default"}, "namespace": "default", "name": "mssql-vbghxp-mssql", "reconcileID": "5a308374-feba-466c-b411-a8e3059ca8a2", "component": {"name":"mssql-vbghxp-mssql","namespace":"default"}}
2025-01-10T02:57:14.528Z	INFO	handle role change event	{"controller": "event", "controllerGroup": "", "controllerKind": "Event", "Event": {"name":"mssql-vbghxp-mssql-2.t969q6vntczjrnt5","namespace":"default"}, "namespace": "default", "name": "mssql-vbghxp-mssql-2.t969q6vntczjrnt5", "reconcileID": "61ccc4ad-2f17-43bd-b18b-3bb8cfd04f76", "event": {"name":"mssql-vbghxp-mssql-2.t969q6vntczjrnt5","namespace":"default"}, "pod": "mssql-vbghxp-mssql-2", "role": "secondary", "originalRole": ""}
2025-01-10T02:57:14.696Z	INFO	status conditions, creating: true, available: true, its running: true, has failure: false, updating: false, config synced: true	{"controller": "component", "controllerGroup": "apps.kubeblocks.io", "controllerKind": "Component", "Component": {"name":"mssql-vbghxp-mssql","namespace":"default"}, "namespace": "default", "name": "mssql-vbghxp-mssql", "reconcileID": "da3f4db9-3014-432a-b623-f4ef5e7ddc53", "component": {"name":"mssql-vbghxp-mssql","namespace":"default"}}
2025-01-10T02:57:14.707Z	INFO	cluster component phase transition: Creating -> Running (component is Running)	{"controller": "cluster", "controllerGroup": "apps.kubeblocks.io", "controllerKind": "Cluster", "Cluster": {"name":"mssql-vbghxp","namespace":"default"}, "namespace": "default", "name": "mssql-vbghxp", "reconcileID": "ff344a40-d8a3-4c92-889d-a73d42bde3a1", "cluster": {"name":"mssql-vbghxp","namespace":"default"}}
2025-01-10T02:57:14.809Z	INFO	status conditions, creating: false, available: true, its running: true, has failure: false, updating: false, config synced: true	{"controller": "component", "controllerGroup": "apps.kubeblocks.io", "controllerKind": "Component", "Component": {"name":"mssql-vbghxp-mssql","namespace":"default"}, "namespace": "default", "name": "mssql-vbghxp-mssql", "reconcileID": "e10ca699-d24a-4b3a-aa84-3ec5038f842b", "component": {"name":"mssql-vbghxp-mssql","namespace":"default"}}
2025-01-10T02:57:55.818Z	INFO	reconcile	{"controller": "opsrequest", "controllerGroup": "apps.kubeblocks.io", "controllerKind": "OpsRequest", "OpsRequest": {"name":"mssql-vbghxp-horizontalscaling-vcfgw","namespace":"default"}, "namespace": "default", "name": "mssql-vbghxp-horizontalscaling-vcfgw", "reconcileID": "4ca1b639-2905-4a64-8346-bd8fa3d8510f", "opsRequest": {"name":"mssql-vbghxp-horizontalscaling-vcfgw","namespace":"default"}, "opsRequest": {"name":"mssql-vbghxp-horizontalscaling-vcfgw","namespace":"default"}}
2025-01-10T02:57:55.833Z	INFO	reconcile	{"controller": "opsrequest", "controllerGroup": "apps.kubeblocks.io", "controllerKind": "OpsRequest", "OpsRequest": {"name":"mssql-vbghxp-horizontalscaling-vcfgw","namespace":"default"}, "namespace": "default", "name": "mssql-vbghxp-horizontalscaling-vcfgw", "reconcileID": "b783797f-2a76-4527-93ef-af4d3acf35fa", "opsRequest": {"name":"mssql-vbghxp-horizontalscaling-vcfgw","namespace":"default"}, "opsRequest": {"name":"mssql-vbghxp-horizontalscaling-vcfgw","namespace":"default"}}
2025-01-10T02:57:55.841Z	INFO	reconcile	{"controller": "opsrequest", "controllerGroup": "apps.kubeblocks.io", "controllerKind": "OpsRequest", "OpsRequest": {"name":"mssql-vbghxp-horizontalscaling-vcfgw","namespace":"default"}, "namespace": "default", "name": "mssql-vbghxp-horizontalscaling-vcfgw", "reconcileID": "7cc11f8f-776d-45ef-a2c0-51fbca233025", "opsRequest": {"name":"mssql-vbghxp-horizontalscaling-vcfgw","namespace":"default"}, "opsRequest": {"name":"mssql-vbghxp-horizontalscaling-vcfgw","namespace":"default"}}
2025-01-10T02:57:55.852Z	INFO	reconcile	{"controller": "opsrequest", "controllerGroup": "apps.kubeblocks.io", "controllerKind": "OpsRequest", "OpsRequest": {"name":"mssql-vbghxp-horizontalscaling-vcfgw","namespace":"default"}, "namespace": "default", "name": "mssql-vbghxp-horizontalscaling-vcfgw", "reconcileID": "7fbfdd2c-b4f8-40e3-9bbb-3aa20b32316c", "opsRequest": {"name":"mssql-vbghxp-horizontalscaling-vcfgw","namespace":"default"}, "opsRequest": {"name":"mssql-vbghxp-horizontalscaling-vcfgw","namespace":"default"}}
2025-01-10T02:57:55.867Z	INFO	update cluster status after applying resources, generation: 3	{"controller": "cluster", "controllerGroup": "apps.kubeblocks.io", "controllerKind": "Cluster", "Cluster": {"name":"mssql-vbghxp","namespace":"default"}, "namespace": "default", "name": "mssql-vbghxp", "reconcileID": "bb6fabf6-6925-43af-87f7-40a9a590e0e8", "cluster": {"name":"mssql-vbghxp","namespace":"default"}}
2025-01-10T02:57:55.868Z	INFO	reconcile	{"controller": "opsrequest", "controllerGroup": "apps.kubeblocks.io", "controllerKind": "OpsRequest", "OpsRequest": {"name":"mssql-vbghxp-horizontalscaling-vcfgw","namespace":"default"}, "namespace": "default", "name": "mssql-vbghxp-horizontalscaling-vcfgw", "reconcileID": "7abbee40-8121-4d61-bc55-a257277cb059", "opsRequest": {"name":"mssql-vbghxp-horizontalscaling-vcfgw","namespace":"default"}, "opsRequest": {"name":"mssql-vbghxp-horizontalscaling-vcfgw","namespace":"default"}}
2025-01-10T02:57:55.880Z	INFO	reconcile	{"controller": "opsrequest", "controllerGroup": "apps.kubeblocks.io", "controllerKind": "OpsRequest", "OpsRequest": {"name":"mssql-vbghxp-horizontalscaling-vcfgw","namespace":"default"}, "namespace": "default", "name": "mssql-vbghxp-horizontalscaling-vcfgw", "reconcileID": "b69c0a2c-f282-4850-a75f-b8a4d4af90d8", "opsRequest": {"name":"mssql-vbghxp-horizontalscaling-vcfgw","namespace":"default"}, "opsRequest": {"name":"mssql-vbghxp-horizontalscaling-vcfgw","namespace":"default"}}
2025-01-10T02:57:55.898Z	INFO	reconcile	{"controller": "opsrequest", "controllerGroup": "apps.kubeblocks.io", "controllerKind": "OpsRequest", "OpsRequest": {"name":"mssql-vbghxp-horizontalscaling-vcfgw","namespace":"default"}, "namespace": "default", "name": "mssql-vbghxp-horizontalscaling-vcfgw", "reconcileID": "1a0ff844-ce18-48c7-8b74-868e093e233d", "opsRequest": {"name":"mssql-vbghxp-horizontalscaling-vcfgw","namespace":"default"}, "opsRequest": {"name":"mssql-vbghxp-horizontalscaling-vcfgw","namespace":"default"}}
2025-01-10T02:57:55.901Z	INFO	update cluster status after applying resources, generation: 4	{"controller": "cluster", "controllerGroup": "apps.kubeblocks.io", "controllerKind": "Cluster", "Cluster": {"name":"mssql-vbghxp","namespace":"default"}, "namespace": "default", "name": "mssql-vbghxp", "reconcileID": "d6850a1e-5530-448d-aae1-c632971b955d", "cluster": {"name":"mssql-vbghxp","namespace":"default"}}
2025-01-10T02:57:55.915Z	INFO	reconcile	{"controller": "opsrequest", "controllerGroup": "apps.kubeblocks.io", "controllerKind": "OpsRequest", "OpsRequest": {"name":"mssql-vbghxp-horizontalscaling-vcfgw","namespace":"default"}, "namespace": "default", "name": "mssql-vbghxp-horizontalscaling-vcfgw", "reconcileID": "a582d8c9-5109-4f4f-9e1c-3dd48b5b96b7", "opsRequest": {"name":"mssql-vbghxp-horizontalscaling-vcfgw","namespace":"default"}, "opsRequest": {"name":"mssql-vbghxp-horizontalscaling-vcfgw","namespace":"default"}}
2025-01-10T02:57:55.926Z	INFO	reconcile	{"controller": "opsrequest", "controllerGroup": "apps.kubeblocks.io", "controllerKind": "OpsRequest", "OpsRequest": {"name":"mssql-vbghxp-horizontalscaling-vcfgw","namespace":"default"}, "namespace": "default", "name": "mssql-vbghxp-horizontalscaling-vcfgw", "reconcileID": "bf7ccc35-b5a9-4cca-a06a-530c27c57615", "opsRequest": {"name":"mssql-vbghxp-horizontalscaling-vcfgw","namespace":"default"}, "opsRequest": {"name":"mssql-vbghxp-horizontalscaling-vcfgw","namespace":"default"}}
2025-01-10T02:57:55.935Z	INFO	reconcile	{"controller": "opsrequest", "controllerGroup": "apps.kubeblocks.io", "controllerKind": "OpsRequest", "OpsRequest": {"name":"mssql-vbghxp-horizontalscaling-vcfgw","namespace":"default"}, "namespace": "default", "name": "mssql-vbghxp-horizontalscaling-vcfgw", "reconcileID": "3b5c0dc7-7d3e-4195-80a3-7019c28832f5", "opsRequest": {"name":"mssql-vbghxp-horizontalscaling-vcfgw","namespace":"default"}, "opsRequest": {"name":"mssql-vbghxp-horizontalscaling-vcfgw","namespace":"default"}}
2025-01-10T02:57:56.000Z	INFO	status conditions, creating: false, available: false, its running: false, has failure: false, updating: false, config synced: true	{"controller": "component", "controllerGroup": "apps.kubeblocks.io", "controllerKind": "Component", "Component": {"name":"mssql-vbghxp-mssql","namespace":"default"}, "namespace": "default", "name": "mssql-vbghxp-mssql", "reconcileID": "5b983bd8-f9ea-496c-bf02-8ae1968b2887", "component": {"name":"mssql-vbghxp-mssql","namespace":"default"}}
2025-01-10T02:57:56.024Z	INFO	reconcile	{"controller": "opsrequest", "controllerGroup": "apps.kubeblocks.io", "controllerKind": "OpsRequest", "OpsRequest": {"name":"mssql-vbghxp-horizontalscaling-vcfgw","namespace":"default"}, "namespace": "default", "name": "mssql-vbghxp-horizontalscaling-vcfgw", "reconcileID": "aa464c1f-b42c-4640-b4f1-4284c435cee9", "opsRequest": {"name":"mssql-vbghxp-horizontalscaling-vcfgw","namespace":"default"}, "opsRequest": {"name":"mssql-vbghxp-horizontalscaling-vcfgw","namespace":"default"}}
2025-01-10T02:57:56.232Z	INFO	update status after applying new spec, generation: 2	{"controller": "component", "controllerGroup": "apps.kubeblocks.io", "controllerKind": "Component", "Component": {"name":"mssql-vbghxp-mssql","namespace":"default"}, "namespace": "default", "name": "mssql-vbghxp-mssql", "reconcileID": "323a4242-8c7f-43d7-8f62-5a8e14957d62", "component": {"name":"mssql-vbghxp-mssql","namespace":"default"}}
2025-01-10T02:57:56.272Z	INFO	reconcile	{"controller": "opsrequest", "controllerGroup": "apps.kubeblocks.io", "controllerKind": "OpsRequest", "OpsRequest": {"name":"mssql-vbghxp-horizontalscaling-vcfgw","namespace":"default"}, "namespace": "default", "name": "mssql-vbghxp-horizontalscaling-vcfgw", "reconcileID": "4cfa55e2-be84-4b0f-a45a-300a79aca8aa", "opsRequest": {"name":"mssql-vbghxp-horizontalscaling-vcfgw","namespace":"default"}, "opsRequest": {"name":"mssql-vbghxp-horizontalscaling-vcfgw","namespace":"default"}}
2025-01-10T02:57:56.919Z	INFO	status conditions, creating: false, available: false, its running: false, has failure: false, updating: false, config synced: true	{"controller": "component", "controllerGroup": "apps.kubeblocks.io", "controllerKind": "Component", "Component": {"name":"mssql-vbghxp-mssql","namespace":"default"}, "namespace": "default", "name": "mssql-vbghxp-mssql", "reconcileID": "7a8a1386-0c25-49b3-b414-083a3453240f", "component": {"name":"mssql-vbghxp-mssql","namespace":"default"}}
2025-01-10T02:57:56.930Z	INFO	reconcile	{"controller": "opsrequest", "controllerGroup": "apps.kubeblocks.io", "controllerKind": "OpsRequest", "OpsRequest": {"name":"mssql-vbghxp-horizontalscaling-vcfgw","namespace":"default"}, "namespace": "default", "name": "mssql-vbghxp-horizontalscaling-vcfgw", "reconcileID": "de5ab0b2-a86d-4da6-92e9-eff1b4ce64d5", "opsRequest": {"name":"mssql-vbghxp-horizontalscaling-vcfgw","namespace":"default"}, "opsRequest": {"name":"mssql-vbghxp-horizontalscaling-vcfgw","namespace":"default"}}
2025-01-10T02:57:56.932Z	INFO	cluster component phase transition: Running -> Updating (component is Updating)	{"controller": "cluster", "controllerGroup": "apps.kubeblocks.io", "controllerKind": "Cluster", "Cluster": {"name":"mssql-vbghxp","namespace":"default"}, "namespace": "default", "name": "mssql-vbghxp", "reconcileID": "efe18cbc-27ef-4f98-b022-ed5c2de70c38", "cluster": {"name":"mssql-vbghxp","namespace":"default"}}
2025-01-10T02:57:56.953Z	INFO	reconcile	{"controller": "opsrequest", "controllerGroup": "apps.kubeblocks.io", "controllerKind": "OpsRequest", "OpsRequest": {"name":"mssql-vbghxp-horizontalscaling-vcfgw","namespace":"default"}, "namespace": "default", "name": "mssql-vbghxp-horizontalscaling-vcfgw", "reconcileID": "b9ba8432-21d8-4411-b95c-09c8a60a0459", "opsRequest": {"name":"mssql-vbghxp-horizontalscaling-vcfgw","namespace":"default"}, "opsRequest": {"name":"mssql-vbghxp-horizontalscaling-vcfgw","namespace":"default"}}
2025-01-10T02:57:56.980Z	INFO	reconcile	{"controller": "opsrequest", "controllerGroup": "apps.kubeblocks.io", "controllerKind": "OpsRequest", "OpsRequest": {"name":"mssql-vbghxp-horizontalscaling-vcfgw","namespace":"default"}, "namespace": "default", "name": "mssql-vbghxp-horizontalscaling-vcfgw", "reconcileID": "3fdefa65-0752-437b-b05d-418229713a7c", "opsRequest": {"name":"mssql-vbghxp-horizontalscaling-vcfgw","namespace":"default"}, "opsRequest": {"name":"mssql-vbghxp-horizontalscaling-vcfgw","namespace":"default"}}
2025-01-10T02:57:57.518Z	INFO	status conditions, creating: false, available: false, its running: false, has failure: false, updating: false, config synced: true	{"controller": "component", "controllerGroup": "apps.kubeblocks.io", "controllerKind": "Component", "Component": {"name":"mssql-vbghxp-mssql","namespace":"default"}, "namespace": "default", "name": "mssql-vbghxp-mssql", "reconcileID": "b9b9d327-de2c-418b-8e78-20f7fb99bedc", "component": {"name":"mssql-vbghxp-mssql","namespace":"default"}}
2025-01-10T02:58:02.905Z	INFO	status conditions, creating: false, available: false, its running: false, has failure: false, updating: false, config synced: true	{"controller": "component", "controllerGroup": "apps.kubeblocks.io", "controllerKind": "Component", "Component": {"name":"mssql-vbghxp-mssql","namespace":"default"}, "namespace": "default", "name": "mssql-vbghxp-mssql", "reconcileID": "5d2ecd12-0681-4ded-8e02-1f24dac22664", "component": {"name":"mssql-vbghxp-mssql","namespace":"default"}}
2025-01-10T02:58:06.129Z	INFO	status conditions, creating: false, available: false, its running: false, has failure: false, updating: false, config synced: true	{"controller": "component", "controllerGroup": "apps.kubeblocks.io", "controllerKind": "Component", "Component": {"name":"mssql-vbghxp-mssql","namespace":"default"}, "namespace": "default", "name": "mssql-vbghxp-mssql", "reconcileID": "95a7d057-a1bd-40e6-90a8-b0551b51be68", "component": {"name":"mssql-vbghxp-mssql","namespace":"default"}}
2025-01-10T02:58:06.251Z	INFO	status conditions, creating: false, available: false, its running: false, has failure: false, updating: false, config synced: true	{"controller": "component", "controllerGroup": "apps.kubeblocks.io", "controllerKind": "Component", "Component": {"name":"mssql-vbghxp-mssql","namespace":"default"}, "namespace": "default", "name": "mssql-vbghxp-mssql", "reconcileID": "f8f949f0-553e-4fad-a7c7-fb4c30ee93e1", "component": {"name":"mssql-vbghxp-mssql","namespace":"default"}}
2025-01-10T03:00:58.904Z	INFO	status conditions, creating: false, available: false, its running: false, has failure: false, updating: false, config synced: true	{"controller": "component", "controllerGroup": "apps.kubeblocks.io", "controllerKind": "Component", "Component": {"name":"mssql-vbghxp-mssql","namespace":"default"}, "namespace": "default", "name": "mssql-vbghxp-mssql", "reconcileID": "7c3e5582-256e-41e7-a2a0-0234221eb057", "component": {"name":"mssql-vbghxp-mssql","namespace":"default"}}

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

@JashBook JashBook added the kind/bug Something isn't working label Jan 10, 2025
@JashBook JashBook added this to the Release 0.9.2 milestone Jan 10, 2025
@github-actions github-actions bot modified the milestones: Release 0.9.2, Release 0.9.3 Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants