-
Notifications
You must be signed in to change notification settings - Fork 543
RediSearch crash on v1.4.16 & also on v1.4.20 #947
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
Comments
@dme-development did you compiled yourself or do you use docker? |
@MeirShpilraien it is self compiled. Can you conclude from the crash report what is causing this? |
I need the redisearch.so binary, can you pls send it to me? |
@MeirShpilraien I've just send it to you via mail. |
Thanks, I will check it out. |
@dme-development I think I might have found what can cause such a crash, can you please try switching to SAFEMODE and let me know if it still happened? You can switch to SAFEMODE using: |
@MeirShpilraien I will request the change and keep you updated on the difference. |
@dme-development it should not effect performance. |
@MeirShpilraien About 20 times per day. |
@dme-development wowo this is a lot, let me know if the SAFEMODE solved it. |
@MeirShpilraien I can confirm the crashes don't occur anymore since the SAFEMODE is on, at least until now. Can we just keep running it in safemode without causing any other issues? |
@dme-development yes for now keep running on safemode, I am not closing the issue and I will update once the issue is solved. |
@MeirShpilraien even with the SAFEMODE on, we've had 2 crashes until now. It looks better then before, but the crashes still occur. |
I see, so the safe mode did not stopped it, it just hide it a little. Now I am not sure the problem I found and the problem you have are the same, we might have another issue. Any chance you can get a core dump (of the crash) and send it to me to investigate? |
More info is on it's way via email. |
Can you guys, update the status of this issue ? We are running 1.4.16 version on production, around 100k users are accessing it daily and it never fail to crash once in a day. |
@ebinezar this is currently under investigation, will update more once we find the root cause of the crash. |
We were finally able to upgrade to v1.4.18, but we noticed that Redis still keeps crashing. I've send over the details to @MeirShpilraien . |
1.4.18 crash report:
|
Running with FORKGC |
@dme-development I see you have expiring keys, could it be that you accidentally set expiration on one of RediSearch internal keys ? |
@MeirShpilraien Also: running in SAFEMODE. We have some expiring keys, but all of them are not indexed by RediSearch. We don't put a TTL on the objects/keys that are in the index. |
@dme-development we just tagged 1.6.5, there are many forkgc fixes there, is it possible for you to try it? |
@MeirShpilraien I think this is not an option. We're seeing these crashes only in our production environment where there is loads of traffic & concurrent operations. Since we are still running 1.4., my CIO will not approve testing the 1.6. in production. This is also still a RC, I believe? |
@dme-development will backport to 1.4.20, its already on this PR: #1022 |
@dme-development We just released 1.4.20, can you give it a try? |
@MeirShpilraien Bad news: still crashing on 1.4.20
|
@dme-development is the issue still relevant? did you try 1.4.28 / 1.6.14? |
@gkorland: impossible for me to say. I switched companies and haven't worked on RediSearch for months. I guess you can close the issue. |
This issue is stale because it has been open for 60 days with no activity. |
We are seeing lot's of crashes every day.
RediSearch version 1.4.16 (Git=v1.4.16)
concurrency: ON, gc: ON
This is the full crash report:
=== REDIS BUG REPORT START: Cut & paste starting from here ===
66237:S 14 Oct 2019 19:03:09.245 # Redis 5.0.3 crashed by signal: 11
66237:S 14 Oct 2019 19:03:09.245 # Crashed running the instruction at: 0x7f72da019abb
66237:S 14 Oct 2019 19:03:09.245 # Accessing address: (nil)
66237:S 14 Oct 2019 19:03:09.245 # Failed assertion: (:0)
------ STACK TRACE ------
EIP:
/var/lib/redis/redisearch.so(+0x54abb)[0x7f72da019abb]
Backtrace:
/usr/bin/redis-server 127.0.0.1:6379(logStackTrace+0x4a)[0x559a17e46d6a]
/usr/bin/redis-server 127.0.0.1:6379(sigsegvHandler+0xc3)[0x559a17e47533]
/lib/x86_64-linux-gnu/libpthread.so.0(+0x110e0)[0x7f72dc92c0e0]
/var/lib/redis/redisearch.so(+0x54abb)[0x7f72da019abb]
/var/lib/redis/redisearch.so(IR_Read+0x32)[0x7f72da019882]
/var/lib/redis/redisearch.so(IR_SkipTo+0x10d)[0x7f72da019a3d]
/var/lib/redis/redisearch.so(+0x50d67)[0x7f72da015d67]
/var/lib/redis/redisearch.so(+0x5143c)[0x7f72da01643c]
/var/lib/redis/redisearch.so(+0x516a9)[0x7f72da0166a9]
/var/lib/redis/redisearch.so(+0x51180)[0x7f72da016180]
/var/lib/redis/redisearch.so(baseResultProcessor_Next+0x3b)[0x7f72da0269fb]
/var/lib/redis/redisearch.so(scorerProcessor_Next+0x29)[0x7f72da026c99]
/var/lib/redis/redisearch.so(sorter_Next+0x49)[0x7f72da027bc9]
/var/lib/redis/redisearch.so(pager_Next+0x44)[0x7f72da026d44]
/var/lib/redis/redisearch.so(loader_Next+0x54)[0x7f72da0274d4]
/var/lib/redis/redisearch.so(QueryPlan_Run+0xf3)[0x7f72da024e93]
/var/lib/redis/redisearch.so(_SearchCommand+0xaf)[0x7f72da01b7af]
/var/lib/redis/redisearch.so(+0x420bb)[0x7f72da0070bb]
/var/lib/redis/redisearch.so(+0xaae0e)[0x7f72da06fe0e]
/lib/x86_64-linux-gnu/libpthread.so.0(+0x74a4)[0x7f72dc9224a4]
/lib/x86_64-linux-gnu/libc.so.6(clone+0x3f)[0x7f72dc664d0f]
------ INFO OUTPUT ------
Server
redis_version:5.0.3
redis_git_sha1:00000000
redis_git_dirty:0
redis_build_id:9a0d28f504862808
redis_mode:standalone
os:Linux 4.9.0-9-amd64 x86_64
arch_bits:64
multiplexing_api:epoll
atomicvar_api:atomic-builtin
gcc_version:6.3.0
process_id:66237
run_id:9256d0be332a4bc7f30200bf0553fa3f373e2422
tcp_port:6379
uptime_in_seconds:1176
uptime_in_days:0
hz:10
configured_hz:10
lru_clock:10791501
executable:/usr/bin/redis-server
config_file:/etc/redis/redis.conf
Clients
connected_clients:75
client_recent_max_input_buffer:1275
client_recent_max_output_buffer:0
blocked_clients:1
Memory
used_memory:279575464
used_memory_human:266.62M
used_memory_rss:655654912
used_memory_rss_human:625.28M
used_memory_peak:312560864
used_memory_peak_human:298.08M
used_memory_peak_perc:89.45%
used_memory_overhead:10385602
used_memory_startup:787800
used_memory_dataset:269189862
used_memory_dataset_perc:96.56%
allocator_allocated:637269488
allocator_active:671162368
allocator_resident:655587328
total_system_memory:8356696064
total_system_memory_human:7.78G
used_memory_lua:67584
used_memory_lua_human:66.00K
used_memory_scripts:4440
used_memory_scripts_human:4.34K
number_of_cached_scripts:7
maxmemory:6442450944
maxmemory_human:6.00G
maxmemory_policy:noeviction
allocator_frag_ratio:1.05
allocator_frag_bytes:33892880
allocator_rss_ratio:0.98
allocator_rss_bytes:-15575040
rss_overhead_ratio:1.00
rss_overhead_bytes:67584
mem_fragmentation_ratio:2.34
mem_fragmentation_bytes:376031520
mem_not_counted_for_evict:0
mem_replication_backlog:1048576
mem_clients_slaves:0
mem_clients_normal:1695186
mem_aof_buffer:0
mem_allocator:jemalloc-3.6.0
active_defrag_running:0
lazyfree_pending_objects:0
Persistence
loading:0
rdb_changes_since_last_save:3521
rdb_bgsave_in_progress:0
rdb_last_save_time:1571072532
rdb_last_bgsave_status:ok
rdb_last_bgsave_time_sec:1
rdb_current_bgsave_time_sec:-1
rdb_last_cow_size:44228608
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:215
total_commands_processed:631559
instantaneous_ops_per_sec:437
total_net_input_bytes:294326623
total_net_output_bytes:3857758545
instantaneous_input_kbps:126.75
instantaneous_output_kbps:12993.00
rejected_connections:0
sync_full:0
sync_partial_ok:0
sync_partial_err:0
expired_keys:0
expired_stale_perc:0.00
expired_time_cap_reached_count:0
evicted_keys:0
keyspace_hits:33257364
keyspace_misses:203387
pubsub_channels:2
pubsub_patterns:0
latest_fork_usec:17946
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:192.168.224.23
master_port:6379
master_link_status:up
master_last_io_seconds_ago:0
master_sync_in_progress:0
slave_repl_offset:14530031234
slave_priority:0
slave_read_only:1
connected_slaves:0
master_replid:bdbf55dc74885fdb5d38d507a71865d7455c9be8
master_replid2:0000000000000000000000000000000000000000
master_repl_offset:14530031234
second_repl_offset:-1
repl_backlog_active:1
repl_backlog_size:1048576
repl_backlog_first_byte_offset:14528982659
repl_backlog_histlen:1048576
CPU
used_cpu_sys:78.680000
used_cpu_user:235.128000
used_cpu_sys_children:34.840000
used_cpu_user_children:20.404000
Commandstats
cmdstat_expire:calls=1475,usec=4592,usec_per_call=3.11
cmdstat_hmset:calls=1475,usec=22016,usec_per_call=14.93
cmdstat_unlink:calls=2110,usec=13636,usec_per_call=6.46
cmdstat_setex:calls=4341,usec=52902,usec_per_call=12.19
cmdstat_get:calls=70264,usec=775599,usec_per_call=11.04
cmdstat_subscribe:calls=48,usec=87,usec_per_call=1.81
cmdstat_FT.SAFEADD:calls=104996,usec=7454708,usec_per_call=71.00
cmdstat_ping:calls=4271,usec=4545,usec_per_call=1.06
cmdstat_exec:calls=104996,usec=7820357,usec_per_call=74.48
cmdstat_FT.SEARCH:calls=14624,usec=827265,usec_per_call=56.57
cmdstat_multi:calls=104996,usec=16819,usec_per_call=0.16
cmdstat_cluster:calls=41,usec=15,usec_per_call=0.37
cmdstat_set:calls=24,usec=255,usec_per_call=10.62
cmdstat_echo:calls=81,usec=14,usec_per_call=0.17
cmdstat_publish:calls=3460,usec=26136,usec_per_call=7.55
cmdstat_exists:calls=3,usec=4,usec_per_call=1.33
cmdstat_select:calls=46340,usec=59867,usec_per_call=1.29
cmdstat_FT.AGGREGATE:calls=31691,usec=1270886,usec_per_call=40.10
cmdstat_del:calls=5369,usec=70158,usec_per_call=13.07
cmdstat_hgetall:calls=129391,usec=4798030,usec_per_call=37.08
cmdstat_client:calls=81,usec=57,usec_per_call=0.70
cmdstat_config:calls=236,usec=6293,usec_per_call=26.67
cmdstat_FT.CREATE:calls=9,usec=1670,usec_per_call=185.56
cmdstat_info:calls=1231,usec=72528,usec_per_call=58.92
cmdstat_auth:calls=6,usec=3,usec_per_call=0.50
Cluster
cluster_enabled:0
Keyspace
db0:keys=126610,expires=19770,avg_ttl=0
------ CLIENT LIST OUTPUT ------
id=13 addr=192.168.224.24:39391 fd=14 name= age=1176 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=ping
id=14 addr=192.168.224.24:52957 fd=15 name= age=1176 idle=1 flags=P db=0 sub=1 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=subscribe
id=79 addr=192.168.223.17:61277 fd=18 name=SEWWWP005 age=1170 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=get
id=80 addr=192.168.223.17:61279 fd=23 name=SEWWWP005 age=1170 idle=20 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=81 addr=192.168.223.10:49644 fd=24 name=SEWWSP004 age=1170 idle=21 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=info
id=82 addr=192.168.223.10:49646 fd=25 name=SEWWSP004 age=1170 idle=19 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=info
id=83 addr=192.168.223.10:49647 fd=26 name=SEWWSP004 age=1170 idle=20 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=85 addr=192.168.223.10:49635 fd=28 name=SEWWSP004 age=1170 idle=18 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=86 addr=192.168.223.10:49640 fd=29 name=SEWWSP004 age=1170 idle=21 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=87 addr=192.168.223.10:49642 fd=30 name=SEWWSP004 age=1170 idle=19 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=89 addr=192.168.223.10:49643 fd=32 name=SEWWSP004 age=1170 idle=18 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=info
id=90 addr=192.168.223.10:49641 fd=33 name=SEWWSP004 age=1170 idle=20 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=info
id=91 addr=192.168.223.10:49645 fd=34 name=SEWWSP004 age=1170 idle=20 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=info
id=92 addr=192.168.223.10:49638 fd=35 name=SEWWSP004 age=1170 idle=20 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=93 addr=192.168.223.10:49636 fd=36 name=SEWWSP004 age=1170 idle=21 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=info
id=94 addr=192.168.223.10:49639 fd=37 name=SEWWSP004 age=1170 idle=21 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=95 addr=192.168.223.10:49637 fd=38 name=SEWWSP004 age=1170 idle=21 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=96 addr=192.168.223.8:10336 fd=39 name=SEWWSP001 age=1170 idle=20 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
id=97 addr=192.168.223.8:10337 fd=40 name=SEWWSP001 age=1170 idle=20 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=98 addr=192.168.223.5:57995 fd=41 name=SEWWWP002 age=1170 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=get
id=99 addr=192.168.223.6:49255 fd=42 name=SEWWWP003 age=1170 idle=18 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=100 addr=192.168.223.5:57997 fd=43 name=SEWWWP002 age=1170 idle=20 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=101 addr=192.168.223.6:49256 fd=44 name=SEWWWP003 age=1170 idle=18 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=info
id=102 addr=192.168.223.9:17388 fd=45 name=SEWWSP002 age=1170 idle=20 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=103 addr=192.168.223.9:17387 fd=46 name=SEWWSP002 age=1170 idle=21 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=info
id=104 addr=192.168.223.9:17386 fd=47 name=SEWWSP002 age=1170 idle=20 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=info
id=105 addr=192.168.223.9:17385 fd=48 name=SEWWSP002 age=1170 idle=21 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=106 addr=192.168.223.18:64843 fd=49 name=SEWWWP006 age=1170 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=get
id=107 addr=192.168.223.18:64844 fd=50 name=SEWWWP006 age=1170 idle=19 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=108 addr=192.168.223.10:49648 fd=51 name=SEWWSP004 age=1170 idle=20 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=109 addr=192.168.223.10:49649 fd=52 name=SEWWSP004 age=1170 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=get
id=110 addr=192.168.223.10:49652 fd=53 name=SEWWSP004 age=1170 idle=21 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=info
id=111 addr=192.168.223.8:10339 fd=54 name=SEWWSP001 age=1170 idle=20 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=info
id=112 addr=192.168.223.8:10338 fd=55 name=SEWWSP001 age=1170 idle=22 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=113 addr=192.168.223.8:10347 fd=56 name=SEWWSP001 age=1170 idle=21 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=info
id=114 addr=192.168.223.8:10344 fd=57 name=SEWWSP001 age=1170 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=hgetall
id=115 addr=192.168.223.8:10346 fd=58 name=SEWWSP001 age=1170 idle=21 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=116 addr=192.168.223.8:10342 fd=59 name=SEWWSP001 age=1170 idle=10 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
id=117 addr=192.168.223.8:10349 fd=60 name=SEWWSP001 age=1170 idle=11 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
id=118 addr=192.168.223.8:10341 fd=61 name=SEWWSP001 age=1170 idle=21 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=440 addr=192.168.223.12:63535 fd=82 name=SESFSP002 age=1170 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=FT.SEARCH
id=441 addr=192.168.223.12:63536 fd=83 name=SESFSP002 age=1170 idle=28 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=119 addr=192.168.223.8:10348 fd=62 name=SEWWSP001 age=1170 idle=9 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
id=120 addr=192.168.223.8:10351 fd=63 name=SEWWSP001 age=1170 idle=21 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=121 addr=192.168.223.8:10350 fd=64 name=SEWWSP001 age=1170 idle=21 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=122 addr=192.168.223.8:10340 fd=65 name=SEWWSP001 age=1170 idle=21 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=123 addr=192.168.223.9:17389 fd=66 name=SEWWSP002 age=1170 idle=21 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=124 addr=192.168.223.9:17391 fd=67 name=SEWWSP002 age=1170 idle=21 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=125 addr=192.168.223.9:17390 fd=68 name=SEWWSP002 age=1170 idle=21 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=info
id=126 addr=192.168.223.8:10353 fd=69 name=SEWWSP001 age=1170 idle=21 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=info
id=127 addr=192.168.223.8:10355 fd=70 name=SEWWSP001 age=1170 idle=20 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=134 addr=192.168.223.8:10366 fd=77 name=SEWWSP001 age=1170 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=hgetall
id=135 addr=192.168.223.9:17394 fd=78 name=SEWWSP002 age=1170 idle=21 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=136 addr=192.168.223.9:17397 fd=79 name=SEWWSP002 age=1170 idle=1 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=32768 obl=0 oll=0 omem=0 events=r cmd=hgetall
id=137 addr=192.168.223.9:17392 fd=80 name=SEWWSP002 age=1170 idle=1 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=32768 obl=0 oll=0 omem=0 events=r cmd=get
id=156 addr=192.168.223.8:10367 fd=81 name=SEWWSP001 age=1170 idle=20 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=128 addr=192.168.223.8:10358 fd=71 name=SEWWSP001 age=1170 idle=20 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=129 addr=192.168.223.8:10352 fd=72 name=SEWWSP001 age=1170 idle=21 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=36734 addr=192.168.223.10:50698 fd=27 name=SEWWSP004 age=914 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=FT.SEARCH
id=36735 addr=192.168.223.10:50699 fd=31 name=SEWWSP004 age=914 idle=6 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=130 addr=192.168.223.8:10354 fd=73 name=SEWWSP001 age=1170 idle=17 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
id=131 addr=192.168.223.8:10360 fd=74 name=SEWWSP001 age=1170 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=get
id=132 addr=192.168.223.10:49656 fd=75 name=SEWWSP004 age=1170 idle=0 flags=b db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=32768 obl=0 oll=0 omem=0 events=r cmd=FT.SEARCH
id=133 addr=192.168.223.10:49657 fd=76 name=SEWWSP004 age=1170 idle=28 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=36 addr=192.168.223.13:61966 fd=21 name=SESFSP003 age=1174 idle=1 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=32768 obl=0 oll=0 omem=0 events=r cmd=FT.SEARCH
id=37 addr=192.168.223.13:61965 fd=22 name=SESFSP003 age=1174 idle=31 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=9 addr=192.168.224.22:51087 fd=10 name= age=1176 idle=1 flags=P db=0 sub=1 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=subscribe
id=20 addr=192.168.223.8:10384 fd=16 name=SEWWSP001 age=1175 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=FT.AGGREGATE
id=21 addr=192.168.223.8:10383 fd=17 name=SEWWSP001 age=1175 idle=33 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=34 addr=192.168.223.4:57666 fd=19 name=SEWWWP001 age=1174 idle=23 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=35 addr=192.168.223.4:57665 fd=20 name=SEWWWP001 age=1174 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=hgetall
id=10 addr=192.168.224.22:44919 fd=11 name= age=1176 idle=1 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=32768 obl=0 oll=0 omem=0 events=r cmd=publish
id=11 addr=192.168.224.23:59045 fd=12 name= age=1176 idle=1 flags=N db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=32768 obl=0 oll=0 omem=0 events=r cmd=publish
id=75 addr=192.168.224.23:6379 fd=9 name= age=1171 idle=0 flags=M db=0 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=32768 obl=0 oll=0 omem=0 events=r cmd=setex
id=12 addr=192.168.224.23:53429 fd=13 name= age=1176 idle=1 flags=P db=0 sub=1 psub=0 multi=-1 qbuf=0 qbuf-free=0 obl=0 oll=0 omem=0 events=r cmd=subscribe
------ REGISTERS ------
66237:S 14 Oct 2019 19:03:09.246 #
RAX:00007f72c95446e0 RBX:00007f7299ae52e0
RCX:00007f729981f790 RDX:000000000000001e
RDI:00007f7299ae52e0 RSI:00007f72aeb8b3e0
RBP:00007f72d17b29d8 RSP:00007f72d17b2940
R8 :0000000000000003 R9 :0103030506050400
R10:00007f72bb4ea520 R11:0000000000000055
R12:000000000000001e R13:00007f72d17b29d8
R14:00007f729981f7e0 R15:00007f72999c5c80
RIP:00007f72da019abb EFL:0000000000010287
CSGSFS:002b000000000033
66237:S 14 Oct 2019 19:03:09.246 # (00007f72d17b294f) -> 0000000000000010
66237:S 14 Oct 2019 19:03:09.246 # (00007f72d17b294e) -> 00000000000000a0
66237:S 14 Oct 2019 19:03:09.246 # (00007f72d17b294d) -> 00007f72da01643c
66237:S 14 Oct 2019 19:03:09.246 # (00007f72d17b294c) -> 000000000018363e
66237:S 14 Oct 2019 19:03:09.246 # (00007f72d17b294b) -> 0000000000000000
66237:S 14 Oct 2019 19:03:09.246 # (00007f72d17b294a) -> 0000000000000000
66237:S 14 Oct 2019 19:03:09.246 # (00007f72d17b2949) -> 00007f72da015d67
66237:S 14 Oct 2019 19:03:09.246 # (00007f72d17b2948) -> 00007f72d17b29d8
66237:S 14 Oct 2019 19:03:09.246 # (00007f72d17b2947) -> 000000000018363e
66237:S 14 Oct 2019 19:03:09.246 # (00007f72d17b2946) -> 00007f72998d9100
66237:S 14 Oct 2019 19:03:09.247 # (00007f72d17b2945) -> 00007f72da019a3d
66237:S 14 Oct 2019 19:03:09.247 # (00007f72d17b2944) -> 00007f72d17b29d8
66237:S 14 Oct 2019 19:03:09.247 # (00007f72d17b2943) -> 000000000018363e
66237:S 14 Oct 2019 19:03:09.247 # (00007f72d17b2942) -> 00007f7299ae52e0
66237:S 14 Oct 2019 19:03:09.247 # (00007f72d17b2941) -> 00007f72da019882
66237:S 14 Oct 2019 19:03:09.247 # (00007f72d17b2940) -> 00007f7299ae52e0
------ FAST MEMORY TEST ------
66237:S 14 Oct 2019 19:03:09.247 # Bio thread for job type #0 terminated
66237:S 14 Oct 2019 19:03:09.247 # Bio thread for job type #1 terminated
66237:S 14 Oct 2019 19:03:09.247 # Bio thread for job type #2 terminated
*** Preparing to test memory region 559a180c5000 (94208 bytes)
*** Preparing to test memory region 7f7294c00000 (41943040 bytes)
*** Preparing to test memory region 7f72977fe000 (8388608 bytes)
*** Preparing to test memory region 7f7297fff000 (8388608 bytes)
*** Preparing to test memory region 7f7298800000 (96468992 bytes)
*** Preparing to test memory region 7f729e7ff000 (8388608 bytes)
*** Preparing to test memory region 7f729f000000 (113246208 bytes)
*** Preparing to test memory region 7f72a6000000 (16777216 bytes)
*** Preparing to test memory region 7f72a7400000 (125829120 bytes)
*** Preparing to test memory region 7f72aefff000 (8388608 bytes)
*** Preparing to test memory region 7f72af800000 (37748736 bytes)
*** Preparing to test memory region 7f72b2000000 (62914560 bytes)
*** Preparing to test memory region 7f72b5ffe000 (8388608 bytes)
*** Preparing to test memory region 7f72b67ff000 (8388608 bytes)
*** Preparing to test memory region 7f72b7000000 (25165824 bytes)
*** Preparing to test memory region 7f72b8bff000 (8388608 bytes)
*** Preparing to test memory region 7f72b9400000 (54525952 bytes)
*** Preparing to test memory region 7f72bcc00000 (100663296 bytes)
*** Preparing to test memory region 7f72c3000000 (109051904 bytes)
*** Preparing to test memory region 7f72c9c00000 (83886080 bytes)
*** Preparing to test memory region 7f72cefb0000 (8388608 bytes)
*** Preparing to test memory region 7f72cf7b1000 (8388608 bytes)
*** Preparing to test memory region 7f72cffb2000 (8388608 bytes)
*** Preparing to test memory region 7f72d07b3000 (8388608 bytes)
*** Preparing to test memory region 7f72d0fb4000 (8388608 bytes)
*** Preparing to test memory region 7f72d17b5000 (8388608 bytes)
*** Preparing to test memory region 7f72d1fb6000 (8388608 bytes)
*** Preparing to test memory region 7f72d27b7000 (8388608 bytes)
*** Preparing to test memory region 7f72d2fb8000 (8388608 bytes)
*** Preparing to test memory region 7f72d37b9000 (8388608 bytes)
*** Preparing to test memory region 7f72d3fba000 (8388608 bytes)
*** Preparing to test memory region 7f72d47bb000 (8388608 bytes)
*** Preparing to test memory region 7f72d4fbc000 (8388608 bytes)
*** Preparing to test memory region 7f72d57bd000 (8388608 bytes)
*** Preparing to test memory region 7f72d5fbe000 (8388608 bytes)
*** Preparing to test memory region 7f72d67bf000 (8388608 bytes)
*** Preparing to test memory region 7f72d6fc0000 (8388608 bytes)
*** Preparing to test memory region 7f72d77c1000 (8388608 bytes)
*** Preparing to test memory region 7f72d7fc2000 (8388608 bytes)
*** Preparing to test memory region 7f72d87c3000 (8388608 bytes)
*** Preparing to test memory region 7f72d8fc4000 (8388608 bytes)
*** Preparing to test memory region 7f72d97c5000 (8388608 bytes)
*** Preparing to test memory region 7f72da3f9000 (16384 bytes)
*** Preparing to test memory region 7f72da3fe000 (8388608 bytes)
*** Preparing to test memory region 7f72dabff000 (8388608 bytes)
*** Preparing to test memory region 7f72db400000 (8388608 bytes)
*** Preparing to test memory region 7f72dbc00000 (8388608 bytes)
*** Preparing to test memory region 7f72dc917000 (16384 bytes)
*** Preparing to test memory region 7f72dcb34000 (16384 bytes)
*** Preparing to test memory region 7f72dd48a000 (4096 bytes)
*** Preparing to test memory region 7f72ddccb000 (4096 bytes)
*** Preparing to test memory region 7f72de0e6000 (24576 bytes)
*** Preparing to test memory region 7f72de0f5000 (4096 bytes)
.O.O.O.O.O.O.O.O.O.O.O.O.O.O.O.O.O.O.O.O.O.O.O.O.77915:C 14 Oct 2019 19:03:12.513 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
77915:C 14 Oct 2019 19:03:12.513 # Redis version=5.0.3, bits=64, commit=00000000, modified=0, pid=77915, just started
77915:C 14 Oct 2019 19:03:12.513 # Configuration loaded
.
.-
__ ''-._ _.-
.
. ''-._ Redis 5.0.3 (00000000/0) 64 bit.-
.-```. ```\/ _.,_ ''-._ ( ' , .-` | `, ) Running in standalone mode |`-._`-...-` __...-.
-.|'_.-'| Port: 6379 |
-.._ / _.-' | PID: 77924
-._-._
-./ .-' .-'|
-._
-.-.__.-' _.-'_.-'| |
-.-._ _.-'_.-' | http://redis.io
-._-._
-..-'.-' .-'|
-._
-.-.__.-' _.-'_.-'| |
-.-._ _.-'_.-' |
-._-._
-..-'_.-' _.-'-._
-..-' _.-'-._ _.-'
-..-'77924:S 14 Oct 2019 19:03:12.517 # Server initialized
77924:S 14 Oct 2019 19:03:12.517 # WARNING you have Transparent Huge Pages (THP) support enabled in your kernel. This will create latency and memory usage issues with Redis. To fix this issue run the command 'echo never > /sys/kernel/mm/transparent_hugepage/enabled' as root, and add it to your /etc/rc.local in order to retain the setting after a reboot. Redis must be restarted after THP is disabled.
77924:S 14 Oct 2019 19:03:12.518 * RediSearch version 1.4.16 (Git=v1.4.16)
77924:S 14 Oct 2019 19:03:12.518 * concurrency: ON, gc: ON, prefix min length: 2, prefix max expansions: 200, query timeout (ms): 500, timeout policy: return, cursor read size: 1000, cursor max idle (ms): 300000, max doctable size: 1000000, search pool size: 20, index pool size: 8,
77924:S 14 Oct 2019 19:03:12.519 * Initialized thread pool!
77924:S 14 Oct 2019 19:03:12.519 * Module 'ft' loaded from /var/lib/redis/redisearch.so
The text was updated successfully, but these errors were encountered: