Extremely Long latencies using put

Rafiton,

Can you check you network utilization. Do you by any chance have cluster configured to have nodes across multiple availability zones (this is not recommended), if yes you may want to check intra node network latency.

Is there any persistence or is it pure data in memory with no persistence.

I would check for the following

  1. Server Side latency as seen in the histogram
  2. Enable micro benchmark and see which part of it is taking time. Please check Reading Microbenchmarks on how to to read microbenchmarks.
  3. If pure data in memory check the network behavior of Amazon boxes.
  4. If there is persistence with EBS check out how your disk is behaving using iostat.

HTH – Raj