Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

about to twemproxy #164

Open
yehaotong opened this issue Oct 13, 2021 · 2 comments
Open

about to twemproxy #164

yehaotong opened this issue Oct 13, 2021 · 2 comments

Comments

@yehaotong
Copy link

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

@YaacovHazan
Copy link
Collaborator

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?

@caipengbo
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@caipengbo @YaacovHazan @yehaotong and others