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

grid: Simpler reconnect logic #18889

Merged
merged 3 commits into from
Jan 28, 2024

Conversation

klauspost
Copy link
Contributor

Description

Do not rely on connChange to do outgoing reconnects.

Instead block while connection is running and just do reconnect when handleMessages returns.

Add fully async monitoring instead of monitoring on main goroutine. Keeping this to avoid full network lockup.

Added a few double safeties around channel closing.

Motivation and Context

Simplification of logic.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)

Do not rely on `connChange` to do reconnects.

Instead block while connection is running and just do reconnect when handleMessages returns.

Add fully async monitoring instead of monitoring on main goroutine. Keeping this to avoid full network lockup.
@harshavardhana harshavardhana merged commit 38de8e6 into minio:master Jan 28, 2024
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants