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] Establish periodic polling of extensions to verify connectivity #359

Open
Tracked by #356
dbwiddis opened this issue Jan 24, 2023 · 2 comments
Open
Tracked by #356
Labels
enhancement New feature or request

Comments

@dbwiddis
Copy link
Member

Is your feature request related to a problem?

Part of #356

What solution would you like?

Establish periodic polling of extensions to verify connectivity (both ways)

  • Add retry on startup (exponential fallback)
  • Allow user to configure auto-restart
@saratvemulapalli
Copy link
Member

Some thoughts here: OpenSearch nodes uses transport protocol and when a node dies, it gets notified instantly. We could do something similar for extensions.

@dbwiddis
Copy link
Member Author

Some thoughts here: OpenSearch nodes uses transport protocol and when a node dies, it gets notified instantly. We could do something similar for extensions.

Definitely a good add-on, but this also needs to handle the use case of OpenSearch starting up, and the extension not being (yet) available (i.e., no connection exists to "die").

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants