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

meta store problem after upgrade -> localhost:8088 not in [127.0.0.1:8088] #3632

Closed
timgriffiths opened this issue Aug 12, 2015 · 4 comments
Closed

Comments

@timgriffiths
Copy link

So updated from 0.9.2 to the nightly build tonight (to see if #3603 is resolved) and hit this problem

[metastore] 2015/08/12 23:59:04 localhost:8088 is not in the list of raft peers. Please update /data/meta/peers.json on all raft nodes to have the same contents.
run: open server: open meta store: raft: peers out of sync: localhost:8088 not in [127.0.0.1:8088]

Easy work around is to just edit this file and change the ip address to the name, but sort of blocks an easy clean upgrade for no real reason as far as i can see.

@beckettsean
Copy link
Contributor

@timgriffiths are you running a cluster or was this a single node upgrade?

@desa
Copy link
Contributor

desa commented Aug 12, 2015

@timgriffiths have you tried setting your /data/meta/peers.json file to be ["localhost:8088"]?

@jwilder
Copy link
Contributor

jwilder commented Aug 12, 2015

You can also start your server with -hostname 127.0.0.1. #3641 will resolve this for single-node.

@timgriffiths
Copy link
Author

Single node setup, and yes setting the ip to localhost in /data/meta/peers.json has resolved the problem,

Using the hostname flag i assume would also solve the problem as well but i have not tested

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

4 participants