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

DO NOT MERGE #4611

Closed
wants to merge 4 commits into from
Closed

DO NOT MERGE #4611

wants to merge 4 commits into from

Conversation

fulmicoton
Copy link
Contributor

Removed truncate gossip, updated chitchat, removed logging on partial nodes

Description

Describe the proposed changes made in this PR.

How was this PR tested?

Describe how you tested this PR.

Removed truncate gossip, updated chitchat, removed logging on partial
nodes
We had two problems here.
a) the ingester loads in an asynchronous fashion, as it needs to replay
the WAL entirely.
Subscribing to shard positions events is part of this initialization.
We could be missing all of the event received before the initialization (via chitchat).
b) we start the cluster first. Long after we in the initialization
process, we start the ShardPositionsService. We could possibly be
missing the keys that were shared in between.

Closes #4622
@fulmicoton fulmicoton closed this Feb 27, 2024
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.

1 participant