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

fix(rebuild): reconnect log on own channel when faulting #1622

Merged
merged 1 commit into from
Apr 5, 2024

Conversation

tiagolobocastro
Copy link
Contributor

When an IO fails to submit the channel is removed right away. This means if another IO reaches the channel before the retire or the channel traversal then it might not get logged.
This change ensures it is logged by reconnecting the IO log straight away.

When an IO fails to submit the channel is removed right away.
This means if another IO reaches the channel before the retire or the
channel traversal then it might not get logged.
This change ensures it is logged by reconnecting the IO log straight away.

Signed-off-by: Tiago Castro <[email protected]>
@tiagolobocastro
Copy link
Contributor Author

bors merge

@bors-openebs-mayastor
Copy link

Build succeeded:

@bors-openebs-mayastor bors-openebs-mayastor bot merged commit 4da8229 into develop Apr 5, 2024
4 checks passed
@bors-openebs-mayastor bors-openebs-mayastor bot deleted the log-reconnect branch April 5, 2024 10:27
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.

3 participants