KDr2/redis-leveldb

Fixed buffer produces livelock

larroy opened this issue · 5 comments

When a request that's too big to fit in the buffer is issued RLConnection::on_readable will livelock.

I can propose a fix for this issue by using a growing buffer.

KDr2 commented

Yes, this is a known issue, please send a pull request if you fixed it, many thanks!

Thanks a lot @larroy! :)

is there any progress on this issue ? Just asking if I should wait for a fix or do a small workaround (not suitable for an official PR) myself locally in the mean time? Thank you!

KDr2 commented

Sorry that you'd better to do some workaround at this time, I'm too busy on other projects to fix this now.

no problem. Just asking and wanted to know if it makes sense to wait. Thank you @KDr2