Hi, It starts getting stuck when I have a list of about 5000 keys in the mget. If I try to step and check which key is currently being sent ( when the process is stuck ) its somewhere around the 2500 mark.
Is this fixed in 0.43 itself? And so with this fix does the client call a fetch after a small chunk of multigets are reached inherently? Since I don't call the fetch till I return from the mget API call. Thanks, Prasad On Sep 29, 5:14 pm, Brian Aker <[email protected]> wrote: > Hi! > > On Sep 29, 2011, at 2:07 PM, dormando <[email protected]> wrote: > > > Still, I thought this was fixed already. As a workaround you can chunk > > your multigets into smaller sections, but I thought that the client did > > support it > > It does, so I would wonder how many total key requests are being sent. > > Cheers, > -Brian
