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

MongoDB 5.0.x support? #5

Open
bompus opened this issue Oct 7, 2021 · 0 comments
Open

MongoDB 5.0.x support? #5

bompus opened this issue Oct 7, 2021 · 0 comments

Comments

@bompus
Copy link

bompus commented Oct 7, 2021

This doesn't seem to work correctly on MongoDB 5.0.x

sysbench oltp-mongo.lua --tables=10 --table-size=100 --mongodb-db=sbtest --mongodb-host=localhost --mongodb-port=27017 --rand-type=pareto prepare appears to work

sysbench oltp-mongo.lua --threads=1 --tables=10 --table-size=100 --mongodb-db=sbtest --mongodb-host=localhost --mongodb-port=27017 --time=60 --forced-shutdown=10 --report-interval=1 --rand-type=pareto run is broken

sysbench oltp-mongo.lua --tables=10 --table-size=100 --mongodb-db=sbtest --mongodb-host=localhost --mongodb-port=27017 cleanup appears to work

It doesn't appear to be executing or recording any events. It's likely that the mongorover dependency needs to be replaced with a more modern package to work properly.

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