-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
Unclear error when trying to boostrap without prior init #3909
Comments
Ok found the cause of the error: none of the nodes had been initialized, so there was no gossiping information to exchange in the first place. Perhaps the message should be changed to: "no data available: either this peer has not joined the cluster yet or none of the peers was initialized" @spencerkimball what do you think? |
Looks like this should be a "uninitialized node failure". What exactly did On Tue, Jan 19, 2016 at 11:51 AM kena notifications@github.com wrote:
|
Need to track down why we're getting the 404 error. I'll take this issue. |
@vivekmenezes I was attempting to run start wihout running init first. |
Thanks for reporting it! On Tue, Jan 19, 2016, 6:22 PM kena notifications@github.com wrote:
|
Fixed by #4027. |
This is a followup to #3883. After upgrading to ae2807b and starting with (as per
README
):--gossip=NODE1:26257,NODE2,26257,...
I get:I also tried with
--gossip=tcp=NODE:26257
and withhttp
but to no avail.The text was updated successfully, but these errors were encountered: