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

envoy: disable hot-reload for macos #2259

Merged
merged 3 commits into from
Jun 1, 2021
Merged

Conversation

calebdoxsey
Copy link
Contributor

Summary

Disable envoy hot-reload for MacOS, because it doesn't appear to work. Instead we kill the previous process and start a brand new.

Also change the fatal "error retrieving subprocess status" to an error. For some reason on MacOS this will sometimes return "signal: killed". My search on google didn't turn up anything.

Related issues

Fixes https://github.com/pomerium/internal/issues/424
Fixes #2212

Checklist

  • reference any related issues
  • updated docs
  • updated unit tests
  • updated UPGRADING.md
  • add appropriate tag (improvement / bug / etc)
  • ready for review

@calebdoxsey calebdoxsey added the bug Something isn't working label Jun 1, 2021
@calebdoxsey calebdoxsey requested a review from a team as a code owner June 1, 2021 19:02
@calebdoxsey calebdoxsey requested a review from wasaga June 1, 2021 19:02
@codeclimate
Copy link

codeclimate bot commented Jun 1, 2021

Code Climate has analyzed commit fb1897e and detected 0 issues on this pull request.

View more on Code Climate.

@calebdoxsey calebdoxsey merged commit 7f05133 into master Jun 1, 2021
@calebdoxsey calebdoxsey deleted the cdoxsey/macos-envoy-hotload branch June 1, 2021 19:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error message when dynamically reconfiguring tracing
2 participants