We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For postgresql there is a race condition between the time the database is up and running, and the time YCSB start sending keys.
Given the lack of a retry mechanism, the client fails immediately with the following error.
create db postgresql failed dial tcp 10.110.13.248:26257: connect: connection refused
A simple retry mechanism with backoff time would solve it.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For postgresql there is a race condition between the time the database is up and running, and the time YCSB start sending keys.
Given the lack of a retry mechanism, the client fails immediately with the following error.
A simple retry mechanism with backoff time would solve it.
The text was updated successfully, but these errors were encountered: