RedisLabs/memtier_benchmark

about to twemproxy

yehaotong opened this issue · 2 comments

My Memcache uses two proxy as the payload, and I want to use memtier_ Benchmark performs pressure test on the twoproxy, but the returned result is always: connection error: connection timed out, memtier_ Benchmark cannot connect to the twoproxy

Hi @yehaotong, can you please share more information? what is the command line that you are using? do you succeed to connect with the same connection parameters with other tools or memcached-client?

Twemproxy handle error between Client and Twemproxy, and send error message like target (Memcached or Redis),See this.

memtier-benchmark does not have a handle error, so it will exit.

YCSB also has a consent issue, it uses the Jedis client, related issues can see this: redis/jedis#473