Re: "Operation now in progress" error on delete

2019-04-09 Thread dormando
That's not a protocol error. What client/language/etc are you using?

On Tue, 9 Apr 2019, abliskov...@fusionbox.com wrote:

> Hi,
>
> We are frequently getting the error "operation now in progress" when 
> attempting to delete keys from memcached, but I can find little
> documentation about how to resolve them. Can anyone provide any suggestions 
> as to what to investigate to attempt to solve this issue?
>
> Thanks,
> Alex
>
> --
>
> ---
> You received this message because you are subscribed to the Google Groups 
> "memcached" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to memcached+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"memcached" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to memcached+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: "Operation now in progress" error on delete

2019-04-09 Thread Alex Bliskovsky
I'm using Python 3.4, Django 1.11 and Django's version of PyLibMC.

Alexander Bliskovsky, Software Engineer
fusionbox▝
o: 303.952.7490

www.fusionbox.com

This information is confidential and intended solely for the use
of the individual or entity to whom it is addressed. If you have
received this email in error please notify the sender.

On Tue, Apr 9, 2019 at 2:49 PM dormando  wrote:
>
> That's not a protocol error. What client/language/etc are you using?
>
> On Tue, 9 Apr 2019, abliskov...@fusionbox.com wrote:
>
> > Hi,
> >
> > We are frequently getting the error "operation now in progress" when 
> > attempting to delete keys from memcached, but I can find little
> > documentation about how to resolve them. Can anyone provide any suggestions 
> > as to what to investigate to attempt to solve this issue?
> >
> > Thanks,
> > Alex
> >
> > --
> >
> > ---
> > You received this message because you are subscribed to the Google Groups 
> > "memcached" group.
> > To unsubscribe from this group and stop receiving emails from it, send an 
> > email to memcached+unsubscr...@googlegroups.com.
> > For more options, visit https://groups.google.com/d/optout.
> >
> >
>
> --
>
> ---
> You received this message because you are subscribed to a topic in the Google 
> Groups "memcached" group.
> To unsubscribe from this topic, visit 
> https://groups.google.com/d/topic/memcached/51-8XUOBkpc/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to 
> memcached+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"memcached" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to memcached+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: "Operation now in progress" error on delete

2019-04-09 Thread dormando
Well I don't know what that is offhand. Not much of a python user myself

Some quick googling shows it's likely a timeout:
https://github.com/lericson/pylibmc/issues/89 - there's nothing about
deletes that would cause that specifically, so it might be happening all
the time. Or you're calling deletes on the wrong object, batching them too
much, causing protocol desync with bad keys (spaces/newlines)

hopefully someone else has something more insightful to say.

On Tue, 9 Apr 2019, Alex Bliskovsky wrote:

> I'm using Python 3.4, Django 1.11 and Django's version of PyLibMC.
>
> Alexander Bliskovsky, Software Engineer
> fusionbox▝
> o: 303.952.7490
>
> www.fusionbox.com
>
> This information is confidential and intended solely for the use
> of the individual or entity to whom it is addressed. If you have
> received this email in error please notify the sender.
>
> On Tue, Apr 9, 2019 at 2:49 PM dormando  wrote:
> >
> > That's not a protocol error. What client/language/etc are you using?
> >
> > On Tue, 9 Apr 2019, abliskov...@fusionbox.com wrote:
> >
> > > Hi,
> > >
> > > We are frequently getting the error "operation now in progress" when 
> > > attempting to delete keys from memcached, but I can find little
> > > documentation about how to resolve them. Can anyone provide any 
> > > suggestions as to what to investigate to attempt to solve this issue?
> > >
> > > Thanks,
> > > Alex
> > >
> > > --
> > >
> > > ---
> > > You received this message because you are subscribed to the Google Groups 
> > > "memcached" group.
> > > To unsubscribe from this group and stop receiving emails from it, send an 
> > > email to memcached+unsubscr...@googlegroups.com.
> > > For more options, visit https://groups.google.com/d/optout.
> > >
> > >
> >
> > --
> >
> > ---
> > You received this message because you are subscribed to a topic in the 
> > Google Groups "memcached" group.
> > To unsubscribe from this topic, visit 
> > https://groups.google.com/d/topic/memcached/51-8XUOBkpc/unsubscribe.
> > To unsubscribe from this group and all its topics, send an email to 
> > memcached+unsubscr...@googlegroups.com.
> > For more options, visit https://groups.google.com/d/optout.
>
> --
>
> ---
> You received this message because you are subscribed to the Google Groups 
> "memcached" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to memcached+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"memcached" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to memcached+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.