yongman / tidis

Distributed transactional NoSQL database, Redis protocol compatible using tikv as backend

Home Page:https://github.com/tidb-incubator/tidis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sclear/zclear/ldel bug

jklofs opened this issue · comments

sclear/zclear/ldel 在key对应的value为空时命令会阻塞

Can you post issue with example?

image
例如发送一个这个命令,可是dsd是空的,此时该命令是不会有响应的

image
达到等待时间后,会抛超时异常

I can not reproduce it in my develop environment.
Can you try to restart client or tidis to checkout the reason?

重启后该现象消失。该现象是在我压测删除后出现的,是否是因为线程僵死?

@jklofs I will try to reproduce this condition and figure it out.