cpp_redis icon indicating copy to clipboard operation
cpp_redis copied to clipboard

Sync_commit blocks thread

Open denbip opened this issue 8 years ago • 2 comments

Hi! I have a big problem, Sometimes when I call sync_commit with timeout it blocks thread forever ... OS is debian 9

denbip avatar Dec 19 '17 19:12 denbip

Hi,

Do you have a code example I can use to reproduce the issue?

Best

Cylix avatar Dec 22 '17 20:12 Cylix

Hi! Its just simlpe set set set set ... and then sync_commit(timeout). In log I see that happens two call tcp_client::connect, one end with error second ok, but after nothing ot work( Sometimes it segfault when call tcp_client::connect

denbip avatar Dec 26 '17 07:12 denbip