Ashutosh Gupta
11/05/2025, 3:30 PM[Wed Nov 5 20:50:02 IST 2025] Add myself (fcc-be-0.fcc-be-search.fcc.svc.cluster.local:9050) into FE ...
ERROR 1045 (28000): Access denied for user 'root' (using password: YES)
ERROR 1045 (28000): Access denied for user 'root' (using password: YES)
[Wed Nov 5 20:50:04 IST 2025] Add myself (fcc-be-0.fcc-be-search.fcc.svc.cluster.local:9050) into FE ...
ERROR 1045 (28000): Access denied for user 'root' (using password: YES)
ERROR 1045 (28000): Access denied for user 'root' (using password: YES)
We changed the creds of root user, 1 month before and implement using initPassword . Kube pods restarted due to some issue, now pods are not coming up.
Helm chart
initPassword:
enabled: true
isInstall: false
password: ""
passwordSecret: "kube-starrocks-v1-fcc-secret"
Secret file , kube-starrocks-v1-fcc-secret has the password of root user.
Needed help 🙏Kevin Cai
11/05/2025, 3:59 PMMYSQL_PWD injected from the secret, make sure it has the right password of the root user.Ashutosh Gupta
11/05/2025, 4:26 PMinitPassword.enabled false, then pods is starting up. Is it the correct flow, once password set, second time onwards make it false ?Ashutosh Gupta
11/06/2025, 1:57 AMBackendId: 12494 IP: fcc-be-1.fcc-be-search.fcc.svc.cluster.local HeartbeatPort: 9050 BePort: -1 HttpPort: -1 BrpcPort: -1 LastStartTime: NULL LastHeartbeat: NULL Alive: false SystemDecommissioned: false ClusterDecommissioned: false TabletNum: 0 DataUsedCapacity: 0.000 B AvailCapacity: 1.000 B TotalCapacity: 0.000 B UsedPct: 0.00 % MaxDiskUsedPct: 0.00 % ErrMsg: Unmatched cluster id Version: Status: {"lastSuccessReportTabletsTime":"N/A"} DataTotalCapacity: 0.000 B DataUsedPct: 0.00 % CpuCores: 0 MemLimit: 0.000B NumRunningQueries: 0 MemUsedPct: 0.00 % CpuUsedPct: 0.0 % DataCacheMetrics: N/A Location: StatusCode: DISCONNECTEDAshutosh Gupta
11/06/2025, 2:19 AMKevin Cai
11/06/2025, 2:27 AMAshutosh Gupta
11/06/2025, 2:32 AMroot@fcc-fe-0:/opt/starrocks/fe/meta# ls
bdb image lost+found
Do we need to explicitly specify the PVC configurations?Kevin Cai
11/06/2025, 2:39 AMAshutosh Gupta
11/06/2025, 2:42 AMstorageSpec:
name: "fcc-starrocks-fe"
storageSize: 50Gi
storageMountPath: ""
logStorageSize: 10Gi
it is definedKevin Cai
11/06/2025, 3:20 AMAshutosh Gupta
11/06/2025, 3:22 AMstorageClassName: ""Ashutosh Gupta
11/06/2025, 3:31 AM