File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
server/src/main/java/org/elasticsearch/transport Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change 43
43
import org .elasticsearch .core .Predicates ;
44
44
import org .elasticsearch .core .Releasable ;
45
45
import org .elasticsearch .core .TimeValue ;
46
- import org .elasticsearch .core .UpdateForV9 ;
47
46
import org .elasticsearch .node .NodeClosedException ;
48
47
import org .elasticsearch .node .ReportingService ;
49
48
import org .elasticsearch .tasks .Task ;
@@ -1752,15 +1751,6 @@ Releasable withRef() {
1752
1751
}
1753
1752
}
1754
1753
1755
- static {
1756
- // Ensure that this property, introduced and immediately deprecated in 7.11, is not used in 8.x
1757
- @ UpdateForV9 // we can remove this whole block in v9
1758
- final String PERMIT_HANDSHAKES_FROM_INCOMPATIBLE_BUILDS_KEY = "es.unsafely_permit_handshake_from_incompatible_builds" ;
1759
- if (System .getProperty (PERMIT_HANDSHAKES_FROM_INCOMPATIBLE_BUILDS_KEY ) != null ) {
1760
- throw new IllegalArgumentException ("system property [" + PERMIT_HANDSHAKES_FROM_INCOMPATIBLE_BUILDS_KEY + "] must not be set" );
1761
- }
1762
- }
1763
-
1764
1754
private record UnregisterChildTransportResponseHandler <T extends TransportResponse >(
1765
1755
Releasable unregisterChildNode ,
1766
1756
TransportResponseHandler <T > handler ,
You can’t perform that action at this time.
0 commit comments