-
Notifications
You must be signed in to change notification settings - Fork 65
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
make minicluster - cassandra store creation failing #8
Comments
I am not an Uber employee - but I am not sure what is the problem. I just started to try Peloton on a brand new GCE instance with Ubuntu and it works well. Maybe try to give more details of the versions of your dependencies or if you have enough resources to launch it? For me it was a brand new Ubuntu 8 vCPU, 30 Go of RAM, 100 Go SSD, and with the latest dependencies because I had to basically |
This was run on a MBP w/ Mojave. potentially networking related? Maybe
only Linux is supported for these scripts?
…On Sat, Apr 27, 2019 at 12:07 PM Benjamin Delmas ***@***.***> wrote:
I am not a Uber employee - but I am not sure what the problem. I just
started to try Peloton on a brand new GCE instance with Ubuntu and it works
well. Maybe try to give more details of your dependencies or if you have
enough resources to launch it?
For me it was a brand new Ubuntu 8 vCPU, 30 Go of RAM, 100 Go SSD, and
with the latest dependencies because I had to basically apt-get install
everything.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#8 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AATD545ATE3MMEKVLEWU4RTPSSB6RANCNFSM4HIWGVDQ>
.
|
Minicluster works fine on my MBP. Can you run |
There may be two reasons for this You don't have much disk space in your machine to create the cassandra container As amit said there may be issue in your docker Can you please check |
@amittbose I can create it manually if I exec into the container--
A few debugging statements and I get the following--
I do see the port listening, though-- |
|
@talaniz how was the status, I got the same issue? Thanks for contributing Specs : |
$PELOTON=app make minicluster
PELOTON=app ./scripts/minicluster.sh setup
tools/minicluster/main.py:60: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
config = yaml.load(f)
removed container peloton-cassandra
started container peloton-cassandra
failed to create cassandra store, retrying...
failed to create cassandra store, retrying...
failed to create cassandra store, retrying...
failed to create cassandra store, retrying...
failed to create cassandra store, retrying...
failed to create cassandra store, retrying...
failed to create cassandra store, retrying...
failed to create cassandra store, retrying...
failed to create cassandra store, retrying...
failed to create cassandra store, retrying...
failed to create cassandra store, retrying...
failed to create cassandra store, retrying...
failed to create cassandra store, retrying...
failed to create cassandra store, retrying...
failed to create cassandra store, retrying...
failed to create cassandra store, retrying...
failed to create cassandra store, retrying...
failed to create cassandra store, retrying...
failed to create cassandra store, retrying...
failed to create cassandra store, retrying...
Failed to create cassandra store after 20 attempts, aborting...
make: *** [minicluster] Error 1
The text was updated successfully, but these errors were encountered: