-
Notifications
You must be signed in to change notification settings - Fork 19
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
Whether it can be tested in docker-compose #16
Comments
I have had a similar experience with getting this MongoDB jepsen suite running locally with docker. Information about the code that I am using Jepsen : Initially I had an issue of not enough nodes (by default Jepsen starts 5 nodes in docker) as evident by this function |
Sounds like your machine doesn't have enough memory to run that particular test? That might be because the test you're running hardcodes a higher memory limit--take a look at |
Sorry, are you also running into out-of-memory issues? It sounds like you might be trying to run a test written specifically for Debian on top of Ubuntu nodes. The docker tool should set up Debian nodes by default--did it not do that for you? |
@aphyr I mis-wrote :) I meant I am also facing issues setting this up locally using docker. I am running Debian nodes as the docker tool is setting them up by default. I only changed the installation instructions for MongoDB since the default instructions in setup! were error'ing out due to a libcurl3 dependency. |
Do you want to open a different issue, so we don't confuse @Tsunaou? |
(it'd also be helpful to have, like... some kind of source code, the console output, the stacktrace you're getting, etc etc) |
Will do |
I tried to test MongoDB by Jepsen in docker-compose which introduced in tutorial
I can run etcdemo successfully. But I failed in this case
It confused me whether it's my machine's problem or maybe I should buy Jepsen cluster from the AWS Marketplace?
The text was updated successfully, but these errors were encountered: