Igor Gusev created IGNITE-25396: ----------------------------------- Summary: Remove parameter arrays in AI3 configuration Key: IGNITE-25396 URL: https://issues.apache.org/jira/browse/IGNITE-25396 Project: Ignite Issue Type: Task Reporter: Igor Gusev
Currently, AI3 configuration uses arrays for some configuration parameters. This is confusing as the `cluster update` command only adds to existing array instead of overwriting it completely. Also, removing data from an array requires users to pass null value. Let's replace all arrays from configuration, and add a more user-friendly way to remove configuration parameters. We will also need to document how to correctly create, update and delete these parameters in documentation. -- This message was sent by Atlassian Jira (v8.20.10#820010)