-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Open
0 / 10 of 1 issue completedOpen
0 / 10 of 1 issue completed
Copy link
Labels
databaseBanyanDB - SkyWalking native databaseBanyanDB - SkyWalking native databasedocumentationProvide documents related issue or pull request only.Provide documents related issue or pull request only.featureNew featureNew feature
Milestone
Description
Search before asking
- I had searched in the issues and found no similar feature requirement.
Description
We need to add a handoff queue to the trace model that will be utilized at the liaison node. This queue will preserve synchronization information for nodes that are temporarily offline. Once these nodes come back online, the queue will send the relevant data parts to them.
Requirements:
- Implement a handoff queue on the liaison node to manage syncing for offline nodes.
- The liaison node must maintain a list of data nodes. Introduce a new flag for this:
--data-node-list=data-0,data-1,data-2
- Update the Helm chart to accommodate this new flag based on the current data StatefulSet settings.
- The trace model does not currently support automatic scale-up/scale-down. Therefore, if a new data node is added or an existing one is removed, the liaison nodes must be restarted to update their data node lists.
- Relevant documentation should be revised to reflect these changes.
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
- I agree to follow this project's Code of Conduct
Sub-issues
Metadata
Metadata
Assignees
Labels
databaseBanyanDB - SkyWalking native databaseBanyanDB - SkyWalking native databasedocumentationProvide documents related issue or pull request only.Provide documents related issue or pull request only.featureNew featureNew feature