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

Reload happens before start of service #407

Closed
jasonmcintosh opened this issue Jan 31, 2017 · 5 comments
Closed

Reload happens before start of service #407

jasonmcintosh opened this issue Jan 31, 2017 · 5 comments

Comments

@jasonmcintosh
Copy link

When testing, a reload of the service is occurring BEFORE consul has fully started (the delay happens almost immediately after the service start). This seems to cause consul to fail to start causing some tests to fail. I added a sleep block as a stop-gap:

ruby_block 'delay_reload_consul' do
  block do
    sleep 5
  end
end

After a start of the service, but there's probably a better/cleaner way to handle this.

@johnbellone
Copy link
Contributor

johnbellone commented Feb 1, 2017 via email

@jasonmcintosh
Copy link
Author

CentOS 7, x86-64. COULD be a bug in consul, or in the service startup arguments. Just noticed it in here, thought I'd report it. I'll probably post a message to Consul as well.

@legal90
Copy link
Contributor

legal90 commented May 7, 2017

It should be fixed by #427

@legal90 legal90 closed this as completed May 7, 2017
@MichaelKueller
Copy link
Contributor

MichaelKueller commented May 8, 2017

Actually this particular behaviour will be fixed with #433 This should not be closed until #433 is merged

@lock
Copy link

lock bot commented Apr 25, 2020

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Apr 25, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants