forked from vectordotdev/vector
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(socket source): Avoid creating unix sockets too early (vectordotd…
…ev#13021) * fix(socket source): Avoid creating unix sockets too early `vector validate` was creating the unix socket because it constructs all components (when `--no-environment` is not passed). This was a regression from vectordotdev#12115 Ideally we'd do something more sophisticated here in the future, but the pattern for this sort of failure is simply to `panic` to cause Vector to shutdown (see the `bind` call). Fixes: vectordotdev#13018 Signed-off-by: Jesse Szwedko <[email protected]>
- Loading branch information
Showing
3 changed files
with
52 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters