bitnami / charts

Bitnami Helm Charts
https://bitnami.com
Other
9.04k stars 9.22k forks source link

[bitnami/redis-cluster] Redis cluster mode cannot build cluster properly #30437

Open 937988621 opened 1 week ago

937988621 commented 1 week ago

Name and Version

bitnami/redis-cluster 11.0.8

What architecture are you using?

amd64

What steps will reproduce the bug?

$ kubectl version
Client Version: version.Info{Major:"1", Minor:"23", GitVersion:"v1.23.6", GitCommit:"ad3338546da947756e8a88aa6822e9c11e7eac22", GitTreeState:"clean", BuildDate:"2022-04-14T08:49:13Z", GoVersion:"go1.17.9", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"23", GitVersion:"v1.23.6", GitCommit:"ad3338546da947756e8a88aa6822e9c11e7eac22", GitTreeState:"clean", BuildDate:"2022-04-14T08:43:11Z", GoVersion:"go1.17.9", Compiler:"gc", Platform:"linux/amd64"}

$ helm version
version.BuildInfo{Version:"v3.14.3", GitCommit:"f03cc04caaa8f6d7c3e67cf918929150cf6f3f12", GitTreeState:"clean", GoVersion:"go1.21.7"}

Are you using any custom parameters or values?

helm install redis-1730098333339 .  --set global.storageClass=test-api-nfs-nfs-component-ns-sc  --set global.redis.password=redis_123  --namespace component-ns

What do you see instead?

$ kubectl get all -n component-ns -o wide | grep 20241113
Warning: kubevirt.io/v1 VirtualMachineInstancePresets is now deprecated and will be removed in v2.
pod/redis-20241113-redis-cluster-0                                0/1     Running                  0               6m31s   10.10.172.250   100.10.15.113   <none>           <none>
pod/redis-20241113-redis-cluster-1                                0/1     Running                  0               6m31s   10.10.173.240   100.10.15.115   <none>           <none>
pod/redis-20241113-redis-cluster-2                                0/1     Running                  0               6m31s   10.10.172.154   100.10.15.113   <none>           <none>
pod/redis-20241113-redis-cluster-3                                0/1     Running                  0               6m31s   10.10.173.239   100.10.15.115   <none>           <none>
pod/redis-20241113-redis-cluster-4                                0/1     Running                  1 (6m2s ago)    6m31s   10.10.173.188   100.10.15.115   <none>           <none>
pod/redis-20241113-redis-cluster-5                                0/1     Running                  0               6m31s   10.10.172.93    100.10.15.113   <none>           <none>
service/redis-20241113-redis-cluster                                 ClusterIP   169.169.122.222   <none>        6379/TCP                                                        20m     app.kubernetes.io/instance=redis-20241113,app.kubernetes.io/name=redis-cluster
service/redis-20241113-redis-cluster-headless                        ClusterIP   None              <none>        6379/TCP,16379/TCP                                              20m     app.kubernetes.io/instance=redis-20241113,app.kubernetes.io/name=redis-cluster
statefulset.apps/redis-20241113-redis-cluster                        0/6     20m     redis-20241113-redis-cluster   bitnami/redis-cluster:7.4.1-debian-12-r2

$ kubectl  logs -f -n component-ns redis-20241113-redis-cluster-0  
COPYING FILE
redis-cluster 02:00:59.45 INFO  ==> 
redis-cluster 02:00:59.46 INFO  ==> Welcome to the Bitnami redis-cluster container
redis-cluster 02:00:59.54 INFO  ==> Subscribe to project updates by watching https://github.com/bitnami/containers
redis-cluster 02:00:59.55 INFO  ==> Submit issues and feature requests at https://github.com/bitnami/containers/issues
redis-cluster 02:00:59.55 INFO  ==> Upgrade to Tanzu Application Catalog for production environments to access custom-configured and pre-packaged software components. Gain enhanced features, including Software Bill of Materials (SBOM), CVE scan result reports, and VEX documents. To learn more, visit https://bitnami.com/enterprise
redis-cluster 02:00:59.55 INFO  ==> 
redis-cluster 02:00:59.65 INFO  ==> ** Starting Redis setup **
redis-cluster 02:00:59.84 INFO  ==> Initializing Redis
redis-cluster 02:00:59.95 INFO  ==> Setting Redis config file
Storing map with hostnames and IPs
redis-cluster 02:01:07.46 INFO  ==> ** Redis setup finished! **

145:C 13 Nov 2024 02:01:07.850 # WARNING: Changing databases number from 16 to 1 since we are in cluster mode
145:C 13 Nov 2024 02:01:07.850 * oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
145:C 13 Nov 2024 02:01:07.850 * Redis version=7.4.1, bits=64, commit=00000000, modified=1, pid=145, just started
145:C 13 Nov 2024 02:01:07.850 * Configuration loaded
145:M 13 Nov 2024 02:01:07.851 * monotonic clock: POSIX clock_gettime
Could not connect to Redis at redis-20241113-redis-cluster-0.redis-20241113-redis-cluster-headless:6379: Connection refused
                _._                                                  
           _.-``__ ''-._                                             
      _.-``    `.  `_.  ''-._           Redis Community Edition      
  .-`` .-```.  ```\/    _.,_ ''-._     7.4.1 (00000000/1) 64 bit
 (    '      ,       .-`  | `,    )     Running in cluster mode
 |`-._`-...-` __...-.``-._|'` _.-'|     Port: 6379
 |    `-._   `._    /     _.-'    |     PID: 145
  `-._    `-._  `-./  _.-'    _.-'                                   
 |`-._`-._    `-.__.-'    _.-'_.-'|                                  
 |    `-._`-._        _.-'_.-'    |           https://redis.io       
  `-._    `-._`-.__.-'_.-'    _.-'                                   
 |`-._`-._    `-.__.-'    _.-'_.-'|                                  
 |    `-._`-._        _.-'_.-'    |                                  
  `-._    `-._`-.__.-'_.-'    _.-'                                   
      `-._    `-.__.-'    _.-'                                       
          `-._        _.-'                                           
              `-.__.-'                                               

145:M 13 Nov 2024 02:01:07.852 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
Node redis-20241113-redis-cluster-0.redis-20241113-redis-cluster-headless not ready, waiting for all the nodes to be ready...
145:M 13 Nov 2024 02:01:07.856 * No cluster configuration found, I'm a71d2dbd084872208c2c82de8d4767e393ff508e
145:M 13 Nov 2024 02:01:07.875 * Server initialized
145:M 13 Nov 2024 02:01:07.881 * Creating AOF base file appendonly.aof.1.base.rdb on server start
145:M 13 Nov 2024 02:01:07.888 * Creating AOF incr file appendonly.aof.1.incr.aof on server start
145:M 13 Nov 2024 02:01:07.888 * Ready to accept connections tcp
Waiting 0s before querying node ip addresses
145:M 13 Nov 2024 02:01:10.954 * configEpoch set to 1 via CLUSTER SET-CONFIG-EPOCH
>>> Performing hash slots allocation on 6 nodes...
Master[0] -> Slots 0 - 5460
Master[1] -> Slots 5461 - 10922
Master[2] -> Slots 10923 - 16383
Adding replica 10.10.173.188:6379 to 10.10.172.250:6379
Adding replica 10.10.172.93:6379 to 10.10.173.240:6379
Adding replica 10.10.173.239:6379 to 10.10.172.154:6379
M: a71d2dbd084872208c2c82de8d4767e393ff508e 10.10.172.250:6379
   slots:[0-5460] (5461 slots) master
M: e25cd027ab9b1b418e6f0155429721d98592c0e7 10.10.173.240:6379
   slots:[5461-10922] (5462 slots) master
M: 69cd76dc2ee1a84649a59f9d0a9dc633c219b5f5 10.10.172.154:6379
   slots:[10923-16383] (5461 slots) master
S: 2fe8bda164945a70da5812910e488f324a70968f 10.10.173.239:6379
   replicates 69cd76dc2ee1a84649a59f9d0a9dc633c219b5f5
S: fada7d4e0d42ae01db5c2c9389291756ef1899a1 10.10.173.188:6379
   replicates a71d2dbd084872208c2c82de8d4767e393ff508e
S: 30c255163a7a66f9dac15375da19ae2c737c8189 10.10.172.93:6379
   replicates e25cd027ab9b1b418e6f0155429721d98592c0e7
>>> Nodes configuration updated
>>> Assign a different config epoch to each node
>>> Sending CLUSTER MEET messages to join the cluster
Waiting for the cluster to join

$ kubectl  logs -f -n component-ns redis-20241113-redis-cluster-1  
COPYING FILE
redis-cluster 02:00:58.34 INFO  ==> 
redis-cluster 02:00:58.34 INFO  ==> Welcome to the Bitnami redis-cluster container
redis-cluster 02:00:58.34 INFO  ==> Subscribe to project updates by watching https://github.com/bitnami/containers
redis-cluster 02:00:58.35 INFO  ==> Submit issues and feature requests at https://github.com/bitnami/containers/issues
redis-cluster 02:00:58.35 INFO  ==> Upgrade to Tanzu Application Catalog for production environments to access custom-configured and pre-packaged software components. Gain enhanced features, including Software Bill of Materials (SBOM), CVE scan result reports, and VEX documents. To learn more, visit https://bitnami.com/enterprise
redis-cluster 02:00:58.35 INFO  ==> 
redis-cluster 02:00:58.44 INFO  ==> ** Starting Redis setup **
redis-cluster 02:00:58.64 INFO  ==> Initializing Redis
redis-cluster 02:00:58.75 INFO  ==> Setting Redis config file
Storing map with hostnames and IPs

redis-cluster 02:01:04.95 INFO  ==> ** Redis setup finished! **
1:C 13 Nov 2024 02:01:05.152 # WARNING: Changing databases number from 16 to 1 since we are in cluster mode
1:C 13 Nov 2024 02:01:05.152 * oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
1:C 13 Nov 2024 02:01:05.152 * Redis version=7.4.1, bits=64, commit=00000000, modified=1, pid=1, just started
1:C 13 Nov 2024 02:01:05.152 * Configuration loaded
1:M 13 Nov 2024 02:01:05.152 * monotonic clock: POSIX clock_gettime
                _._                                                  
           _.-``__ ''-._                                             
      _.-``    `.  `_.  ''-._           Redis Community Edition      
  .-`` .-```.  ```\/    _.,_ ''-._     7.4.1 (00000000/1) 64 bit
 (    '      ,       .-`  | `,    )     Running in cluster mode
 |`-._`-...-` __...-.``-._|'` _.-'|     Port: 6379
 |    `-._   `._    /     _.-'    |     PID: 1
  `-._    `-._  `-./  _.-'    _.-'                                   
 |`-._`-._    `-.__.-'    _.-'_.-'|                                  
 |    `-._`-._        _.-'_.-'    |           https://redis.io       
  `-._    `-._`-.__.-'_.-'    _.-'                                   
 |`-._`-._    `-.__.-'    _.-'_.-'|                                  
 |    `-._`-._        _.-'_.-'    |                                  
  `-._    `-._`-.__.-'_.-'    _.-'                                   
      `-._    `-.__.-'    _.-'                                       
          `-._        _.-'                                           
              `-.__.-'                                               

1:M 13 Nov 2024 02:01:05.153 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
1:M 13 Nov 2024 02:01:05.159 * No cluster configuration found, I'm e25cd027ab9b1b418e6f0155429721d98592c0e7
1:M 13 Nov 2024 02:01:05.164 * Server initialized
1:M 13 Nov 2024 02:01:05.167 * Creating AOF base file appendonly.aof.1.base.rdb on server start
1:M 13 Nov 2024 02:01:05.171 * Creating AOF incr file appendonly.aof.1.incr.aof on server start
1:M 13 Nov 2024 02:01:05.171 * Ready to accept connections tcp
1:M 13 Nov 2024 02:01:10.958 * configEpoch set to 2 via CLUSTER SET-CONFIG-EPOCH

$ kubectl  logs -f -n component-ns redis-20241113-redis-cluster-2
COPYING FILE
redis-cluster 02:00:59.45 INFO  ==> 
redis-cluster 02:00:59.45 INFO  ==> Welcome to the Bitnami redis-cluster container
redis-cluster 02:00:59.45 INFO  ==> Subscribe to project updates by watching https://github.com/bitnami/containers
redis-cluster 02:00:59.55 INFO  ==> Submit issues and feature requests at https://github.com/bitnami/containers/issues
redis-cluster 02:00:59.55 INFO  ==> Upgrade to Tanzu Application Catalog for production environments to access custom-configured and pre-packaged software components. Gain enhanced features, including Software Bill of Materials (SBOM), CVE scan result reports, and VEX documents. To learn more, visit https://bitnami.com/enterprise
redis-cluster 02:00:59.55 INFO  ==> 
redis-cluster 02:00:59.64 INFO  ==> ** Starting Redis setup **
redis-cluster 02:00:59.84 INFO  ==> Initializing Redis
redis-cluster 02:00:59.95 INFO  ==> Setting Redis config file
Storing map with hostnames and IPs
redis-cluster 02:01:01.76 INFO  ==> ** Redis setup finished! **

1:C 13 Nov 2024 02:01:02.058 # WARNING: Changing databases number from 16 to 1 since we are in cluster mode
1:C 13 Nov 2024 02:01:02.058 * oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
1:C 13 Nov 2024 02:01:02.058 * Redis version=7.4.1, bits=64, commit=00000000, modified=1, pid=1, just started
1:C 13 Nov 2024 02:01:02.058 * Configuration loaded
1:M 13 Nov 2024 02:01:02.059 * monotonic clock: POSIX clock_gettime
                _._                                                  
           _.-``__ ''-._                                             
      _.-``    `.  `_.  ''-._           Redis Community Edition      
  .-`` .-```.  ```\/    _.,_ ''-._     7.4.1 (00000000/1) 64 bit
 (    '      ,       .-`  | `,    )     Running in cluster mode
 |`-._`-...-` __...-.``-._|'` _.-'|     Port: 6379
 |    `-._   `._    /     _.-'    |     PID: 1
  `-._    `-._  `-./  _.-'    _.-'                                   
 |`-._`-._    `-.__.-'    _.-'_.-'|                                  
 |    `-._`-._        _.-'_.-'    |           https://redis.io       
  `-._    `-._`-.__.-'_.-'    _.-'                                   
 |`-._`-._    `-.__.-'    _.-'_.-'|                                  
 |    `-._`-._        _.-'_.-'    |                                  
  `-._    `-._`-.__.-'_.-'    _.-'                                   
      `-._    `-.__.-'    _.-'                                       
          `-._        _.-'                                           
              `-.__.-'                                               

1:M 13 Nov 2024 02:01:02.062 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
1:M 13 Nov 2024 02:01:02.155 * No cluster configuration found, I'm 69cd76dc2ee1a84649a59f9d0a9dc633c219b5f5
1:M 13 Nov 2024 02:01:02.166 * Server initialized
1:M 13 Nov 2024 02:01:02.171 * Creating AOF base file appendonly.aof.1.base.rdb on server start
1:M 13 Nov 2024 02:01:02.176 * Creating AOF incr file appendonly.aof.1.incr.aof on server start
1:M 13 Nov 2024 02:01:02.176 * Ready to accept connections tcp
1:M 13 Nov 2024 02:01:10.964 * configEpoch set to 3 via CLUSTER SET-CONFIG-EPOCH

$ kubectl  logs -f -n component-ns redis-20241113-redis-cluster-3
COPYING FILE
redis-cluster 02:00:58.06 INFO  ==> 
redis-cluster 02:00:58.14 INFO  ==> Welcome to the Bitnami redis-cluster container
redis-cluster 02:00:58.14 INFO  ==> Subscribe to project updates by watching https://github.com/bitnami/containers
redis-cluster 02:00:58.15 INFO  ==> Submit issues and feature requests at https://github.com/bitnami/containers/issues
redis-cluster 02:00:58.15 INFO  ==> Upgrade to Tanzu Application Catalog for production environments to access custom-configured and pre-packaged software components. Gain enhanced features, including Software Bill of Materials (SBOM), CVE scan result reports, and VEX documents. To learn more, visit https://bitnami.com/enterprise
redis-cluster 02:00:58.15 INFO  ==> 
redis-cluster 02:00:58.15 INFO  ==> ** Starting Redis setup **
redis-cluster 02:00:58.35 INFO  ==> Initializing Redis
redis-cluster 02:00:58.54 INFO  ==> Setting Redis config file
Storing map with hostnames and IPs

redis-cluster 02:01:04.74 INFO  ==> ** Redis setup finished! **
1:C 13 Nov 2024 02:01:04.952 # WARNING: Changing databases number from 16 to 1 since we are in cluster mode
1:C 13 Nov 2024 02:01:04.952 * oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
1:C 13 Nov 2024 02:01:04.952 * Redis version=7.4.1, bits=64, commit=00000000, modified=1, pid=1, just started
1:C 13 Nov 2024 02:01:04.952 * Configuration loaded
1:M 13 Nov 2024 02:01:04.953 * monotonic clock: POSIX clock_gettime
                _._                                                  
           _.-``__ ''-._                                             
      _.-``    `.  `_.  ''-._           Redis Community Edition      
  .-`` .-```.  ```\/    _.,_ ''-._     7.4.1 (00000000/1) 64 bit
 (    '      ,       .-`  | `,    )     Running in cluster mode
 |`-._`-...-` __...-.``-._|'` _.-'|     Port: 6379
 |    `-._   `._    /     _.-'    |     PID: 1
  `-._    `-._  `-./  _.-'    _.-'                                   
 |`-._`-._    `-.__.-'    _.-'_.-'|                                  
 |    `-._`-._        _.-'_.-'    |           https://redis.io       
  `-._    `-._`-.__.-'_.-'    _.-'                                   
 |`-._`-._    `-.__.-'    _.-'_.-'|                                  
 |    `-._`-._        _.-'_.-'    |                                  
  `-._    `-._`-.__.-'_.-'    _.-'                                   
      `-._    `-.__.-'    _.-'                                       
          `-._        _.-'                                           
              `-.__.-'                                               

1:M 13 Nov 2024 02:01:04.954 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
1:M 13 Nov 2024 02:01:04.963 * No cluster configuration found, I'm 2fe8bda164945a70da5812910e488f324a70968f
1:M 13 Nov 2024 02:01:04.979 * Server initialized
1:M 13 Nov 2024 02:01:04.984 * Creating AOF base file appendonly.aof.1.base.rdb on server start
1:M 13 Nov 2024 02:01:04.989 * Creating AOF incr file appendonly.aof.1.incr.aof on server start
1:M 13 Nov 2024 02:01:04.989 * Ready to accept connections tcp
1:M 13 Nov 2024 02:01:10.968 * configEpoch set to 4 via CLUSTER SET-CONFIG-EPOCH

$ kubectl  logs -f -n component-ns redis-20241113-redis-cluster-4
redis-cluster 02:01:02.14 INFO  ==> 
redis-cluster 02:01:02.14 INFO  ==> Welcome to the Bitnami redis-cluster container
redis-cluster 02:01:02.15 INFO  ==> Subscribe to project updates by watching https://github.com/bitnami/containers
redis-cluster 02:01:02.15 INFO  ==> Submit issues and feature requests at https://github.com/bitnami/containers/issues
redis-cluster 02:01:02.15 INFO  ==> Upgrade to Tanzu Application Catalog for production environments to access custom-configured and pre-packaged software components. Gain enhanced features, including Software Bill of Materials (SBOM), CVE scan result reports, and VEX documents. To learn more, visit https://bitnami.com/enterprise
redis-cluster 02:01:02.15 INFO  ==> 
redis-cluster 02:01:02.24 INFO  ==> ** Starting Redis setup **
redis-cluster 02:01:02.35 INFO  ==> Initializing Redis
redis-cluster 02:01:02.54 INFO  ==> Setting Redis config file
Storing map with hostnames and IPs
redis-cluster 02:01:03.75 INFO  ==> ** Redis setup finished! **

1:C 13 Nov 2024 02:01:03.956 # WARNING: Changing databases number from 16 to 1 since we are in cluster mode
1:C 13 Nov 2024 02:01:03.956 * oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
1:C 13 Nov 2024 02:01:03.956 * Redis version=7.4.1, bits=64, commit=00000000, modified=1, pid=1, just started
1:C 13 Nov 2024 02:01:03.956 * Configuration loaded
1:M 13 Nov 2024 02:01:03.957 * monotonic clock: POSIX clock_gettime
                _._                                                  
           _.-``__ ''-._                                             
      _.-``    `.  `_.  ''-._           Redis Community Edition      
  .-`` .-```.  ```\/    _.,_ ''-._     7.4.1 (00000000/1) 64 bit
 (    '      ,       .-`  | `,    )     Running in cluster mode
 |`-._`-...-` __...-.``-._|'` _.-'|     Port: 6379
 |    `-._   `._    /     _.-'    |     PID: 1
  `-._    `-._  `-./  _.-'    _.-'                                   
 |`-._`-._    `-.__.-'    _.-'_.-'|                                  
 |    `-._`-._        _.-'_.-'    |           https://redis.io       
  `-._    `-._`-.__.-'_.-'    _.-'                                   
 |`-._`-._    `-.__.-'    _.-'_.-'|                                  
 |    `-._`-._        _.-'_.-'    |                                  
  `-._    `-._`-.__.-'_.-'    _.-'                                   
      `-._    `-.__.-'    _.-'                                       
          `-._        _.-'                                           
              `-.__.-'                                               

1:M 13 Nov 2024 02:01:03.959 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
1:M 13 Nov 2024 02:01:04.048 * No cluster configuration found, I'm fada7d4e0d42ae01db5c2c9389291756ef1899a1
1:M 13 Nov 2024 02:01:04.063 * Server initialized
1:M 13 Nov 2024 02:01:04.075 * Creating AOF base file appendonly.aof.1.base.rdb on server start
1:M 13 Nov 2024 02:01:04.081 * Creating AOF incr file appendonly.aof.1.incr.aof on server start
1:M 13 Nov 2024 02:01:04.081 * Ready to accept connections tcp
1:M 13 Nov 2024 02:01:10.972 * configEpoch set to 5 via CLUSTER SET-CONFIG-EPOCH

$ kubectl  logs -f -n component-ns redis-20241113-redis-cluster-5
COPYING FILE
redis-cluster 02:01:00.46 INFO  ==> 
redis-cluster 02:01:00.46 INFO  ==> Welcome to the Bitnami redis-cluster container
redis-cluster 02:01:00.55 INFO  ==> Subscribe to project updates by watching https://github.com/bitnami/containers
redis-cluster 02:01:00.55 INFO  ==> Submit issues and feature requests at https://github.com/bitnami/containers/issues
redis-cluster 02:01:00.55 INFO  ==> Upgrade to Tanzu Application Catalog for production environments to access custom-configured and pre-packaged software components. Gain enhanced features, including Software Bill of Materials (SBOM), CVE scan result reports, and VEX documents. To learn more, visit https://bitnami.com/enterprise
redis-cluster 02:01:00.55 INFO  ==> 
redis-cluster 02:01:00.56 INFO  ==> ** Starting Redis setup **
redis-cluster 02:01:00.76 INFO  ==> Initializing Redis
redis-cluster 02:01:00.94 INFO  ==> Setting Redis config file
Storing map with hostnames and IPs
redis-cluster 02:01:02.67 INFO  ==> ** Redis setup finished! **

1:C 13 Nov 2024 02:01:03.048 # WARNING: Changing databases number from 16 to 1 since we are in cluster mode
1:C 13 Nov 2024 02:01:03.048 * oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
1:C 13 Nov 2024 02:01:03.048 * Redis version=7.4.1, bits=64, commit=00000000, modified=1, pid=1, just started
1:C 13 Nov 2024 02:01:03.048 * Configuration loaded
1:M 13 Nov 2024 02:01:03.048 * monotonic clock: POSIX clock_gettime
                _._                                                  
           _.-``__ ''-._                                             
      _.-``    `.  `_.  ''-._           Redis Community Edition      
  .-`` .-```.  ```\/    _.,_ ''-._     7.4.1 (00000000/1) 64 bit
 (    '      ,       .-`  | `,    )     Running in cluster mode
 |`-._`-...-` __...-.``-._|'` _.-'|     Port: 6379
 |    `-._   `._    /     _.-'    |     PID: 1
  `-._    `-._  `-./  _.-'    _.-'                                   
 |`-._`-._    `-.__.-'    _.-'_.-'|                                  
 |    `-._`-._        _.-'_.-'    |           https://redis.io       
  `-._    `-._`-.__.-'_.-'    _.-'                                   
 |`-._`-._    `-.__.-'    _.-'_.-'|                                  
 |    `-._`-._        _.-'_.-'    |                                  
  `-._    `-._`-.__.-'_.-'    _.-'                                   
      `-._    `-.__.-'    _.-'                                       
          `-._        _.-'                                           
              `-.__.-'                                               

1:M 13 Nov 2024 02:01:03.051 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
1:M 13 Nov 2024 02:01:03.055 * No cluster configuration found, I'm 30c255163a7a66f9dac15375da19ae2c737c8189
1:M 13 Nov 2024 02:01:03.063 * Server initialized
1:M 13 Nov 2024 02:01:03.074 * Creating AOF base file appendonly.aof.1.base.rdb on server start
1:M 13 Nov 2024 02:01:03.080 * Creating AOF incr file appendonly.aof.1.incr.aof on server start
1:M 13 Nov 2024 02:01:03.080 * Ready to accept connections tcp
1:M 13 Nov 2024 02:01:10.978 * configEpoch set to 6 via CLUSTER SET-CONFIG-EPOCH
carrodher commented 3 days ago

Hi, the issue may not be directly related to the Bitnami container image/Helm chart, but rather to how the application is being utilized, configured in your specific environment, or tied to a particular scenario that is not easy to reproduce on our side.

If you think that's not the case and want to contribute a solution, we welcome you to create a pull request. The Bitnami team is excited to review your submission and offer feedback. You can find the contributing guidelines here.

Your contribution will greatly benefit the community. Feel free to reach out if you have any questions or need assistance.

Suppose you have any questions about the application, customizing its content, or technology and infrastructure usage. In that case, we highly recommend that you refer to the forums and user guides provided by the project responsible for the application or technology.

With that said, we'll keep this ticket open until the stale bot automatically closes it, in case someone from the community contributes valuable insights.