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

[Merged by Bors] - feat: Retry monitoring if there is a failure #2975

Closed
wants to merge 3 commits into from

Conversation

morenol
Copy link
Contributor

@morenol morenol commented Feb 9, 2023

Also add error logs if there is an issue.

Right now,

    while let Some(stream) = incoming.next().await {
        let mut stream = stream?;

could finish if there is an error like broken pipe,

2023-02-09T17:56:39.649123Z ERROR fluvio_spu::monitoring: error running monitoring: Broken pipe (os error 32)

This adds changes to retry to create the unix socket if there is a failure

@morenol morenol requested review from sehz and galibey February 9, 2023 18:23
@morenol morenol marked this pull request as ready for review February 9, 2023 18:27
Copy link
Contributor

@galibey galibey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@morenol
Copy link
Contributor Author

morenol commented Feb 9, 2023

bors r+

bors bot pushed a commit that referenced this pull request Feb 9, 2023
Also add error logs if there is an issue.

Right now, 
```
    while let Some(stream) = incoming.next().await {
        let mut stream = stream?;
```

could finish if there is an error like broken pipe,

```
2023-02-09T17:56:39.649123Z ERROR fluvio_spu::monitoring: error running monitoring: Broken pipe (os error 32)
```

This adds changes to retry to create the unix socket if there is a failure
@bors
Copy link

bors bot commented Feb 9, 2023

Pull request successfully merged into master.

Build succeeded:

@bors bors bot changed the title feat: Retry monitoring if there is a failure [Merged by Bors] - feat: Retry monitoring if there is a failure Feb 9, 2023
@bors bors bot closed this Feb 9, 2023
@morenol morenol deleted the lmm/retry-monitoring branch May 8, 2023 17:13
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.

None yet

3 participants