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

[FEATURE]Add lifecycle awareness for plugin #67

Open
YANG-DB opened this issue Feb 11, 2023 · 0 comments
Open

[FEATURE]Add lifecycle awareness for plugin #67

YANG-DB opened this issue Feb 11, 2023 · 0 comments
Assignees
Labels
core core feature enhancement New feature or request

Comments

@YANG-DB
Copy link
Member

YANG-DB commented Feb 11, 2023

Is your feature request related to a problem?
Currently the plugin has no eagerly way of creating the necessary mapping & indices it needs to use
Problem with lazy loading that it may create concurrent modifications due to parallel access from different nodes...

What solution would you like?
Add support of plugin LifeCycle aware interface to get notification on the cluster state and create all the needed parts eagerly

What alternatives have you considered?
Lazy creation of indices and templates while attempting of overcome potential concurrent collision

Do you have any additional context?
N/A

@YANG-DB YANG-DB added enhancement New feature or request core core feature labels Feb 11, 2023
@YANG-DB YANG-DB self-assigned this Feb 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core core feature enhancement New feature or request
Projects
Status: No status
Development

No branches or pull requests

1 participant