Closed GoogleCodeExporter closed 8 years ago
Hi Team,
I even tried converting the file to byte[] and push it to kestrel server, but while retrieving the file i am seeing some extra bytes of information (ofcourse they belong the last line of the file).
Same with the compressed files either. They are being decoded as String in lie
of accepting them as a byte[] when read from the MemcachedNode. (Guess this
might help you, the flags that is being set while storing the cacheddata object
to queue is being read as zero (0) while retrieving it should be 2048 (8 << 8)
).
Thanks
Dharma S
Original comment by dso...@gmail.com
on 29 Oct 2013 at 2:27
do you see the same problem when using a vanilla memcached server?
Original comment by ingen...@gmail.com
on 7 Nov 2013 at 9:42
Original issue reported on code.google.com by
msekhar...@gmail.com
on 22 Oct 2013 at 1:39