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

[BUG] Manager stops on error when starting a filter #114

Closed
frikilax opened this issue Nov 5, 2019 · 1 comment
Closed

[BUG] Manager stops on error when starting a filter #114

frikilax opened this issue Nov 5, 2019 · 1 comment
Assignees
Labels
bug Something isn't working important

Comments

@frikilax
Copy link
Member

frikilax commented Nov 5, 2019

Describe the bug
Manager stops Darwin when one filter fails to start.
Occures basically when the executable given is not found (OS error)

Plateform (please complete the following information):

  • OS (version): every OS
  • Darwin version: all actual versions

To Reproduce
Steps to reproduce the behavior:

  1. Make a darwin.conf with several valid filters, but one with wrong executable path
  2. Follow darwin_manager.log
  3. Try to start the Darwin service
  4. See error when starting the filter with wrong path, and manager stop on error (also stopping all succesfully started filters)

Expected behavior
Manager should fail on startup for this filter, but continue for next ones and only generate error in logs.
Other filters should be started normally.

@frikilax
Copy link
Member Author

frikilax commented Nov 5, 2019

Solved in Hotfix #115

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working important
Projects
None yet
Development

No branches or pull requests

1 participant