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

Don't auto-restart processes which crash #79

Merged
merged 1 commit into from
Apr 27, 2015
Merged

Don't auto-restart processes which crash #79

merged 1 commit into from
Apr 27, 2015

Conversation

kormat
Copy link
Contributor

@kormat kormat commented Apr 24, 2015

If supervisor instantly restarts a crashed process, it can be hard to
notice. As we're in heavy development, it's far better to have a clear
signal that a process has crashed (and is clearly shown in the output of
supervisor.sh status)

Also update the log filenames slightly to be consistent with the
supervisor process names. (I.e. ad2-21:bs2-21-1 will now log to
bs2-21-1.log, and not bs-2-21-1.log).

@pszalach @rev112

If supervisor instantly restarts a crashed process, it can be hard to
notice. As we're in heavy development, it's far better to have a clear
signal that a process has crashed (and is clearly shown in the output of
supervisor.sh status)

Also update the log filenames slightly to be consistent with the
supervisor process names. (I.e. ad2-21:bs2-21-1 will now log to
bs2-21-1.log, and not bs-2-21-1.log).
pszal added a commit that referenced this pull request Apr 27, 2015
Don't auto-restart processes which crash
@pszal pszal merged commit 74dc291 into scionproto:master Apr 27, 2015
chaehni pushed a commit to chaehni/scion that referenced this pull request Jan 8, 2021
* Allow a second call to initQUICSockets.

Force the port to zero before the second call.

* use a parameter to ignore the port

* fix comment
juagargi added a commit to juagargi/scion that referenced this pull request Oct 5, 2021
Squashed changes for DRKey, ported to latest upstream master branch.

This includes the following main commits:

* 707a5e6 DRKey ported from the old SCIONLab (scionproto#77)

  This is itself a squashed commit  containing the bulk of the newly
  added DRKey implementation.

* 5a623a2 Allow a second call to initQUICSockets. (scionproto#79)
* df3a258 unify personal annotations to JordiSubira (scionproto#80)
* 9380c76 fix Level 1 key Exchange (scionproto#81)

  Add sanity check in the drkey_fetcher which validates that the
  response srcIA matches the intended server IA.

* a90f354 Remove redundant fields from Lvl1Req/Resp (scionproto#83)
* 64f4c23 cs/drkey: handle situations where no path to a peer AS can be found (scionproto#90)

  This condition is now handled analog to a similar condition in
  github.com/scionproto/scion/go/pkg/trust.AuthRouter.ChooseServer

The main change applied to make this compatible with the master
branch was to resolve the renaming / moving of what was previously
pkg/sciond to now pkg/daemon.

Co-authored-by: JordiSubira <jordi.subira.nieto@gmail.com>
Co-authored-by: Juan A. Garcia Pardo <juagargi@gmail.com>
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

Successfully merging this pull request may close these issues.

2 participants