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

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

Open
937988621 opened this issue Nov 13, 2024 · 0 comments
Open
Assignees
Labels
tech-issues The user has a technical issue about an application triage Triage is needed

Comments

@937988621
Copy link

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 is the expected behavior?

No response

What do you see instead?

[root@100 ~]# 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
pod/redis-20241113-redis-cluster-1 0/1 Running 0 6m31s 10.10.173.240 100.10.15.115
pod/redis-20241113-redis-cluster-2 0/1 Running 0 6m31s 10.10.172.154 100.10.15.113
pod/redis-20241113-redis-cluster-3 0/1 Running 0 6m31s 10.10.173.239 100.10.15.115
pod/redis-20241113-redis-cluster-4 0/1 Running 1 (6m2s ago) 6m31s 10.10.173.188 100.10.15.115
pod/redis-20241113-redis-cluster-5 0/1 Running 0 6m31s 10.10.172.93 100.10.15.113
service/redis-20241113-redis-cluster ClusterIP 169.169.122.222 6379/TCP 20m app.kubernetes.io/instance=redis-20241113,app.kubernetes.io/name=redis-cluster
service/redis-20241113-redis-cluster-headless ClusterIP 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
[root@100 ~]#
[root@100 ~]#
[root@100 ~]# 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

^C
[root@100 ~]#
[root@100 ~]# 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

^C
[root@100 ~]#
[root@100 ~]#
[root@100 ~]# 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

^C
[root@100 ~]#
[root@100 ~]# 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

^C
[root@100 ~]#
[root@100 ~]# 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

^C
[root@100 ~]#
[root@100 ~]# 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

^C
[root@100 ~]#

Additional information

No response

@937988621 937988621 added the tech-issues The user has a technical issue about an application label Nov 13, 2024
@github-actions github-actions bot added the triage Triage is needed label Nov 13, 2024
@937988621 937988621 changed the title Redis cluster mode cannot build cluster properly [bitnami/redis-cluster] Redis cluster mode cannot build cluster properly Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tech-issues The user has a technical issue about an application triage Triage is needed
Projects
None yet
Development

No branches or pull requests

2 participants