File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
server/src/main/java/org/elasticsearch/transport Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 4343import org .elasticsearch .core .Predicates ;
4444import org .elasticsearch .core .Releasable ;
4545import org .elasticsearch .core .TimeValue ;
46+ import org .elasticsearch .core .UpdateForV10 ;
4647import org .elasticsearch .node .NodeClosedException ;
4748import org .elasticsearch .node .ReportingService ;
4849import org .elasticsearch .tasks .Task ;
@@ -94,6 +95,7 @@ public class TransportService extends AbstractLifecycleComponent
9495 * Undocumented on purpose, may be removed at any time. Only use this if instructed to do so, can have other unintended consequences
9596 * including deadlocks.
9697 */
98+ @ UpdateForV10 (owner = UpdateForV10 .Owner .DISTRIBUTED_COORDINATION )
9799 public static final Setting <Boolean > ENABLE_STACK_OVERFLOW_AVOIDANCE = Setting .boolSetting (
98100 "transport.enable_stack_protection" ,
99101 false ,
You can’t perform that action at this time.
0 commit comments