Export merge tree partition on replicated engine#1072
Closed
arthurpassos wants to merge 17 commits intoantalya-25.6.5from
Closed
Export merge tree partition on replicated engine#1072arthurpassos wants to merge 17 commits intoantalya-25.6.5from
arthurpassos wants to merge 17 commits intoantalya-25.6.5from
Conversation
Collaborator
Author
|
Very drafty for now. Created the PR so I can take notes of things I still need to implement / ideas. Also to get cicd report |
Collaborator
Author
|
TODO list from the top of my head:
|
Collaborator
Author
The first thing that comes to mind is to create an in-memory list of references to those parts as soon as the replicas get notified about a partition export. All replicas will references to all parts, even if they are not responsible for exporting a given part. This should be restored upon bootup. There is one small time window in which this could fail: if between the time the export was published in zookeeper and the replicas are notified the part is completely deleted from all replicas. It seems rare enough and we can probably live with it. |
… as one can at once
Collaborator
Author
|
Closing in favor of #1097 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
...
Documentation entry for user-facing changes
...
CI/CD Options
Exclude tests:
Regression jobs to run: