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

Bug for multi-thread #3

Open
zjazczjazc opened this issue Jun 17, 2018 · 0 comments
Open

Bug for multi-thread #3

zjazczjazc opened this issue Jun 17, 2018 · 0 comments

Comments

@zjazczjazc
Copy link

Hi Author,

Thanks very much for sharing your project of C++ version YCSB.

I try to use it locally with redis. It works with single thread, but for multi-thread, I test as follows:
./ycsbc -db redis -threads 2 -P workloads/workloada.spec -host 127.0.0.1 -port 6379 -slaves 0

After 3 hours, it does not complete. I use gdb to debug the codes and actually the system is stuck in
"pthread_join" function.
Do you have any idea on solving this problem?

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

1 participant