SK-Yang / memcached

Automatically exported from code.google.com/p/memcached
0 stars 0 forks source link

Performance issue with net.rubyeye.xmemcached.transcoders.SerializingTranscoder:decode #258

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Start memcached server with 8G memory on a remote server
2. Perform consistent 'gets' and 'sets' 
3. Client being used is Xmemcached

What is the expected output? What do you see instead?
net.rubyeye.xmemcached.transcoders.SerializingTranscoder:decode is taking 
>300ms. The time it takes should be in the order of tens of milliseconds.

What version of the product are you using? On what operating system?
VERSION 1.4.5 on  Red Hat Enterprise Linux Server release 5.5 (Tikanga) and 
kernel version is 2.6.18-194.el5

Please provide any additional information below.
Attached is a screenshot for the method taking time.

Original issue reported on code.google.com by rohan.ra...@gmail.com on 5 Mar 2012 at 6:33

Attachments:

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
This is not a real bug on the memcached server. If you're having trouble with 
the Xmemcached client, you need to contact the Xmemcached client author.

Original comment by dorma...@rydia.net on 12 Mar 2012 at 11:11