memtier_benchmark icon indicating copy to clipboard operation
memtier_benchmark copied to clipboard

about to twemproxy

Open yehaotong opened this issue 4 years ago • 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

yehaotong avatar Oct 13 '21 07:10 yehaotong

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?

YaacovHazan avatar Oct 13 '21 09:10 YaacovHazan

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: https://github.com/redis/jedis/issues/473

caipengbo avatar Mar 08 '22 07:03 caipengbo