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
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