File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
server/src/main/java/org/elasticsearch/threadpool Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change 2727import org .elasticsearch .common .util .concurrent .ThreadContext ;
2828import org .elasticsearch .core .Nullable ;
2929import org .elasticsearch .core .TimeValue ;
30- import org .elasticsearch .core .UpdateForV9 ;
3130import org .elasticsearch .node .Node ;
3231import org .elasticsearch .node .ReportingService ;
3332import org .elasticsearch .telemetry .metric .Instrument ;
@@ -120,13 +119,7 @@ public static class Names {
120119 public static final String THREAD_POOL_METRIC_NAME_REJECTED = ".threads.rejected.total" ;
121120
122121 public enum ThreadPoolType {
123- @ Deprecated (forRemoval = true )
124- @ UpdateForV9 (owner = UpdateForV9 .Owner .CORE_INFRA ) // no longer used, remove in v9
125- DIRECT ("direct" ),
126122 FIXED ("fixed" ),
127- @ Deprecated (forRemoval = true )
128- @ UpdateForV9 (owner = UpdateForV9 .Owner .CORE_INFRA ) // no longer used, remove in v9
129- FIXED_AUTO_QUEUE_SIZE ("fixed_auto_queue_size" ),
130123 SCALING ("scaling" );
131124
132125 private final String type ;
You can’t perform that action at this time.
0 commit comments