LucasYang

Results 5 issues of LucasYang

In my side, I found an issue, which is hard to reproduce but it could crash the keydb application once happen. When keydb is very busy and lazyfree-lazy-server-del is set...

More info needed

**Crash report** In the config file, when enable-async-commands yes, and we run the following 4 scripts, ./memtier_benchmark-12 -s 192.168.162.114 -p 6379 -t 10 -c 100 --test-time=36000 --command='HSET test123 __key__ 1'...

Without enable SSD in the master-replica mode, the information for used_memory_dataset and used_memory_dataset_perc looks like incorrect. Test script: **./memtier_benchmark -s 172.25.0.37 -p 6381 -t 10 -c 100 -n 150000 --command='SET...

Priority 2

When **enable SSD in the master-replica mode,** the information for used_memory_dataset and used_memory_dataset_perc looks like incorrect. In the redis and cache mode of Keydb, the values of used_memory_dataset and used_memory_dataset_perc...

Priority 2

If I add the codes in src/t_string.cpp as below: void incrCommand(client *c) { **sds buf = sdsempty();** incrDecrCommand(c,1); } Then I compile redis using the following commands: **make SANITIZER=address** When...

Priority 2