Skip to content

fix(v2): allow empty ring in segment-writer client #4124

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
merged 1 commit into from
Apr 21, 2025

Conversation

kolesnikovae
Copy link
Collaborator

A follow-up to #4121: In all-in-one mode, the segment writer might not be available when the distributor attempts to start. Therefore, the "empty ring" situation is expected. Eventually, once all components are initialized, the client will establish connections.

A proper solution would be to introduce component dependencies for the all-in-one mode (e.g., the distributor should wait for ingesters, and so on) in addition to module dependencies.

@kolesnikovae kolesnikovae marked this pull request as ready for review April 21, 2025 00:46
@kolesnikovae kolesnikovae requested a review from a team as a code owner April 21, 2025 00:46
@kolesnikovae kolesnikovae force-pushed the fix/segment-writer-empty-ring branch from 1efc970 to 43f6459 Compare April 21, 2025 02:02
@kolesnikovae kolesnikovae force-pushed the fix/segment-writer-empty-ring branch from 43f6459 to e2db57e Compare April 21, 2025 02:50
@kolesnikovae kolesnikovae merged commit 3d454f3 into main Apr 21, 2025
20 checks passed
@kolesnikovae kolesnikovae deleted the fix/segment-writer-empty-ring branch April 21, 2025 03:02
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.

2 participants