Describe the bug
One instance of a cluster uses far more memory than any other node (including its slave)
Additional information
############ server info ##################
redis_version:5.0.14
redis_git_sha1:00000000
redis_git_dirty:0
redis_build_id:26bf1ef8f7d826cb
redis_mode:cluster
os:Linux 5.4.203-1-tlinux4-0011 x86_64
arch_bits:64
multiplexing_api:epoll
atomicvar_api:atomic-builtin
gcc_version:11.4.0
run_id:08234ed561aa4a5e6fcc9573689a2ec1f481f13d
uptime_in_seconds:5360752
uptime_in_days:62
hz:10
configured_hz:10
lru_clock:15806396
############ master memory info
master_ins> MEMORY STATS
1) "peak.allocated"
2) (integer) 3023543456
3) "total.allocated"
4) (integer) 2626862088
5) "startup.allocated"
6) (integer) 11578608
7) "replication.backlog"
8) (integer) 4194304
9) "clients.slaves"
10) (integer) 49694
11) "clients.normal"
12) (integer) 521366
13) "aof.buffer"
14) (integer) 0
15) "lua.caches"
16) (integer) 4072
17) "db.0"
18) 1) "overhead.hashtable.main"
2) (integer) 4962736
3) "overhead.hashtable.expires"
4) (integer) 3664
19) "overhead.total"
20) (integer) 21314444
21) "keys.count"
22) (integer) 97854
23) "keys.bytes-per-key"
24) (integer) 26726
25) "dataset.bytes"
26) (integer) 2605547644
27) "dataset.percentage"
28) "99.627731323242188"
29) "peak.percentage"
30) "86.8802490234375"
31) "allocator.allocated"
32) (integer) 2627086464
33) "allocator.active"
34) (integer) 2637873152
35) "allocator.resident"
36) (integer) 2655309824
37) "allocator-fragmentation.ratio"
38) "1.0041060447692871"
39) "allocator-fragmentation.bytes"
40) (integer) 10786688
41) "allocator-rss.ratio"
42) "1.0066101551055908"
43) "allocator-rss.bytes"
44) (integer) 17436672
45) "rss-overhead.ratio"
46) "0.95048046112060547"
47) "rss-overhead.bytes"
48) (integer) -131489792
49) "fragmentation"
50) "0.96078866720199585"
51) "fragmentation.bytes"
52) (integer) -103001040
master_ins> info memory
# Memory
used_memory:2626787848
used_memory_human:2.45G
used_memory_rss:2523815936
used_memory_rss_human:2.35G
used_memory_peak:3023543456
used_memory_peak_human:2.82G
used_memory_peak_perc:86.88%
used_memory_overhead:21248148
used_memory_startup:11578608
used_memory_dataset:2605539700
used_memory_dataset_perc:99.63%
allocator_allocated:2627100472
allocator_active:2637942784
allocator_resident:2655358976
total_system_memory:66155102208
total_system_memory_human:61.61G
used_memory_lua:62464
used_memory_lua_human:61.00K
used_memory_scripts:4072
used_memory_scripts_human:3.98K
number_of_cached_scripts:9
maxmemory:27121153808
maxmemory_human:25.26G
maxmemory_policy:noeviction
allocator_frag_ratio:1.00
allocator_frag_bytes:10842312
allocator_rss_ratio:1.01
allocator_rss_bytes:17416192
rss_overhead_ratio:0.95
rss_overhead_bytes:-131543040
mem_fragmentation_ratio:0.96
mem_fragmentation_bytes:-103033696
mem_not_counted_for_evict:0
mem_replication_backlog:4194304
mem_clients_slaves:16922
mem_clients_normal:487522
mem_aof_buffer:0
mem_allocator:jemalloc-5.1.0
active_defrag_running:0
lazyfree_pending_objects:0
############ slave memory info
slave_ins:> MEMORY STATS
1) "peak.allocated"
2) (integer) 331081704
3) "total.allocated"
4) (integer) 318645456
5) "startup.allocated"
6) (integer) 11386536
7) "replication.backlog"
8) (integer) 4194304
9) "clients.slaves"
10) (integer) 0
11) "clients.normal"
12) (integer) 167076
13) "aof.buffer"
14) (integer) 402
15) "lua.caches"
16) (integer) 0
17) "db.0"
18) 1) "overhead.hashtable.main"
2) (integer) 4962736
3) "overhead.hashtable.expires"
4) (integer) 3664
19) "overhead.total"
20) (integer) 20714718
21) "keys.count"
22) (integer) 97854
23) "keys.bytes-per-key"
24) (integer) 3139
25) "dataset.bytes"
26) (integer) 297930738
27) "dataset.percentage"
28) "96.964073181152344"
29) "peak.percentage"
30) "96.243751525878906"
31) "allocator.allocated"
32) (integer) 318876512
33) "allocator.active"
34) (integer) 333893632
35) "allocator.resident"
36) (integer) 342577152
37) "allocator-fragmentation.ratio"
38) "1.0470938682556152"
39) "allocator-fragmentation.bytes"
40) (integer) 15017120
41) "allocator-rss.ratio"
42) "1.026006817817688"
43) "allocator-rss.bytes"
44) (integer) 8683520
45) "rss-overhead.ratio"
46) "0.9893946647644043"
47) "rss-overhead.bytes"
48) (integer) -3633152
49) "fragmentation"
50) "1.0639761686325073"
51) "fragmentation.bytes"
52) (integer) 20380488
slave_ins:> info memory
# Memory
used_memory:318641144
used_memory_human:303.88M
used_memory_rss:338964480
used_memory_rss_human:323.26M
used_memory_peak:331081704
used_memory_peak_human:315.74M
used_memory_peak_perc:96.24%
used_memory_overhead:20699270
used_memory_startup:11386536
used_memory_dataset:297941874
used_memory_dataset_perc:96.97%
allocator_allocated:319011264
allocator_active:334069760
allocator_resident:342736896
total_system_memory:66107453440
total_system_memory_human:61.57G
used_memory_lua:37888
used_memory_lua_human:37.00K
used_memory_scripts:0
used_memory_scripts_human:0B
number_of_cached_scripts:0
maxmemory:27121153808
maxmemory_human:25.26G
maxmemory_policy:noeviction
allocator_frag_ratio:1.05
allocator_frag_bytes:15058496
allocator_rss_ratio:1.03
allocator_rss_bytes:8667136
rss_overhead_ratio:0.99
rss_overhead_bytes:-3772416
mem_fragmentation_ratio:1.06
mem_fragmentation_bytes:20323400
mem_not_counted_for_evict:444
mem_replication_backlog:4194304
mem_clients_slaves:0
mem_clients_normal:151226
mem_aof_buffer:444
mem_allocator:jemalloc-5.1.0
active_defrag_running:0
lazyfree_pending_objects:0
Comment From: sundb
@OMG-By can you give the INFO ALL from master?
Comment From: OMG-By
``
@OMG-By你能给出
INFO ALL来自大师的答案吗?
> info all
# Server
redis_version:5.0.14
redis_git_sha1:00000000
redis_git_dirty:0
redis_build_id:26bf1ef8f7d826cb
redis_mode:cluster
os:Linux 3.10.107-1-tlinux2_kvm_guest-0056 x86_64
arch_bits:64
multiplexing_api:epoll
atomicvar_api:atomic-builtin
gcc_version:11.4.0
process_id:6526
run_id:1b89b150fe82244a645a20f8584af1f77e689331
uptime_in_seconds:947881
uptime_in_days:10
hz:10
configured_hz:10
lru_clock:15882788
# Clients
connected_clients:63
client_recent_max_input_buffer:2
client_recent_max_output_buffer:0
blocked_clients:0
# Memory
used_memory:2633240112
used_memory_human:2.45G
used_memory_rss:2528419840
used_memory_rss_human:2.35G
used_memory_peak:3023543456
used_memory_peak_human:2.82G
used_memory_peak_perc:87.09%
used_memory_overhead:24717668
used_memory_startup:11578608
used_memory_dataset:2608522444
used_memory_dataset_perc:99.50%
allocator_allocated:2633453440
allocator_active:2641768448
allocator_resident:2663657472
total_system_memory:66155102208
total_system_memory_human:61.61G
used_memory_lua:43008
used_memory_lua_human:42.00K
used_memory_scripts:4072
used_memory_scripts_human:3.98K
number_of_cached_scripts:9
maxmemory:27250153131
maxmemory_human:25.38G
maxmemory_policy:noeviction
allocator_frag_ratio:1.00
allocator_frag_bytes:8315008
allocator_rss_ratio:1.01
allocator_rss_bytes:21889024
rss_overhead_ratio:0.95
rss_overhead_bytes:-135237632
mem_fragmentation_ratio:0.96
mem_fragmentation_bytes:-104757520
mem_not_counted_for_evict:0
mem_replication_backlog:4194304
mem_clients_slaves:49694
mem_clients_normal:1852614
mem_aof_buffer:0
mem_allocator:jemalloc-5.1.0
active_defrag_running:0
lazyfree_pending_objects:0
# Persistence
loading:0
rdb_changes_since_last_save:78404917
rdb_bgsave_in_progress:0
rdb_last_save_time:1726210939
rdb_last_bgsave_status:ok
rdb_last_bgsave_time_sec:-1
rdb_current_bgsave_time_sec:-1
rdb_last_cow_size:0
aof_enabled:0
aof_rewrite_in_progress:0
aof_rewrite_scheduled:0
aof_last_rewrite_time_sec:-1
aof_current_rewrite_time_sec:-1
aof_last_bgrewrite_status:ok
aof_last_write_status:ok
aof_last_cow_size:0
# Stats
total_connections_received:1837171
total_commands_processed:270331672
instantaneous_ops_per_sec:4006
total_net_input_bytes:16414402149
total_net_output_bytes:110631163110
instantaneous_input_kbps:214.26
instantaneous_output_kbps:3537.42
rejected_connections:0
sync_full:0
sync_partial_ok:4
sync_partial_err:0
expired_keys:188584
expired_stale_perc:7.88
expired_time_cap_reached_count:0
evicted_keys:0
keyspace_hits:124617965
keyspace_misses:58722636
pubsub_channels:1
pubsub_patterns:0
latest_fork_usec:0
migrate_cached_sockets:0
slave_expires_tracked_keys:0
active_defrag_hits:0
active_defrag_misses:0
active_defrag_key_hits:0
active_defrag_key_misses:0
# Replication
role:master
connected_slaves:1
slave0:ip=xxxxxx,port=xxxx,state=online,offset=15137949420,lag=0
master_replid:a6985fc4a60067b1fe33d8dba39d9149fcb1ad37
master_replid2:e7a7223d05409576edf73e43bad0b89a2b9f00e0
master_repl_offset:15137952323
second_repl_offset:8617525783
repl_backlog_active:1
repl_backlog_size:4194304
repl_backlog_first_byte_offset:15133758020
repl_backlog_histlen:4194304
# CPU
used_cpu_sys:2664.520000
used_cpu_user:3273.428000
used_cpu_sys_children:0.000000
used_cpu_user_children:0.000000
# Commandstats
cmdstat_command:calls=45,usec=22636,usec_per_call=503.02
cmdstat_scan:calls=1,usec=34,usec_per_call=34.00
cmdstat_rpop:calls=24,usec=23,usec_per_call=0.96
cmdstat_expireat:calls=219457,usec=338222,usec_per_call=1.54
cmdstat_readonly:calls=9,usec=2,usec_per_call=0.22
cmdstat_zcard:calls=1770,usec=3435,usec_per_call=1.94
cmdstat_hget:calls=40312987,usec=75329875,usec_per_call=1.87
cmdstat_keys:calls=7,usec=224477,usec_per_call=32068.14
cmdstat_llen:calls=220043,usec=299515,usec_per_call=1.36
cmdstat_hset:calls=57416233,usec=151306575,usec_per_call=2.64
cmdstat_ping:calls=526835,usec=289702,usec_per_call=0.55
cmdstat_psync:calls=4,usec=220,usec_per_call=55.00
cmdstat_info:calls=1030540,usec=16172235,usec_per_call=15.69
cmdstat_evalsha:calls=1675855,usec=24574418,usec_per_call=14.66
cmdstat_latency:calls=15798,usec=24234,usec_per_call=1.53
cmdstat_auth:calls=1836991,usec=1936992,usec_per_call=1.05
cmdstat_pubsub:calls=8,usec=17,usec_per_call=2.12
cmdstat_lpop:calls=189578,usec=277199,usec_per_call=1.46
cmdstat_srem:calls=640,usec=3726,usec_per_call=5.82
cmdstat_role:calls=2,usec=14,usec_per_call=7.00
cmdstat_set:calls=9675890,usec=17180533,usec_per_call=1.78
cmdstat_client:calls=15961,usec=24191,usec_per_call=1.52
cmdstat_smembers:calls=14190769,usec=342282641,usec_per_call=24.12
cmdstat_sadd:calls=28884,usec=71501,usec_per_call=2.48
cmdstat_dbsize:calls=94788,usec=87361,usec_per_call=0.92
cmdstat_getset:calls=5165,usec=22751,usec_per_call=4.40
cmdstat_rpush:calls=140,usec=958,usec_per_call=6.84
cmdstat_object:calls=2,usec=25,usec_per_call=12.50
cmdstat_exists:calls=22903577,usec=27823977,usec_per_call=1.21
cmdstat_zadd:calls=4694,usec=24719,usec_per_call=5.27
cmdstat_subscribe:calls=13,usec=43,usec_per_call=3.31
cmdstat_hmset:calls=5973,usec=27122,usec_per_call=4.54
cmdstat_ttl:calls=864684,usec=1289317,usec_per_call=1.49
cmdstat_config:calls=126472,usec=1770884,usec_per_call=14.00
cmdstat_zrange:calls=5722,usec=15233,usec_per_call=2.66
cmdstat_memory:calls=98985,usec=236588,usec_per_call=2.39
cmdstat_setnx:calls=838439,usec=2959225,usec_per_call=3.53
cmdstat_lpushx:calls=1031,usec=1491,usec_per_call=1.45
cmdstat_zremrangebyrank:calls=1765,usec=3899,usec_per_call=2.21
cmdstat_publish:calls=494871,usec=17035579,usec_per_call=34.42
cmdstat_select:calls=443964,usec=271609,usec_per_call=0.61
cmdstat_lrange:calls=444599,usec=712686,usec_per_call=1.60
cmdstat_monitor:calls=12,usec=5,usec_per_call=0.42
cmdstat_replconf:calls=946158,usec=699515,usec_per_call=0.74
cmdstat_get:calls=41466245,usec=54523333,usec_per_call=1.31
cmdstat_del:calls=639141,usec=1741843,usec_per_call=2.73
cmdstat_slowlog:calls=221060,usec=295423,usec_per_call=1.34
cmdstat_cluster:calls=163376,usec=115835092,usec_per_call=709.01
cmdstat_hgetall:calls=62825026,usec=308191436,usec_per_call=4.91
cmdstat_persist:calls=219164,usec=304881,usec_per_call=1.39
cmdstat_setex:calls=200493,usec=576926,usec_per_call=2.88
cmdstat_hdel:calls=9132489,usec=38741303,usec_per_call=4.24
cmdstat_lpush:calls=1604,usec=6555,usec_per_call=4.09
cmdstat_debug:calls=99020,usec=1441061,usec_per_call=14.55
cmdstat_type:calls=100014,usec=71226,usec_per_call=0.71
cmdstat_expire:calls=624646,usec=530645,usec_per_call=0.85
cmdstat_eval:calls=9,usec=577,usec_per_call=64.11
# Cluster
cluster_enabled:1
# Keyspace
db0:keys=126236,expires=28259,avg_ttl=936784
Comment From: OMG-By
slave:
> info all
# Server
redis_version:5.0.14
redis_git_sha1:00000000
redis_git_dirty:0
redis_build_id:26bf1ef8f7d826cb
redis_mode:cluster
os:Linux 5.4.203-1-tlinux4-0011 x86_64
arch_bits:64
multiplexing_api:epoll
atomicvar_api:atomic-builtin
gcc_version:11.4.0
process_id:9643
run_id:08234ed561aa4a5e6fcc9573689a2ec1f481f13d
uptime_in_seconds:5437305
uptime_in_days:62
hz:10
configured_hz:10
lru_clock:15882949
# Clients
connected_clients:9
client_recent_max_input_buffer:2
client_recent_max_output_buffer:0
blocked_clients:0
# Memory
used_memory:323418160
used_memory_human:308.44M
used_memory_rss:341630976
used_memory_rss_human:325.80M
used_memory_peak:335904008
used_memory_peak_human:320.34M
used_memory_peak_perc:96.28%
used_memory_overhead:22836382
used_memory_startup:11386536
used_memory_dataset:300581778
used_memory_dataset_perc:96.33%
allocator_allocated:323564128
allocator_active:335888384
allocator_resident:349233152
total_system_memory:66107453440
total_system_memory_human:61.57G
used_memory_lua:37888
used_memory_lua_human:37.00K
used_memory_scripts:0
used_memory_scripts_human:0B
number_of_cached_scripts:0
maxmemory:27250153131
maxmemory_human:25.38G
maxmemory_policy:noeviction
allocator_frag_ratio:1.04
allocator_frag_bytes:12324256
allocator_rss_ratio:1.04
allocator_rss_bytes:13344768
rss_overhead_ratio:0.98
rss_overhead_bytes:-7602176
mem_fragmentation_ratio:1.06
mem_fragmentation_bytes:18254856
mem_not_counted_for_evict:1948
mem_replication_backlog:4194304
mem_clients_slaves:0
mem_clients_normal:217842
mem_aof_buffer:1948
mem_allocator:jemalloc-5.1.0
active_defrag_running:0
lazyfree_pending_objects:0
# Persistence
loading:0
rdb_changes_since_last_save:80128246
rdb_bgsave_in_progress:0
rdb_last_save_time:1726211157
rdb_last_bgsave_status:ok
rdb_last_bgsave_time_sec:2
rdb_current_bgsave_time_sec:-1
rdb_last_cow_size:1560576
aof_enabled:1
aof_rewrite_in_progress:0
aof_rewrite_scheduled:0
aof_last_rewrite_time_sec:2
aof_current_rewrite_time_sec:-1
aof_last_bgrewrite_status:ok
aof_last_write_status:ok
aof_last_cow_size:4898816
aof_current_size:358957070
aof_base_size:182845069
aof_pending_rewrite:0
aof_buffer_length:0
aof_rewrite_buffer_length:0
aof_pending_bio_fsync:0
aof_delayed_fsync:0
# Stats
total_connections_received:1982610
total_commands_processed:224486152
instantaneous_ops_per_sec:684
total_net_input_bytes:15701086394
total_net_output_bytes:7839692816
instantaneous_input_kbps:35.79
instantaneous_output_kbps:7.07
rejected_connections:0
sync_full:2
sync_partial_ok:0
sync_partial_err:0
expired_keys:280
expired_stale_perc:0.00
expired_time_cap_reached_count:0
evicted_keys:0
keyspace_hits:886
keyspace_misses:13789
pubsub_channels:0
pubsub_patterns:0
latest_fork_usec:4276
migrate_cached_sockets:0
slave_expires_tracked_keys:0
active_defrag_hits:0
active_defrag_misses:0
active_defrag_key_hits:0
active_defrag_key_misses:0
# Replication
role:slave
master_host:xxxxx
master_port:xxxx
master_link_status:up
master_last_io_seconds_ago:0
master_sync_in_progress:0
slave_repl_offset:15143364183
slave_priority:100
slave_read_only:1
connected_slaves:0
master_replid:a6985fc4a60067b1fe33d8dba39d9149fcb1ad37
master_replid2:e7a7223d05409576edf73e43bad0b89a2b9f00e0
master_repl_offset:15143364183
second_repl_offset:8617525783
repl_backlog_active:1
repl_backlog_size:4194304
repl_backlog_first_byte_offset:15139169880
repl_backlog_histlen:4194304
# CPU
used_cpu_sys:5630.735889
used_cpu_user:8208.234988
used_cpu_sys_children:21.914180
used_cpu_user_children:140.473706
# Commandstats
cmdstat_client:calls=90610,usec=112983,usec_per_call=1.25
cmdstat_get:calls=30,usec=125,usec_per_call=4.17
cmdstat_hgetall:calls=31,usec=176,usec_per_call=5.68
cmdstat_replconf:calls=82,usec=116,usec_per_call=1.41
cmdstat_exec:calls=20798147,usec=166277400,usec_per_call=7.99
cmdstat_readonly:calls=4,usec=1,usec_per_call=0.25
cmdstat_smembers:calls=20,usec=452,usec_per_call=22.60
cmdstat_expireat:calls=13531,usec=24210,usec_per_call=1.79
cmdstat_set:calls=19078995,usec=71583717,usec_per_call=3.75
cmdstat_setex:calls=1302824,usec=4381258,usec_per_call=3.36
cmdstat_setnx:calls=9701226,usec=48027292,usec_per_call=4.95
cmdstat_hdel:calls=10372127,usec=47184654,usec_per_call=4.55
cmdstat_incrby:calls=9687,usec=34145,usec_per_call=3.52
cmdstat_config:calls=1359536,usec=15745541,usec_per_call=11.58
cmdstat_memory:calls=6,usec=3757,usec_per_call=626.17
cmdstat_monitor:calls=1,usec=1,usec_per_call=1.00
cmdstat_psync:calls=2,usec=8455,usec_per_call=4227.50
cmdstat_bgsave:calls=1,usec=3583,usec_per_call=3583.00
cmdstat_multi:calls=20798147,usec=2403017,usec_per_call=0.12
cmdstat_bgrewriteaof:calls=252,usec=361178,usec_per_call=1433.25
cmdstat_cluster:calls=525967,usec=447708561,usec_per_call=851.21
cmdstat_lpop:calls=467,usec=3087,usec_per_call=6.61
cmdstat_hget:calls=10,usec=58,usec_per_call=5.80
cmdstat_zadd:calls=23793,usec=219217,usec_per_call=9.21
cmdstat_del:calls=9729828,usec=38588612,usec_per_call=3.97
cmdstat_select:calls=1348302,usec=945233,usec_per_call=0.70
cmdstat_command:calls=12,usec=6311,usec_per_call=525.92
cmdstat_slaveof:calls=1,usec=1,usec_per_call=1.00
cmdstat_persist:calls=12956,usec=33196,usec_per_call=2.56
cmdstat_rpop:calls=64,usec=106,usec_per_call=1.66
cmdstat_expire:calls=9698479,usec=6964523,usec_per_call=0.72
cmdstat_rpush:calls=431,usec=3693,usec_per_call=8.57
cmdstat_sadd:calls=292377,usec=740831,usec_per_call=2.53
cmdstat_dbsize:calls=543761,usec=405379,usec_per_call=0.75
cmdstat_zrange:calls=3,usec=29,usec_per_call=9.67
cmdstat_ping:calls=1890926,usec=723791,usec_per_call=0.38
cmdstat_latency:calls=90609,usec=139392,usec_per_call=1.54
cmdstat_unlink:calls=6936450,usec=43718799,usec_per_call=6.30
cmdstat_hmset:calls=629876,usec=1057767,usec_per_call=1.68
cmdstat_zremrangebyrank:calls=9933,usec=57504,usec_per_call=5.79
cmdstat_randomkey:calls=20,usec=3,usec_per_call=0.15
cmdstat_hset:calls=100692329,usec=294559326,usec_per_call=2.93
cmdstat_auth:calls=1982510,usec=3062049,usec_per_call=1.54
cmdstat_lrange:calls=3,usec=35,usec_per_call=11.67
cmdstat_getset:calls=14578,usec=80939,usec_per_call=5.55
cmdstat_srem:calls=10609,usec=19683,usec_per_call=1.86
cmdstat_debug:calls=3,usec=921,usec_per_call=307.00
cmdstat_lpush:calls=3038,usec=16370,usec_per_call=5.39
cmdstat_info:calls=5255522,usec=70128921,usec_per_call=13.34
cmdstat_slowlog:calls=1268036,usec=1831842,usec_per_call=1.44
# Cluster
cluster_enabled:1
# Keyspace
db0:keys=126195,expires=28218,avg_ttl=0
Comment From: wstar05
@OMG-By can you give the CLIENT LIST from master?
Comment From: OMG-By
@OMG-By 你能提供一下 Master 的客户名单吗?
id=2065269 addr=1.1.1.1:41302 fd=181 name= age=3 idle=3 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=del id=2065270 addr=1.1.1.1:41316 fd=182 name= age=3 idle=0 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=del id=2065271 addr=1.1.1.1:57214 fd=183 name= age=3 idle=0 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=32768 obl=0 oll=0 omem=0 events=r cmd=del id=2065272 addr=1.1.1.1:57206 fd=184 name= age=3 idle=0 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=32768 obl=0 oll=0 omem=0 events=r cmd=del id=1900113 addr=1.1.1.1:58332 fd=145 name= age=56447 idle=7 flags=P db=0 sub=1 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=ping id=2062729 addr=1.1.1.1:53738 fd=155 name= age=706 idle=705 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=get id=34 addr=1.1.1.1:28759 fd=160 name= age=1386472 idle=5 flags=r db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=cluster id=2065259 addr=1.1.1.1:50716 fd=187 name= age=7 idle=0 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=26 qbuf-free=32742 obl=0 oll=0 omem=0 events=r cmd=client id=6 addr=1.1.1.1:44333 fd=12 name= age=1386506 idle=0 flags=S db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=replconf id=57 addr=1.1.1.1:28766 fd=164 name= age=1386443 idle=276 flags=r db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=cluster id=37 addr=1.1.1.1:21586 fd=161 name= age=1386465 idle=131 flags=r db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=cluster id=2065251 addr=1.1.1.1:50704 fd=156 name= age=9 idle=6 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=hget id=2065183 addr=1.1.1.1:41486 fd=147 name= age=27 idle=27 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=cluster id=2065241 addr=1.1.1.1:44586 fd=158 name= age=10 idle=3 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=del id=2065274 addr=1.1.1.1:38798 fd=151 name= age=1 idle=1 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=hget id=2065242 addr=1.1.1.1:44604 fd=159 name= age=10 idle=3 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=del id=2065262 addr=1.1.1.1:57162 fd=152 name= age=4 idle=3 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=del id=2065263 addr=1.1.1.1:57164 fd=170 name= age=4 idle=3 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=del id=2065264 addr=1.1.1.1:57174 fd=174 name= age=4 idle=3 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=del id=2065265 addr=1.1.1.1:57190 fd=177 name= age=4 idle=3 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=del id=2065266 addr=1.1.1.1:57202 fd=180 name= age=4 idle=3 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=del id=2065267 addr=1.1.1.1:41300 fd=165 name= age=4 idle=3 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=del id=2065268 addr=1.1.1.1:41296 fd=172 name= age=4 idle=0 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=32768 obl=0 oll=0 omem=0 events=r cmd=del id=2065273 addr=1.1.1.1:41784 fd=149 name= age=2 idle=2 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=cluster id=2065246 addr=1.1.1.1:44608 fd=168 name= age=9 idle=3 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=del id=2065258 addr=1.1.1.1:59926 fd=146 name= age=7 idle=5 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=hget id=2065224 addr=1.1.1.1:44544 fd=154 name= age=15 idle=0 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=32768 obl=0 oll=0 omem=0 events=r cmd=smembers id=2065228 addr=1.1.1.1:48228 fd=169 name= age=14 idle=3 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=del id=2065176 addr=1.1.1.1:34108 fd=141 name= age=29 idle=2 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=publish id=2065261 addr=1.1.1.1:37057 fd=188 name= age=6 idle=6 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=slowlog id=2065209 addr=1.1.1.1:42738 fd=171 name= age=19 idle=0 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=32768 obl=0 oll=0 omem=0 events=r cmd=del id=310 addr=1.1.1.1:21714 fd=162 name= age=1386128 idle=51 flags=r db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=cluster id=1900112 addr=1.1.1.1:58320 fd=144 name= age=56447 idle=7 flags=P db=0 sub=1 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=ping id=2065222 addr=1.1.1.1:37037 fd=185 name= age=16 idle=16 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=slowlog id=2065216 addr=1.1.1.1:42766 fd=175 name= age=18 idle=3 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=del id=2065260 addr=1.1.1.1:58756 fd=157 name= age=7 idle=5 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=hgetall
Comment From: OMG-By
https://github.com/redis/redis/issues/10863 The scenario is the same with this issue, a surge of pipeline requests.