You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I made a test case for this in the test suite; however, as it stands, it is sadly not something we can fix on our side of things. It seems to be a bug in libmemcached itself. memcached_set is returning an error status, MEMCACHED_ERRNO, which implies that the process-global errno should be set. That is set to zero though, so there is a contradiction in the libmemcached code.
Hi, our team here seem to be running into this, too.
I'm not yet very deep into understanding the thing yet. As it's still open, I assume it persists. Is there anything known if there is a fix (or even a bugreport to track) in libmemcached?
Hello @henning! To my knowledge no, there is no communication with upstream going on about this. It might prove instructive to try to look at what the intended usage of libmemcached is using buffered requests. Perhaps there is some misunderstanding in the way pylibmc interprets this behavior.
Other than that, I'd say just disable the behavior for now.
The text was updated successfully, but these errors were encountered: