91cb563247
Today if an older version of a plugin exists, we fail to notify the user with a helpful error message. This happens because during plugin verification, we attempt to read the plugin descriptors for all existing plugins. When an older version of a plugin is sitting on disk, we will attempt to read this old plugin descriptor and fail due to a version mismatch. This leads to an unhelpful error message. Instead, we should check for existence of the plugin as part of the verification phase, but before attempting to read plugin descriptors for existing plugins. This enables us to provide a helpful error message to the user. Relates #22305 |
||
---|---|---|
.. | ||
backwards-5.0 | ||
evil-tests | ||
no-bootstrap-tests | ||
rolling-upgrade | ||
smoke-test-client | ||
smoke-test-http | ||
smoke-test-ingest-disabled | ||
smoke-test-ingest-with-all-dependencies | ||
smoke-test-multinode | ||
smoke-test-plugins | ||
smoke-test-reindex-with-painless | ||
smoke-test-tribe-node | ||
vagrant |