-
Notifications
You must be signed in to change notification settings - Fork 84
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
Master node get killed when doing redis-benchmark without proper logs. #122
Comments
I am facing this issue in 0.15.3 version also. while doing benchmark pod crashes but not getting the exact point of failure for it. Any update here?? |
Chart Version : 0.15.3 Benchmarking from running pod in the cluster: `
############ MASTER POD CRASHED LOG ################# └─(17:51:53 on main ✹ ✭)──> kubectl logs redis-cluster-follower-0 -n ot-operators -p 18:15:35.394017 60813 memcache.go:287] couldn't get resource list for metrics.k8s.io/v1beta1: the server is currently unable to handle the request |
Hi Team,
When we are doing redis-benchmarking master node automatically restarts with killed log. With this we are not properly able to figure out the exact issue of restart.
################### LOG OF RESTARTED MASTER POD ##################
kubectl logs redis-cluster-follower-2 -n ot-operators -p ──(Wed,Jul12)─┘
E0712 19:20:23.945129 76790 memcache.go:287] couldn't get resource list for metrics.k8s.io/v1beta1: the server is currently unable to handle the request
E0712 19:20:25.084599 76790 memcache.go:121] couldn't get resource list for metrics.k8s.io/v1beta1: the server is currently unable to handle the request
E0712 19:20:25.349431 76790 memcache.go:121] couldn't get resource list for metrics.k8s.io/v1beta1: the server is currently unable to handle the request
Defaulted container "redis-cluster-follower" out of: redis-cluster-follower, redis-exporter
Running without TLS mode
Starting redis service in cluster mode.....
10:C 12 Jul 2023 13:46:27.237 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
10:C 12 Jul 2023 13:46:27.237 # Redis version=7.0.5, bits=64, commit=00000000, modified=0, pid=10, just started
10:C 12 Jul 2023 13:46:27.237 # Configuration loaded
10:M 12 Jul 2023 13:46:27.238 * monotonic clock: POSIX clock_gettime
10:M 12 Jul 2023 13:46:27.238 * Node configuration loaded, I'm 5991471e7d5ee1526607badc6a9164eb304546b0
10:M 12 Jul 2023 13:46:27.238 * Running mode=cluster, port=6379.
10:M 12 Jul 2023 13:46:27.238 # Server initialized
10:M 12 Jul 2023 13:46:27.240 * Loading RDB produced by version 7.0.5
10:M 12 Jul 2023 13:46:27.240 * RDB age 88407 seconds
10:M 12 Jul 2023 13:46:27.240 * RDB memory usage when created 1.65 Mb
10:M 12 Jul 2023 13:46:27.240 * Done loading RDB, keys loaded: 0, keys expired: 0.
10:M 12 Jul 2023 13:46:27.240 * DB loaded from disk: 0.000 seconds
10:M 12 Jul 2023 13:46:27.240 * Ready to accept connections
10:M 12 Jul 2023 13:46:27.246 * Replica 10.2.206.97:6379 asks for synchronization
10:M 12 Jul 2023 13:46:27.246 * Partial resynchronization not accepted: Replication ID mismatch (Replica asked for 'abc43f577a7ba63f4f52f602139fc2bb2b5b81a2', my replication IDs are '689a30c17b12760d95e4fd33f19cfe0d743290d3' and '846e7597232a975fd8d427100919ba33d27c7ef5')
10:M 12 Jul 2023 13:46:27.246 * Delay next BGSAVE for diskless SYNC
10:M 12 Jul 2023 13:46:28.315 # Address updated for node 0d13dfe1abcc1c4b33ebf1d96e16b6d230d32609, now 10.2.173.117:6379
10:M 12 Jul 2023 13:46:29.245 # Cluster state changed: ok
10:M 12 Jul 2023 13:46:29.566 # Address updated for node 5c2a062721b4e41e76929747955ba62fc3f01cab, now 10.2.189.11:6379
10:M 12 Jul 2023 13:46:32.255 * Starting BGSAVE for SYNC with target: replicas sockets
10:M 12 Jul 2023 13:46:32.255 * Background RDB transfer started by pid 23
23:C 12 Jul 2023 13:46:32.256 * Fork CoW for RDB: current 0 MB, peak 0 MB, average 0 MB
10:M 12 Jul 2023 13:46:32.256 # Diskless rdb transfer, done reading from pipe, 1 replicas still up.
10:M 12 Jul 2023 13:46:32.260 * Background RDB transfer terminated with success
10:M 12 Jul 2023 13:46:32.260 * Streamed RDB transfer with replica 10.2.206.97:6379 succeeded (socket). Waiting for REPLCONF ACK from slave to enable streaming
10:M 12 Jul 2023 13:46:32.260 * Synchronization with replica 10.2.206.97:6379 succeeded
/usr/bin/entrypoint.sh: line 91: 10 Killed redis-server /etc/redis/redis.conf
The text was updated successfully, but these errors were encountered: