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

"Newer version available" when latest #949

Closed
haf opened this issue May 18, 2015 · 6 comments
Closed

"Newer version available" when latest #949

haf opened this issue May 18, 2015 · 6 comments

Comments

@haf
Copy link

haf commented May 18, 2015

Steps to repro:

  1. Download Consul from your site
  2. Start consul
  3. See message "==> Newer Consul version available: 0.5.1"
 ./tools/consul version
Consul v0.5.1
Consul Protocol: 2 (Understands back to: 1)
@armon
Copy link
Member

armon commented May 18, 2015

@haf Might have been an issue with 0.5.1 build. I don't see that with 0.5.2, and at this point there is a newer version available :)

@haf
Copy link
Author

haf commented May 19, 2015

Let me try that...

@haf
Copy link
Author

haf commented May 19, 2015

Still getting it:

$ foreman start
08:54:53 consul.1 | started with pid 90387
08:54:53 consul.1 | ==> WARNING: BootstrapExpect Mode is specified as 1; this is the same as Bootstrap mode.
08:54:53 consul.1 | ==> WARNING: Bootstrap mode enabled! Do not enable unless necessary
08:54:53 consul.1 | ==> WARNING: It is highly recommended to set GOMAXPROCS higher than 1
08:54:53 consul.1 | ==> Starting Consul agent...
08:54:53 consul.1 | ==> Starting Consul agent RPC...
08:54:53 consul.1 | ==> Consul agent running!
08:54:53 consul.1 |          Node name: 'coinduction'
08:54:53 consul.1 |         Datacenter: 'dc1'
08:54:53 consul.1 |             Server: true (bootstrap: true)
08:54:53 consul.1 |        Client Addr: 127.0.0.1 (HTTP: 8500, HTTPS: -1, DNS: 8600, RPC: 8400)
08:54:53 consul.1 |       Cluster Addr: 192.168.1.5 (LAN: 8301, WAN: 8302)
08:54:53 consul.1 |     Gossip encrypt: false, RPC-TLS: false, TLS-Incoming: false
08:54:53 consul.1 |              Atlas: <disabled>
08:54:53 consul.1 |
08:54:53 consul.1 | ==> Log data will now stream in as it occurs:
08:54:53 consul.1 |
08:54:53 consul.1 |     2015/05/19 08:54:53 [INFO] raft: Node at 192.168.1.5:8300 [Follower] entering Follower state
08:54:53 consul.1 |     2015/05/19 08:54:53 [INFO] serf: EventMemberJoin: coinduction 192.168.1.5
08:54:53 consul.1 |     2015/05/19 08:54:53 [INFO] consul: adding server coinduction (Addr: 192.168.1.5:8300) (DC: dc1)
08:54:53 consul.1 |     2015/05/19 08:54:53 [INFO] serf: EventMemberJoin: coinduction.dc1 192.168.1.5
08:54:53 consul.1 |     2015/05/19 08:54:53 [INFO] consul: adding server coinduction.dc1 (Addr: 192.168.1.5:8300) (DC: dc1)
08:54:53 consul.1 |     2015/05/19 08:54:53 [ERR] agent: failed to sync remote state: No cluster leader
08:54:55 consul.1 |     2015/05/19 08:54:55 [WARN] raft: Heartbeat timeout reached, starting election
08:54:55 consul.1 |     2015/05/19 08:54:55 [INFO] raft: Node at 192.168.1.5:8300 [Candidate] entering Candidate state
08:54:55 consul.1 |     2015/05/19 08:54:55 [INFO] raft: Election won. Tally: 1
08:54:55 consul.1 |     2015/05/19 08:54:55 [INFO] raft: Node at 192.168.1.5:8300 [Leader] entering Leader state
08:54:55 consul.1 |     2015/05/19 08:54:55 [INFO] consul: cluster leadership acquired
08:54:55 consul.1 |     2015/05/19 08:54:55 [INFO] consul: New leader elected: coinduction
08:54:55 consul.1 |     2015/05/19 08:54:55 [INFO] raft: Disabling EnableSingleNode (bootstrap)
08:55:05 consul.1 | ==> Newer Consul version available: 0.5.2

@armon
Copy link
Member

armon commented May 19, 2015

@haf Is this an official build or did you compile it yourself?

@armon
Copy link
Member

armon commented May 19, 2015

@haf What is the output of consul version?

@haf
Copy link
Author

haf commented May 20, 2015

Turned out it was competing versions on the global bin path. Shit behind the keyboard, sorry.

@armon Thank you for this project; looking forward to using it more.

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

2 participants