redis.conf
After adding this configuration line, Redis cannot start.
loadmodule /opt/redis/RediSearch/bin/linux-x64-release/coord-oss/redisearch.so
msg: 83883:M 14 Sep 2024 09:16:30.811 # (00007fffcd3915f9) -> 00007feca33a8720 83883:M 14 Sep 2024 09:16:30.811 # (00007fffcd3915f8) -> 00007feca33af2a9
------ MODULES INFO OUTPUT ------
------ FAST MEMORY TEST ------ *** Preparing to test memory region 562770c59000 (2277376 bytes) *** Preparing to test memory region 5627717f9000 (286720 bytes) *** Preparing to test memory region 7feca32bd000 (16384 bytes) *** Preparing to test memory region 7feca3915000 (20480 bytes) *** Preparing to test memory region 7feca3c00000 (8388608 bytes) *** Preparing to test memory region 7feca45ad000 (24576 bytes) *** Preparing to test memory region 7feca47a1000 (16384 bytes) *** Preparing to test memory region 7feca47c4000 (16384 bytes) *** Preparing to test memory region 7feca491d000 (8192 bytes) *** Preparing to test memory region 7feca4956000 (4096 bytes) .O.O.O.O.O.O.O.O.O.O Fast memory test PASSED, however your memory can still be broken. Please run a memory test for several hours if possible.
=== REDIS BUG REPORT END. Make sure to include from START to END. ===
Please report the crash by opening an issue on github:
http://github.com/antirez/redis/issues
Suspect RAM error? Use redis-server --test-memory to verify it.
make: *** [Makefile:412: run] Segmentation fault (core dumped)
Comment From: sundb
@Rebecca2527 can you give more details about environment and reproduce steps?
Comment From: Yash-Singh-Pathania
Hi guys facing the same thing adding the debug output here with docker compose
2025-05-14 12:07:10 ------ INFO OUTPUT ------
2025-05-14 12:07:10 # Server
2025-05-14 12:07:10 redis_version:8.0.1
2025-05-14 12:07:10 redis_git_sha1:00000000
2025-05-14 12:07:10 redis_git_dirty:1
2025-05-14 12:07:10 redis_build_id:dcbd245916eb1418
2025-05-14 12:07:10 redis_mode:standalone
2025-05-14 12:07:10 os:Linux 6.10.14-linuxkit aarch64
2025-05-14 12:07:10 arch_bits:64
2025-05-14 12:07:10 monotonic_clock:POSIX clock_gettime
2025-05-14 12:07:10 multiplexing_api:epoll
2025-05-14 12:07:10 atomicvar_api:c11-builtin
2025-05-14 12:07:10 gcc_version:14.2.0
2025-05-14 12:07:10 process_id:1
2025-05-14 12:07:10 process_supervised:no
2025-05-14 12:07:10 run_id:0a0e6b443001f98bf452e91b859f48611d6f55fe
2025-05-14 12:07:10 tcp_port:6379
2025-05-14 12:07:10 server_time_usec:1747220830192241
2025-05-14 12:07:10 uptime_in_seconds:0
2025-05-14 12:07:10 uptime_in_days:0
2025-05-14 12:07:10 hz:10
2025-05-14 12:07:10 configured_hz:10
2025-05-14 12:07:10 lru_clock:2390366
2025-05-14 12:07:10 executable:/data/redis-server
2025-05-14 12:07:10 config_file:/usr/local/etc/redis/redis.conf
2025-05-14 12:07:10 io_threads_active:0
2025-05-14 12:07:10
2025-05-14 12:07:10 # Clients
2025-05-14 12:07:10 connected_clients:0
2025-05-14 12:07:10 cluster_connections:0
2025-05-14 12:07:10 maxclients:10000
2025-05-14 12:07:10 client_recent_max_input_buffer:0
2025-05-14 12:07:10 client_recent_max_output_buffer:0
2025-05-14 12:07:10 blocked_clients:0
2025-05-14 12:07:10 tracking_clients:0
2025-05-14 12:07:10 pubsub_clients:0
2025-05-14 12:07:10 watching_clients:0
2025-05-14 12:07:10 clients_in_timeout_table:0
2025-05-14 12:07:10 total_watched_keys:0
2025-05-14 12:07:10 total_blocking_keys:0
2025-05-14 12:07:10 total_blocking_keys_on_nokey:0
2025-05-14 12:07:10
2025-05-14 12:07:10 # Memory
2025-05-14 12:07:10 used_memory:779368
2025-05-14 12:07:10 used_memory_human:761.10K
2025-05-14 12:07:10 used_memory_rss:0
2025-05-14 12:07:10 used_memory_rss_human:0B
2025-05-14 12:07:10 used_memory_peak:779368
2025-05-14 12:07:10 used_memory_peak_human:761.10K
2025-05-14 12:07:10 used_memory_peak_perc:100.24%
2025-05-14 12:07:10 used_memory_overhead:64704
2025-05-14 12:07:10 used_memory_startup:0
2025-05-14 12:07:10 used_memory_dataset:714664
2025-05-14 12:07:10 used_memory_dataset_perc:91.70%
2025-05-14 12:07:10 allocator_allocated:0
2025-05-14 12:07:10 allocator_active:0
2025-05-14 12:07:10 allocator_resident:0
2025-05-14 12:07:10 allocator_muzzy:0
2025-05-14 12:07:10 total_system_memory:11474345984
2025-05-14 12:07:10 total_system_memory_human:10.69G
2025-05-14 12:07:10 used_memory_lua:31744
2025-05-14 12:07:10 used_memory_vm_eval:31744
2025-05-14 12:07:10 used_memory_lua_human:31.00K
2025-05-14 12:07:10 used_memory_scripts_eval:0
2025-05-14 12:07:10 number_of_cached_scripts:0
2025-05-14 12:07:10 number_of_functions:0
2025-05-14 12:07:10 number_of_libraries:0
2025-05-14 12:07:10 used_memory_vm_functions:32768
2025-05-14 12:07:10 used_memory_vm_total:64512
2025-05-14 12:07:10 used_memory_vm_total_human:63.00K
2025-05-14 12:07:10 used_memory_functions:192
2025-05-14 12:07:10 used_memory_scripts:192
2025-05-14 12:07:10 used_memory_scripts_human:192B
2025-05-14 12:07:10 maxmemory:268435456
2025-05-14 12:07:10 maxmemory_human:256.00M
2025-05-14 12:07:10 maxmemory_policy:allkeys-lru
2025-05-14 12:07:10 allocator_frag_ratio:nan
2025-05-14 12:07:10 allocator_frag_bytes:0
2025-05-14 12:07:10 allocator_rss_ratio:nan
2025-05-14 12:07:10 allocator_rss_bytes:0
2025-05-14 12:07:10 rss_overhead_ratio:nan
2025-05-14 12:07:10 rss_overhead_bytes:0
2025-05-14 12:07:10 mem_fragmentation_ratio:nan
2025-05-14 12:07:10 mem_fragmentation_bytes:0
2025-05-14 12:07:10 mem_not_counted_for_evict:0
2025-05-14 12:07:10 mem_replication_backlog:0
2025-05-14 12:07:10 mem_total_replication_buffers:0
2025-05-14 12:07:10 mem_replica_full_sync_buffer:0
2025-05-14 12:07:10 mem_clients_slaves:0
2025-05-14 12:07:10 mem_clients_normal:0
2025-05-14 12:07:10 mem_cluster_links:0
2025-05-14 12:07:10 mem_aof_buffer:0
2025-05-14 12:07:10 mem_allocator:jemalloc-5.3.0
2025-05-14 12:07:10 mem_overhead_db_hashtable_rehashing:0
2025-05-14 12:07:10 active_defrag_running:0
2025-05-14 12:07:10 lazyfree_pending_objects:0
2025-05-14 12:07:10 lazyfreed_objects:0
2025-05-14 12:07:10
2025-05-14 12:07:10 # Persistence
2025-05-14 12:07:10 loading:0
2025-05-14 12:07:10 async_loading:0
2025-05-14 12:07:10 current_cow_peak:0
2025-05-14 12:07:10 current_cow_size:0
2025-05-14 12:07:10 current_cow_size_age:0
2025-05-14 12:07:10 current_fork_perc:0.00
2025-05-14 12:07:10 current_save_keys_processed:0
2025-05-14 12:07:10 current_save_keys_total:0
2025-05-14 12:07:10 rdb_changes_since_last_save:0
2025-05-14 12:07:10 rdb_bgsave_in_progress:0
2025-05-14 12:07:10 rdb_last_save_time:1747220830
2025-05-14 12:07:10 rdb_last_bgsave_status:ok
2025-05-14 12:07:10 rdb_last_bgsave_time_sec:-1
2025-05-14 12:07:10 rdb_current_bgsave_time_sec:-1
2025-05-14 12:07:10 rdb_saves:0
2025-05-14 12:07:10 rdb_last_cow_size:0
2025-05-14 12:07:10 rdb_last_load_keys_expired:0
2025-05-14 12:07:10 rdb_last_load_keys_loaded:0
2025-05-14 12:07:10 aof_enabled:0
2025-05-14 12:07:10 aof_rewrite_in_progress:0
2025-05-14 12:07:10 aof_rewrite_scheduled:0
2025-05-14 12:07:10 aof_last_rewrite_time_sec:-1
2025-05-14 12:07:10 aof_current_rewrite_time_sec:-1
2025-05-14 12:07:10 aof_last_bgrewrite_status:ok
2025-05-14 12:07:10 aof_rewrites:0
2025-05-14 12:07:10 aof_rewrites_consecutive_failures:0
2025-05-14 12:07:10 aof_last_write_status:ok
2025-05-14 12:07:10 aof_last_cow_size:0
2025-05-14 12:07:10 module_fork_in_progress:0
2025-05-14 12:07:10 module_fork_last_cow_size:0
2025-05-14 12:07:10
2025-05-14 12:07:10 # Threads
2025-05-14 12:07:10 io_thread_0:clients=0,reads=0,writes=0
2025-05-14 12:07:10
2025-05-14 12:07:10 # Stats
2025-05-14 12:07:10 total_connections_received:0
2025-05-14 12:07:10 total_commands_processed:2
2025-05-14 12:07:10 instantaneous_ops_per_sec:0
2025-05-14 12:07:10 total_net_input_bytes:0
2025-05-14 12:07:10 total_net_output_bytes:0
2025-05-14 12:07:10 total_net_repl_input_bytes:0
2025-05-14 12:07:10 total_net_repl_output_bytes:0
2025-05-14 12:07:10 instantaneous_input_kbps:0.00
2025-05-14 12:07:10 instantaneous_output_kbps:0.00
2025-05-14 12:07:10 instantaneous_input_repl_kbps:0.00
2025-05-14 12:07:10 instantaneous_output_repl_kbps:0.00
2025-05-14 12:07:10 rejected_connections:0
2025-05-14 12:07:10 sync_full:0
2025-05-14 12:07:10 sync_partial_ok:0
2025-05-14 12:07:10 sync_partial_err:0
2025-05-14 12:07:10 expired_subkeys:0
2025-05-14 12:07:10 expired_keys:0
2025-05-14 12:07:10 expired_stale_perc:0.00
2025-05-14 12:07:10 expired_time_cap_reached_count:0
2025-05-14 12:07:10 expire_cycle_cpu_milliseconds:0
2025-05-14 12:07:10 evicted_keys:0
2025-05-14 12:07:10 evicted_clients:0
2025-05-14 12:07:10 evicted_scripts:0
2025-05-14 12:07:10 total_eviction_exceeded_time:0
2025-05-14 12:07:10 current_eviction_exceeded_time:0
2025-05-14 12:07:10 keyspace_hits:0
2025-05-14 12:07:10 keyspace_misses:0
2025-05-14 12:07:10 pubsub_channels:0
2025-05-14 12:07:10 pubsub_patterns:0
2025-05-14 12:07:10 pubsubshard_channels:0
2025-05-14 12:07:10 latest_fork_usec:0
2025-05-14 12:07:10 total_forks:0
2025-05-14 12:07:10 migrate_cached_sockets:0
2025-05-14 12:07:10 slave_expires_tracked_keys:0
2025-05-14 12:07:10 active_defrag_hits:0
2025-05-14 12:07:10 active_defrag_misses:0
2025-05-14 12:07:10 active_defrag_key_hits:0
2025-05-14 12:07:10 active_defrag_key_misses:0
2025-05-14 12:07:10 total_active_defrag_time:0
2025-05-14 12:07:10 current_active_defrag_time:0
2025-05-14 12:07:10 tracking_total_keys:0
2025-05-14 12:07:10 tracking_total_items:0
2025-05-14 12:07:10 tracking_total_prefixes:0
2025-05-14 12:07:10 unexpected_error_replies:0
2025-05-14 12:07:10 total_error_replies:0
2025-05-14 12:07:10 dump_payload_sanitizations:0
2025-05-14 12:07:10 total_reads_processed:0
2025-05-14 12:07:10 total_writes_processed:0
2025-05-14 12:07:10 io_threaded_reads_processed:0
2025-05-14 12:07:10 io_threaded_writes_processed:0
2025-05-14 12:07:10 client_query_buffer_limit_disconnections:0
2025-05-14 12:07:10 client_output_buffer_limit_disconnections:0
2025-05-14 12:07:10 reply_buffer_shrinks:0
2025-05-14 12:07:10 reply_buffer_expands:0
2025-05-14 12:07:10 eventloop_cycles:0
2025-05-14 12:07:10 eventloop_duration_sum:0
2025-05-14 12:07:10 eventloop_duration_cmd_sum:0
2025-05-14 12:07:10 instantaneous_eventloop_cycles_per_sec:0
2025-05-14 12:07:10 instantaneous_eventloop_duration_usec:0
2025-05-14 12:07:10 acl_access_denied_auth:0
2025-05-14 12:07:10 acl_access_denied_cmd:0
2025-05-14 12:07:10 acl_access_denied_key:0
2025-05-14 12:07:10 acl_access_denied_channel:0
2025-05-14 12:07:10
2025-05-14 12:07:10 # Replication
2025-05-14 12:07:10 role:master
2025-05-14 12:07:10 connected_slaves:0
2025-05-14 12:07:10 master_failover_state:no-failover
2025-05-14 12:07:10 master_replid:1b0a714b69519363889282358d8f2b42ec6a34c0
2025-05-14 12:07:10 master_replid2:0000000000000000000000000000000000000000
2025-05-14 12:07:10 master_repl_offset:0
2025-05-14 12:07:10 second_repl_offset:-1
2025-05-14 12:07:10 repl_backlog_active:0
2025-05-14 12:07:10 repl_backlog_size:1048576
2025-05-14 12:07:10 repl_backlog_first_byte_offset:0
2025-05-14 12:07:10 repl_backlog_histlen:0
2025-05-14 12:07:10
2025-05-14 12:07:10 # CPU
2025-05-14 12:07:10 used_cpu_sys:0.003498
2025-05-14 12:07:10 used_cpu_user:0.006553
2025-05-14 12:07:10 used_cpu_sys_children:0.000652
2025-05-14 12:07:10 used_cpu_user_children:0.004133
2025-05-14 12:07:10 used_cpu_sys_main_thread:0.001574
2025-05-14 12:07:10 used_cpu_user_main_thread:0.007871
2025-05-14 12:07:10
2025-05-14 12:07:10 # Modules
2025-05-14 12:07:10 module:name=vectorset,ver=1,api=1,filters=0,usedby=[],using=[],options=[handle-io-errors|handle-repl-async-load]
2025-05-14 12:07:10 module:name=bf,ver=80001,api=1,filters=0,usedby=[],using=[],options=[]
2025-05-14 12:07:10
2025-05-14 12:07:10 # Commandstats
2025-05-14 12:07:10 cmdstat_info:calls=2,usec=15,usec_per_call=7.50,rejected_calls=0,failed_calls=0
2025-05-14 12:07:10
2025-05-14 12:07:10 # Errorstats
2025-05-14 12:07:10
2025-05-14 12:07:10 # Latencystats
2025-05-14 12:07:10 latency_percentiles_usec_info:p50=3.007,p99=12.031,p99.9=12.031
2025-05-14 12:07:10
2025-05-14 12:07:10 # Cluster
2025-05-14 12:07:10 cluster_enabled:0
2025-05-14 12:07:10
2025-05-14 12:07:10 # Keyspace
2025-05-14 12:07:10
2025-05-14 12:07:10 # Keysizes
2025-05-14 12:07:10
2025-05-14 12:07:10 ------ CLIENT LIST OUTPUT ------
2025-05-14 12:07:10
2025-05-14 12:07:10 ------ MODULES INFO OUTPUT ------
2025-05-14 12:07:10
2025-05-14 12:07:10 ------ CONFIG DEBUG OUTPUT ------
2025-05-14 12:07:10 proto-max-bulk-len 512mb
2025-05-14 12:07:10 lazyfree-lazy-user-flush no
2025-05-14 12:07:10 lazyfree-lazy-expire no
2025-05-14 12:07:10 list-compress-depth 0
2025-05-14 12:07:10 slave-read-only yes
2025-05-14 12:07:10 lazyfree-lazy-user-del no
2025-05-14 12:07:10 repl-diskless-load disabled
2025-05-14 12:07:10 io-threads 1
2025-05-14 12:07:10 client-query-buffer-limit 1gb
2025-05-14 12:07:10 lazyfree-lazy-server-del no
2025-05-14 12:07:10 sanitize-dump-payload no
2025-05-14 12:07:10 repl-diskless-sync yes
2025-05-14 12:07:10 lazyfree-lazy-eviction no
2025-05-14 12:07:10 replica-read-only yes
2025-05-14 12:07:10 activedefrag no
2025-05-14 12:07:10
2025-05-14 12:07:10 ------ FAST MEMORY TEST ------
2025-05-14 12:07:10 *** Preparing to test memory region aaaad0366000 (749568 bytes)
2025-05-14 12:07:10 *** Preparing to test memory region aaaaf12eb000 (12288 bytes)
2025-05-14 12:07:10 *** Preparing to test memory region ffffbac00000 (3670016 bytes)
2025-05-14 12:07:10 *** Preparing to test memory region ffffbb637000 (8192 bytes)
2025-05-14 12:07:10 *** Preparing to test memory region ffffbb800000 (3145728 bytes)
2025-05-14 12:07:10 *** Preparing to test memory region ffffbbc00000 (2621440 bytes)
2025-05-14 12:07:10 *** Preparing to test memory region ffffbc000000 (11534336 bytes)
2025-05-14 12:07:10 *** Preparing to test memory region ffffbcc00000 (2621440 bytes)
2025-05-14 12:07:10 *** Preparing to test memory region ffffbd000000 (4194304 bytes)
2025-05-14 12:07:10 *** Preparing to test memory region ffffbd803000 (12288 bytes)
2025-05-14 12:07:10 *** Preparing to test memory region ffffbdca1000 (16384 bytes)
2025-05-14 12:07:10 *** Preparing to test memory region ffffbdcad000 (4096 bytes)
2025-05-14 12:07:10 *** Preparing to test memory region ffffbdcef000 (299008 bytes)
2025-05-14 12:07:10 *** Preparing to test memory region ffffbdedf000 (106496 bytes)
2025-05-14 12:07:10 *** Preparing to test memory region ffffbdefe000 (8192 bytes)
2025-05-14 12:07:10 .O.O.O.O.O.O.O.O.O.O.O.O.O.O.O
2025-05-14 12:07:10 Fast memory test PASSED, however your memory can still be broken. Please run a memory test for several hours if possible.
2025-05-14 12:07:10
2025-05-14 12:07:10 === REDIS BUG REPORT END. Make sure to include from START to END. ===
2025-05-14 12:07:10
2025-05-14 12:07:10 Please report the crash by opening an issue on github:
2025-05-14 12:07:10
2025-05-14 12:07:10 http://github.com/redis/redis/issues
2025-05-14 12:07:10
2025-05-14 12:07:10 If a Redis module was involved, please open in the module's repo instead.
2025-05-14 12:07:10
2025-05-14 12:07:10 Suspect RAM error? Use redis-server --test-memory to verify it.
2025-05-14 12:07:10
2025-05-14 12:07:10 Some other issues could be detected by redis-server --check-system
2025-05-14 12:07:36 Starting Redis Server
2025-05-14 12:07:36 1:C 14 May 2025 11:07:36.030 * oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
2025-05-14 12:07:36 1:C 14 May 2025 11:07:36.030 * Redis version=8.0.1, bits=64, commit=00000000, modified=1, pid=1, just started
2025-05-14 12:07:36 1:C 14 May 2025 11:07:36.030 * Configuration loaded
2025-05-14 12:07:36 1:M 14 May 2025 11:07:36.030 * monotonic clock: POSIX clock_gettime
2025-05-14 12:07:36 1:M 14 May 2025 11:07:36.031 * Running mode=standalone, port=6379.
2025-05-14 12:07:36 1:M 14 May 2025 11:07:36.031 * <bf> RedisBloom version 8.0.1 (Git=unknown)
2025-05-14 12:07:36 1:M 14 May 2025 11:07:36.031 * <bf> Registering configuration options: [
2025-05-14 12:07:36 1:M 14 May 2025 11:07:36.031 * <bf> { bf-error-rate : 0.01 }
2025-05-14 12:07:36 1:M 14 May 2025 11:07:36.031 * <bf> { bf-initial-size : 100 }
2025-05-14 12:07:36 1:M 14 May 2025 11:07:36.031 * <bf> { bf-expansion-factor : 2 }
2025-05-14 12:07:36 1:M 14 May 2025 11:07:36.031 * <bf> { cf-bucket-size : 2 }
2025-05-14 12:07:36 1:M 14 May 2025 11:07:36.031 * <bf> { cf-initial-size : 1024 }
2025-05-14 12:07:36 1:M 14 May 2025 11:07:36.031 * <bf> { cf-max-iterations : 20 }
2025-05-14 12:07:36 1:M 14 May 2025 11:07:36.031 * <bf> { cf-expansion-factor : 1 }
2025-05-14 12:07:36 1:M 14 May 2025 11:07:36.031 * <bf> { cf-max-expansions : 32 }
2025-05-14 12:07:36 1:M 14 May 2025 11:07:36.031 * <bf> ]
2025-05-14 12:07:36 1:M 14 May 2025 11:07:36.031 * Module 'bf' loaded from /usr/local/lib/redis/modules//redisbloom.so
2025-05-14 12:07:36 1:M 14 May 2025 11:07:36.032 # <search> Assertion failed: rep && RedisModule_CallReplyType(rep) == REDISMODULE_REPLY_ARRAY && RedisModule_CallReplyLength(rep) == 2
2025-05-14 12:07:36
2025-05-14 12:07:36
2025-05-14 12:07:36 === REDIS BUG REPORT START: Cut & paste starting from here ===
2025-05-14 12:07:36 1:M 14 May 2025 11:07:36.032 # === ASSERTION FAILED ===
2025-05-14 12:07:36 1:M 14 May 2025 11:07:36.032 # ==> /usr/src/redis/modules/redisearch/src/src/module.c:3686 'rep && RedisModule_CallReplyType(rep) == 3 && RedisModule_CallReplyLength(rep) == 2' is not true
2025-05-14 12:07:36
2025-05-14 12:07:36 ------ INFO OUTPUT ------
2025-05-14 12:07:36 # Server
2025-05-14 12:07:36 redis_version:8.0.1
2025-05-14 12:07:36 redis_git_sha1:00000000
2025-05-14 12:07:36 redis_git_dirty:1
2025-05-14 12:07:36 redis_build_id:dcbd245916eb1418
2025-05-14 12:07:36 redis_mode:standalone
2025-05-14 12:07:36 os:Linux 6.10.14-linuxkit aarch64
2025-05-14 12:07:36 arch_bits:64
2025-05-14 12:07:36 monotonic_clock:POSIX clock_gettime
2025-05-14 12:07:36 multiplexing_api:epoll
2025-05-14 12:07:36 atomicvar_api:c11-builtin
2025-05-14 12:07:36 gcc_version:14.2.0
2025-05-14 12:07:36 process_id:1
2025-05-14 12:07:36 process_supervised:no
2025-05-14 12:07:36 run_id:cf9fc8370e3b4aa24cb77152b3002bd34c465673
2025-05-14 12:07:36 tcp_port:6379
2025-05-14 12:07:36 server_time_usec:1747220856032025
2025-05-14 12:07:36 uptime_in_seconds:0
2025-05-14 12:07:36 uptime_in_days:0
2025-05-14 12:07:36 hz:10
2025-05-14 12:07:36 configured_hz:10
2025-05-14 12:07:36 lru_clock:2390392
2025-05-14 12:07:36 executable:/data/redis-server
2025-05-14 12:07:36 config_file:/usr/local/etc/redis/redis.conf
2025-05-14 12:07:36 io_threads_active:0
2025-05-14 12:07:36
2025-05-14 12:07:36 # Clients
2025-05-14 12:07:36 connected_clients:0
2025-05-14 12:07:36 cluster_connections:0
2025-05-14 12:07:36 maxclients:10000
2025-05-14 12:07:36 client_recent_max_input_buffer:0
2025-05-14 12:07:36 client_recent_max_output_buffer:0
2025-05-14 12:07:36 blocked_clients:0
2025-05-14 12:07:36 tracking_clients:0
2025-05-14 12:07:36 pubsub_clients:0
2025-05-14 12:07:36 watching_clients:0
2025-05-14 12:07:36 clients_in_timeout_table:0
2025-05-14 12:07:36 total_watched_keys:0
2025-05-14 12:07:36 total_blocking_keys:0
2025-05-14 12:07:36 total_blocking_keys_on_nokey:0
2025-05-14 12:07:36
2025-05-14 12:07:36 # Memory
2025-05-14 12:07:36 used_memory:779368
2025-05-14 12:07:36 used_memory_human:761.10K
2025-05-14 12:07:36 used_memory_rss:0
2025-05-14 12:07:36 used_memory_rss_human:0B
2025-05-14 12:07:36 used_memory_peak:779368
2025-05-14 12:07:36 used_memory_peak_human:761.10K
2025-05-14 12:07:36 used_memory_peak_perc:100.24%
2025-05-14 12:07:36 used_memory_overhead:64704
2025-05-14 12:07:36 used_memory_startup:0
2025-05-14 12:07:36 used_memory_dataset:714664
2025-05-14 12:07:36 used_memory_dataset_perc:91.70%
2025-05-14 12:07:36 allocator_allocated:0
2025-05-14 12:07:36 allocator_active:0
2025-05-14 12:07:36 allocator_resident:0
2025-05-14 12:07:36 allocator_muzzy:0
2025-05-14 12:07:36 total_system_memory:11474345984
2025-05-14 12:07:36 total_system_memory_human:10.69G
2025-05-14 12:07:36 used_memory_lua:31744
2025-05-14 12:07:36 used_memory_vm_eval:31744
2025-05-14 12:07:36 used_memory_lua_human:31.00K
2025-05-14 12:07:36 used_memory_scripts_eval:0
2025-05-14 12:07:36 number_of_cached_scripts:0
2025-05-14 12:07:36 number_of_functions:0
2025-05-14 12:07:36 number_of_libraries:0
2025-05-14 12:07:36 used_memory_vm_functions:32768
2025-05-14 12:07:36 used_memory_vm_total:64512
2025-05-14 12:07:36 used_memory_vm_total_human:63.00K
2025-05-14 12:07:36 used_memory_functions:192
2025-05-14 12:07:36 used_memory_scripts:192
2025-05-14 12:07:36 used_memory_scripts_human:192B
2025-05-14 12:07:36 maxmemory:268435456
2025-05-14 12:07:36 maxmemory_human:256.00M
2025-05-14 12:07:36 maxmemory_policy:allkeys-lru
2025-05-14 12:07:36 allocator_frag_ratio:nan
2025-05-14 12:07:36 allocator_frag_bytes:0
2025-05-14 12:07:36 allocator_rss_ratio:nan
2025-05-14 12:07:36 allocator_rss_bytes:0
2025-05-14 12:07:36 rss_overhead_ratio:nan
2025-05-14 12:07:36 rss_overhead_bytes:0
2025-05-14 12:07:36 mem_fragmentation_ratio:nan
2025-05-14 12:07:36 mem_fragmentation_bytes:0
2025-05-14 12:07:36 mem_not_counted_for_evict:0
2025-05-14 12:07:36 mem_replication_backlog:0
2025-05-14 12:07:36 mem_total_replication_buffers:0
2025-05-14 12:07:36 mem_replica_full_sync_buffer:0
2025-05-14 12:07:36 mem_clients_slaves:0
2025-05-14 12:07:36 mem_clients_normal:0
2025-05-14 12:07:36 mem_cluster_links:0
2025-05-14 12:07:36 mem_aof_buffer:0
2025-05-14 12:07:36 mem_allocator:jemalloc-5.3.0
2025-05-14 12:07:36 mem_overhead_db_hashtable_rehashing:0
2025-05-14 12:07:36 active_defrag_running:0
2025-05-14 12:07:36 lazyfree_pending_objects:0
2025-05-14 12:07:36 lazyfreed_objects:0
2025-05-14 12:07:36
2025-05-14 12:07:36 # Persistence
2025-05-14 12:07:36 loading:0
2025-05-14 12:07:36 async_loading:0
2025-05-14 12:07:36 current_cow_peak:0
2025-05-14 12:07:36 current_cow_size:0
2025-05-14 12:07:36 current_cow_size_age:0
2025-05-14 12:07:36 current_fork_perc:0.00
2025-05-14 12:07:36 current_save_keys_processed:0
2025-05-14 12:07:36 current_save_keys_total:0
2025-05-14 12:07:36 rdb_changes_since_last_save:0
2025-05-14 12:07:36 rdb_bgsave_in_progress:0
2025-05-14 12:07:36 rdb_last_save_time:1747220856
2025-05-14 12:07:36 rdb_last_bgsave_status:ok
2025-05-14 12:07:36 rdb_last_bgsave_time_sec:-1
2025-05-14 12:07:36 rdb_current_bgsave_time_sec:-1
2025-05-14 12:07:36 rdb_saves:0
2025-05-14 12:07:36 rdb_last_cow_size:0
2025-05-14 12:07:36 rdb_last_load_keys_expired:0
2025-05-14 12:07:36 rdb_last_load_keys_loaded:0
2025-05-14 12:07:36 aof_enabled:0
2025-05-14 12:07:36 aof_rewrite_in_progress:0
2025-05-14 12:07:36 aof_rewrite_scheduled:0
2025-05-14 12:07:36 aof_last_rewrite_time_sec:-1
2025-05-14 12:07:36 aof_current_rewrite_time_sec:-1
2025-05-14 12:07:36 aof_last_bgrewrite_status:ok
2025-05-14 12:07:36 aof_rewrites:0
2025-05-14 12:07:36 aof_rewrites_consecutive_failures:0
2025-05-14 12:07:36 aof_last_write_status:ok
2025-05-14 12:07:36 aof_last_cow_size:0
2025-05-14 12:07:36 module_fork_in_progress:0
2025-05-14 12:07:36 module_fork_last_cow_size:0
2025-05-14 12:07:36
2025-05-14 12:07:36 # Threads
2025-05-14 12:07:36 io_thread_0:clients=0,reads=0,writes=0
2025-05-14 12:07:36
2025-05-14 12:07:36 # Stats
2025-05-14 12:07:36 total_connections_received:0
2025-05-14 12:07:36 total_commands_processed:2
2025-05-14 12:07:36 instantaneous_ops_per_sec:0
2025-05-14 12:07:36 total_net_input_bytes:0
2025-05-14 12:07:36 total_net_output_bytes:0
2025-05-14 12:07:36 total_net_repl_input_bytes:0
2025-05-14 12:07:36 total_net_repl_output_bytes:0
2025-05-14 12:07:36 instantaneous_input_kbps:0.00
2025-05-14 12:07:36 instantaneous_output_kbps:0.00
2025-05-14 12:07:36 instantaneous_input_repl_kbps:0.00
2025-05-14 12:07:36 instantaneous_output_repl_kbps:0.00
2025-05-14 12:07:36 rejected_connections:0
2025-05-14 12:07:36 sync_full:0
2025-05-14 12:07:36 sync_partial_ok:0
2025-05-14 12:07:36 sync_partial_err:0
2025-05-14 12:07:36 expired_subkeys:0
2025-05-14 12:07:36 expired_keys:0
2025-05-14 12:07:36 expired_stale_perc:0.00
2025-05-14 12:07:36 expired_time_cap_reached_count:0
2025-05-14 12:07:36 expire_cycle_cpu_milliseconds:0
2025-05-14 12:07:36 evicted_keys:0
2025-05-14 12:07:36 evicted_clients:0
2025-05-14 12:07:36 evicted_scripts:0
2025-05-14 12:07:36 total_eviction_exceeded_time:0
2025-05-14 12:07:36 current_eviction_exceeded_time:0
2025-05-14 12:07:36 keyspace_hits:0
2025-05-14 12:07:36 keyspace_misses:0
2025-05-14 12:07:36 pubsub_channels:0
2025-05-14 12:07:36 pubsub_patterns:0
2025-05-14 12:07:36 pubsubshard_channels:0
2025-05-14 12:07:36 latest_fork_usec:0
2025-05-14 12:07:36 total_forks:0
2025-05-14 12:07:36 migrate_cached_sockets:0
2025-05-14 12:07:36 slave_expires_tracked_keys:0
2025-05-14 12:07:36 active_defrag_hits:0
2025-05-14 12:07:36 active_defrag_misses:0
2025-05-14 12:07:36 active_defrag_key_hits:0
2025-05-14 12:07:36 active_defrag_key_misses:0
2025-05-14 12:07:36 total_active_defrag_time:0
2025-05-14 12:07:36 current_active_defrag_time:0
2025-05-14 12:07:36 tracking_total_keys:0
2025-05-14 12:07:36 tracking_total_items:0
2025-05-14 12:07:36 tracking_total_prefixes:0
2025-05-14 12:07:36 unexpected_error_replies:0
2025-05-14 12:07:36 total_error_replies:0
2025-05-14 12:07:36 dump_payload_sanitizations:0
2025-05-14 12:07:36 total_reads_processed:0
2025-05-14 12:07:36 total_writes_processed:0
2025-05-14 12:07:36 io_threaded_reads_processed:0
2025-05-14 12:07:36 io_threaded_writes_processed:0
2025-05-14 12:07:36 client_query_buffer_limit_disconnections:0
2025-05-14 12:07:36 client_output_buffer_limit_disconnections:0
2025-05-14 12:07:36 reply_buffer_shrinks:0
2025-05-14 12:07:36 reply_buffer_expands:0
2025-05-14 12:07:36 eventloop_cycles:0
2025-05-14 12:07:36 eventloop_duration_sum:0
2025-05-14 12:07:36 eventloop_duration_cmd_sum:0
2025-05-14 12:07:36 instantaneous_eventloop_cycles_per_sec:0
2025-05-14 12:07:36 instantaneous_eventloop_duration_usec:0
2025-05-14 12:07:36 acl_access_denied_auth:0
2025-05-14 12:07:36 acl_access_denied_cmd:0
2025-05-14 12:07:36 acl_access_denied_key:0
2025-05-14 12:07:36 acl_access_denied_channel:0
2025-05-14 12:07:36
2025-05-14 12:07:36 # Replication
2025-05-14 12:07:36 role:master
2025-05-14 12:07:36 connected_slaves:0
2025-05-14 12:07:36 master_failover_state:no-failover
2025-05-14 12:07:36 master_replid:9bb6142faa915104b662a834620ceced77a9b7f0
2025-05-14 12:07:36 master_replid2:0000000000000000000000000000000000000000
2025-05-14 12:07:36 master_repl_offset:0
2025-05-14 12:07:36 second_repl_offset:-1
2025-05-14 12:07:36 repl_backlog_active:0
2025-05-14 12:07:36 repl_backlog_size:1048576
2025-05-14 12:07:36 repl_backlog_first_byte_offset:0
2025-05-14 12:07:36 repl_backlog_histlen:0
2025-05-14 12:07:36
2025-05-14 12:07:36 # CPU
2025-05-14 12:07:36 used_cpu_sys:0.005211
2025-05-14 12:07:36 used_cpu_user:0.005211
2025-05-14 12:07:36 used_cpu_sys_children:0.002864
2025-05-14 12:07:36 used_cpu_user_children:0.002267
2025-05-14 12:07:36 used_cpu_sys_main_thread:0.004960
2025-05-14 12:07:36 used_cpu_user_main_thread:0.004960
2025-05-14 12:07:36
2025-05-14 12:07:36 # Modules
2025-05-14 12:07:36 module:name=vectorset,ver=1,api=1,filters=0,usedby=[],using=[],options=[handle-io-errors|handle-repl-async-load]
2025-05-14 12:07:36 module:name=bf,ver=80001,api=1,filters=0,usedby=[],using=[],options=[]
2025-05-14 12:07:36
2025-05-14 12:07:36 # Commandstats
2025-05-14 12:07:36 cmdstat_info:calls=2,usec=19,usec_per_call=9.50,rejected_calls=0,failed_calls=0
2025-05-14 12:07:36
2025-05-14 12:07:36 # Errorstats
2025-05-14 12:07:36
2025-05-14 12:07:36 # Latencystats
2025-05-14 12:07:36 latency_percentiles_usec_info:p50=3.007,p99=16.063,p99.9=16.063
2025-05-14 12:07:36
2025-05-14 12:07:36 # Cluster
2025-05-14 12:07:36 cluster_enabled:0
2025-05-14 12:07:36
2025-05-14 12:07:36 # Keyspace
2025-05-14 12:07:36
2025-05-14 12:07:36 # Keysizes
2025-05-14 12:07:36
2025-05-14 12:07:36 ------ CLIENT LIST OUTPUT ------
2025-05-14 12:07:36
2025-05-14 12:07:36 ------ MODULES INFO OUTPUT ------
2025-05-14 12:07:36
2025-05-14 12:07:36 ------ CONFIG DEBUG OUTPUT ------
2025-05-14 12:07:36 sanitize-dump-payload no
2025-05-14 12:07:36 io-threads 1
2025-05-14 12:07:36 repl-diskless-load disabled
2025-05-14 12:07:36 lazyfree-lazy-eviction no
2025-05-14 12:07:36 lazyfree-lazy-user-flush no
2025-05-14 12:07:36 activedefrag no
2025-05-14 12:07:36 list-compress-depth 0
2025-05-14 12:07:36 lazyfree-lazy-user-del no
2025-05-14 12:07:36 client-query-buffer-limit 1gb
2025-05-14 12:07:36 lazyfree-lazy-server-del no
2025-05-14 12:07:36 lazyfree-lazy-expire no
2025-05-14 12:07:36 proto-max-bulk-len 512mb
2025-05-14 12:07:36 replica-read-only yes
2025-05-14 12:07:36 repl-diskless-sync yes
2025-05-14 12:07:36 slave-read-only yes
2025-05-14 12:07:36
2025-05-14 12:07:36 ------ FAST MEMORY TEST ------
2025-05-14 12:07:36 *** Preparing to test memory region aaaaafc86000 (749568 bytes)
2025-05-14 12:07:36 *** Preparing to test memory region aaaab6b07000 (12288 bytes)
2025-05-14 12:07:36 *** Preparing to test memory region ffff9f200000 (3670016 bytes)
2025-05-14 12:07:36 *** Preparing to test memory region ffff9fc37000 (8192 bytes)
2025-05-14 12:07:36 *** Preparing to test memory region ffff9fe00000 (3145728 bytes)
2025-05-14 12:07:36 *** Preparing to test memory region ffffa0200000 (2621440 bytes)
2025-05-14 12:07:36 *** Preparing to test memory region ffffa0600000 (11534336 bytes)
2025-05-14 12:07:36 *** Preparing to test memory region ffffa1200000 (2621440 bytes)
2025-05-14 12:07:36 *** Preparing to test memory region ffffa1600000 (4194304 bytes)
2025-05-14 12:07:36 *** Preparing to test memory region ffffa1e03000 (12288 bytes)
2025-05-14 12:07:36 *** Preparing to test memory region ffffa22a1000 (16384 bytes)
2025-05-14 12:07:36 *** Preparing to test memory region ffffa22d4000 (303104 bytes)
2025-05-14 12:07:36 *** Preparing to test memory region ffffa24c5000 (106496 bytes)
2025-05-14 12:07:36 *** Preparing to test memory region ffffa24e4000 (8192 bytes)
2025-05-14 12:07:36 .O.O.O.O.O.O.O.O.O.O.O.O.O.O
2025-05-14 12:07:36 Fast memory test PASSED, however your memory can still be broken. Please run a memory test for several hours if possible.
2025-05-14 12:07:36
2025-05-14 12:07:36 === REDIS BUG REPORT END. Make sure to include from START to END. ===
2025-05-14 12:07:36
2025-05-14 12:07:36 Please report the crash by opening an issue on github:
2025-05-14 12:07:36
2025-05-14 12:07:36 http://github.com/redis/redis/issues
2025-05-14 12:07:36
2025-05-14 12:07:36 If a Redis module was involved, please open in the module's repo instead.
2025-05-14 12:07:36
2025-05-14 12:07:36 Suspect RAM error? Use redis-server --test-memory to verify it.
2025-05-14 12:07:36
2025-05-14 12:07:36 Some other issues could be detected by redis-server --check-system
docker compose
`version: '3.8'
services: db: image: postgres:13-alpine restart: always env_file: - ./backend/.env ports: - "5432:5432" volumes: - pgdata:/var/lib/postgresql/data environment: - POSTGRES_HOST_AUTH_METHOD=trust - POSTGRES_PASSWORD=postgres - POSTGRES_USER=postgres - POSTGRES_DB=journaldb networks: - app-network
redis: image: redis:alpine restart: always ports: - "6379:6379" volumes: - redisdata:/data - ./backend/redis.conf:/usr/local/etc/redis/redis.conf command: redis-server /usr/local/etc/redis/redis.conf healthcheck: test: ["CMD", "redis-cli", "ping"] interval: 30s timeout: 5s retries: 3 networks: - app-network
vectordb: build: context: ./backend dockerfile: vectordb.Dockerfile restart: always ports: - "6333:6333" - "6334:6334" volumes: - qdrant_data:/qdrant/storage healthcheck: test: ["CMD", "curl", "-f", "http://localhost:6333/healthz"] interval: 30s timeout: 5s retries: 3 networks: - app-network
backend: build: context: ./backend dockerfile: Dockerfile restart: on-failure env_file: - ./backend/.env depends_on: - db - redis - vectordb ports: - "8000:8000" volumes: - ./backend:/usr/src/app environment: - REDIS_HOST=redis - REDIS_PORT=6379 - PRODUCTION_ENV=true - VECTORDB_URL=http://vectordb:6333 networks: - app-network
frontend: build: context: ./frontend dockerfile: Dockerfile restart: on-failure ports: - "3001:3001" volumes: - ./frontend:/app - /app/node_modules depends_on: - backend environment: - VITE_API_URL=http://backend:8000 networks: - app-network
networks: app-network: driver: bridge
volumes: pgdata: redisdata: qdrant_data: `
Comment From: sundb
@Yash-Singh-Pathania can you format the output, it's hard to read now. thx. what version of RediSearch do you use?
Comment From: Yash-Singh-Pathania
@sundb here you go can you please help me stuck in prod and this is urgent
Comment From: sundb
@Yash-Singh-Pathania sure, I'll reproduce it locally now.
Comment From: sundb
@Yash-Singh-Pathania did you use rename-command
for config command?
Comment From: sundb
same issue in here: https://github.com/RediSearch/RediSearch/issues/6098