Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,6 @@ public class TransportClusterStateAction extends TransportMasterNodeReadAction<C

private final Logger logger = LogManager.getLogger(getClass());

static {
final String property = System.getProperty("es.cluster_state.size");
if (property != null) {
throw new IllegalArgumentException("es.cluster_state.size is no longer respected but was [" + property + "]");
}
}

@Inject
public TransportClusterStateAction(TransportService transportService, ClusterService clusterService,
ThreadPool threadPool, ActionFilters actionFilters,
Expand Down