You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Yury Gerzhedovich (Jira)" <ji...@apache.org> on 2022/12/01 14:59:00 UTC

[jira] [Updated] (IGNITE-18271) Sql. Provide commands and handlers for alter distributed zones operation

     [ https://issues.apache.org/jira/browse/IGNITE-18271?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yury Gerzhedovich updated IGNITE-18271:
---------------------------------------
    Description: 
After implementing IGNITE-18254 and IGNITE-18156 need to provide DDL commands and their handlers to altering and create zones configuration, as well as translation to these command from AST representation.

As a result, we will be able to translate AST to a command (see DdlSqlToCommandConverter) and execute this command in order to apply changes to configuration (see DdlCommandHandler).

The following configuration parameters should be covered by the ticket for CREATE operation: PARTITIONS, REPLICAS, AFFINITY_FUNCTION, DATA_NODES_FILTER
and ALTER operation:  REPLICAS, DATA_NODES_FILTER

  was:
After implementing IGNITE-18254 and IGNITE-18156 need to provide DDL commands and their handlers to altering and create zones configuration, as well as translation to these command from AST representation.

As a result, we will be able to translate AST to a command (see DdlSqlToCommandConverter) and execute this command in order to apply changes to configuration (see DdlCommandHandler).

The following configuration parameters should be covered by the ticket for CREATE and ALTER operations: PARTITIONS, REPLICAS, AFFINITY_FUNCTION, DATA_NODES_FILTER


> Sql. Provide commands and handlers for alter distributed zones operation
> ------------------------------------------------------------------------
>
>                 Key: IGNITE-18271
>                 URL: https://issues.apache.org/jira/browse/IGNITE-18271
>             Project: Ignite
>          Issue Type: Improvement
>          Components: sql
>            Reporter: Yury Gerzhedovich
>            Priority: Major
>              Labels: ignite-3
>
> After implementing IGNITE-18254 and IGNITE-18156 need to provide DDL commands and their handlers to altering and create zones configuration, as well as translation to these command from AST representation.
> As a result, we will be able to translate AST to a command (see DdlSqlToCommandConverter) and execute this command in order to apply changes to configuration (see DdlCommandHandler).
> The following configuration parameters should be covered by the ticket for CREATE operation: PARTITIONS, REPLICAS, AFFINITY_FUNCTION, DATA_NODES_FILTER
> and ALTER operation:  REPLICAS, DATA_NODES_FILTER



--
This message was sent by Atlassian Jira
(v8.20.10#820010)