Jay Modi
Jay Modi
When using the node shutdown API, we have observed that the API will indicate that shutdown is stalled due to a shard not being able to move. This can happen...
In Elasticsearch, we always run with the Java Security Manager enabled and we have somewhat restrictive permissions. Our policy allows reading system properties, but does not allow writing them. Unfortunately,...
In #22200, existing boolean parsing was made strict so that: > "true" is converted to the boolean value true, "false" is converted to the boolean value false. Everything else raises...