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
I've tested YCSB and TPCC benchmark on the asynchronous eviction branch (https://github.com/zheguang/h-store/commits/master). I'm always hitting the "failed to update tuple to new address" error. Script and example log for YCSB are in https://gist.github.com/malin1993ml/f7d5fdec21bb5fc8baa0. For TPCC, the error is similar, and the script is in https://gist.github.com/malin1993ml/8a01dc8e4cc1519f38f0.
Those scripts can run successfully on H-Store's master branch.
@zheguang could you help try my script to see whether we're getting the same error? Do you have any idea on the cause of the problem?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I've tested YCSB and TPCC benchmark on the asynchronous eviction branch (https://github.com/zheguang/h-store/commits/master). I'm always hitting the "failed to update tuple to new address" error. Script and example log for YCSB are in https://gist.github.com/malin1993ml/f7d5fdec21bb5fc8baa0. For TPCC, the error is similar, and the script is in https://gist.github.com/malin1993ml/8a01dc8e4cc1519f38f0.
Those scripts can run successfully on H-Store's master branch.
@zheguang could you help try my script to see whether we're getting the same error? Do you have any idea on the cause of the problem?
The text was updated successfully, but these errors were encountered: