Skip to content

Bug for multi-thread #3

@zjazczjazc

Description

@zjazczjazc

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions