-
Notifications
You must be signed in to change notification settings - Fork 7
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
Plugin manager doesn't handle case where charm deployed with config options set #280
Comments
@Mehdi-Bendriss indeed, I've opened a PR to shuffle the checks on plugin manager. |
Doing some digging @Mehdi-Bendriss Back in the day, the decision to wait for the OpenSearch cluster was because we needed: (1) to cover the case some plugins manage things via API calls; (2) to know the opensearch version; and (3) we use the I am breaking this up into:
That still frees the |
That is going to demand some attention on |
Whilst I agree we should deal with |
Now, this is caused by a change that happens within
And finishes with:
That is caused by this:
Which wrongly resets the Full stack trace:
|
The charm should handle from the get-go the possibility to deploy the charm with config options set and without the opensearch service being up.
The text was updated successfully, but these errors were encountered: