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

[BYDB-Replica] Persist Data Blocks and Index Batches into a Local Retry Queue #12870

Open
2 of 3 tasks
hanahmily opened this issue Dec 17, 2024 · 1 comment
Open
2 of 3 tasks
Labels
database BanyanDB - SkyWalking native database feature New feature

Comments

@hanahmily
Copy link
Contributor

Search before asking

  • I had searched in the issues and found no similar feature requirement.

Description

Implement functionality in the liaison component to persist data blocks and index batches into a local queue. This queue will be a retry mechanism for scenarios where target data nodes are unavailable during data writing operations. By queuing the data locally, the liaison can attempt to resend the data to the appropriate data nodes later, ensuring data integrity and reliability.

Use case

No response

Related issues

No response

Are you willing to submit a pull request to implement this on your own?

  • Yes I am willing to submit a pull request on my own!

Code of Conduct

@hanahmily hanahmily added feature New feature database BanyanDB - SkyWalking native database Replica-BYDB labels Dec 17, 2024
@hanahmily hanahmily added this to the BanyanDB-0.9.0 milestone Dec 17, 2024
@wu-sheng
Copy link
Member

@hanahmily I removed your new label, the label should target to major components rather han features.
Otherwise, we will receive a hug set of new labels.

@hanahmily hanahmily changed the title [Feature] Persist Data Blocks and Index Batches into a Local Retry Queue [Bd] Persist Data Blocks and Index Batches into a Local Retry Queue Dec 17, 2024
@hanahmily hanahmily changed the title [Bd] Persist Data Blocks and Index Batches into a Local Retry Queue [BYDB-Replica] Persist Data Blocks and Index Batches into a Local Retry Queue Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
database BanyanDB - SkyWalking native database feature New feature
Projects
None yet
Development

No branches or pull requests

2 participants