-
Notifications
You must be signed in to change notification settings - Fork 25.2k
Multiple Data Paths deprecation is marked as Critical rather than warning #85695
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
Labels
>bug
:Core/Infra/Settings
Settings infrastructure and APIs
Team:Core/Infra
Meta label for core/infra team
Comments
Pinging @elastic/es-core-infra (Team:Core/Infra) |
5 tasks
rjernst
added a commit
to rjernst/elasticsearch
that referenced
this issue
Apr 18, 2022
The deprecations for index and shared data paths were defined at critical level, but these are not removed in 8.0. This commit relaxes these deprecation messages so they are just warnings. relates elastic#85695
I haven't been able to find this particular deprecation message in Elasticsearch, is it possible it is coming from Kibana directly? I did find a couple critical deprecations related to this, which I've adjusted in #85952. Note that the deprecation log had MDP as critical earlier in 7.x but that was fixed in #79463 for 7.16. |
rjernst
added a commit
that referenced
this issue
Apr 18, 2022
The deprecations for index and shared data paths were defined at critical level, but these are not removed in 8.0. This commit relaxes these deprecation messages so they are just warnings. relates #85695
rjernst
added a commit
to rjernst/elasticsearch
that referenced
this issue
Apr 18, 2022
The deprecations for index and shared data paths were defined at critical level, but these are not removed in 8.0. This commit relaxes these deprecation messages so they are just warnings. relates elastic#85695
elasticsearchmachine
pushed a commit
that referenced
this issue
Apr 18, 2022
rjernst
added a commit
to rjernst/elasticsearch
that referenced
this issue
Apr 19, 2022
The deprecations for index and shared data paths were defined at critical level, but these are not removed in 8.0. This commit relaxes these deprecation messages so they are just warnings. relates elastic#85695
rjernst
added a commit
to rjernst/elasticsearch
that referenced
this issue
Apr 22, 2022
Multiple data paths was deprecated in 7.13, but the deprecation notice in the deprecation api was set to critical, even though it is not removed in 8.0. This commit adjusts the deprecation level to warning. closes elastic#85695
rjernst
added a commit
to rjernst/elasticsearch
that referenced
this issue
Apr 22, 2022
Multiple data paths was deprecated in 7.13. At the time, the deprecation was only added to the deprecation logs. Later, it was also added to the deprecation info api, but by that time, MDP had already been removed from master. When MDP was added back to master, the deprecation log messages were added back, but the info api messages were not since they never existed in master. This commit forward ports the deprecation info messages for MDP to 8.x. relates elastic#85695
rjernst
added a commit
that referenced
this issue
Apr 25, 2022
Multiple data paths was deprecated in 7.13. At the time, the deprecation was only added to the deprecation logs. Later, it was also added to the deprecation info api, but by that time, MDP had already been removed from master. When MDP was added back to master, the deprecation log messages were added back, but the info api messages were not since they never existed in master. This commit forward ports the deprecation info messages for MDP to 8.x. relates #85695
rjernst
added a commit
that referenced
this issue
Apr 25, 2022
Multiple data paths was deprecated in 7.13, but the deprecation notice in the deprecation api was set to critical, even though it is not removed in 8.0. This commit adjusts the deprecation level to warning. closes #85695
rjernst
added a commit
to rjernst/elasticsearch
that referenced
this issue
Apr 25, 2022
Multiple data paths was deprecated in 7.13. At the time, the deprecation was only added to the deprecation logs. Later, it was also added to the deprecation info api, but by that time, MDP had already been removed from master. When MDP was added back to master, the deprecation log messages were added back, but the info api messages were not since they never existed in master. This commit forward ports the deprecation info messages for MDP to 8.x. relates elastic#85695
elasticsearchmachine
pushed a commit
that referenced
this issue
Apr 25, 2022
Multiple data paths was deprecated in 7.13. At the time, the deprecation was only added to the deprecation logs. Later, it was also added to the deprecation info api, but by that time, MDP had already been removed from master. When MDP was added back to master, the deprecation log messages were added back, but the info api messages were not since they never existed in master. This commit forward ports the deprecation info messages for MDP to 8.x. relates #85695
This was fixed in #86102 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
>bug
:Core/Infra/Settings
Settings infrastructure and APIs
Team:Core/Infra
Meta label for core/infra team
Elasticsearch Version
7.17
Installed Plugins
No response
Java Version
bundled
OS Version
Any
Problem Description
In the upgrade assistant in 7.17 a critical warning is shown saying "Multiple data paths are not supported". This should be downgraded to a warning, as Multiple Data Paths were not removed in 8.0, and thus this should not stop upgrade to 8.0.
See #71205 (comment) for more details.
Steps to Reproduce
Create an elasticsearch deployment with multiple data paths configured. Run the upgrade assistant in 7.17. You will see there is a Critical deprecation message for the multiple data paths feature.
Logs (if relevant)
No response
The text was updated successfully, but these errors were encountered: