You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding a deprecation info check for fixed_auto_queue_size threadpool settings (#76995)
The fixed_auto_queue_size threadpool has been removed in 8.0. This commit checks for configuration that is
specific to that threadpool type and issues a deprecation info API message about it.
Relates #42404#52280
Copy file name to clipboardExpand all lines: x-pack/plugin/deprecation/src/test/java/org/elasticsearch/xpack/deprecation/NodeDeprecationChecksTests.java
+38
Original file line number
Diff line number
Diff line change
@@ -961,6 +961,44 @@ public void testImplicitlyConfiguredSecurityOnGoldPlus() {
0 commit comments