Evgeny Stanilovsky created IGNITE-24409:
-------------------------------------------
Summary: Implement CPCC manager
Key: IGNITE-24409
URL: https://issues.apache.org/jira/browse/IGNITE-24409
Project: Ignite
Issue Type: Task
Components: sql
Affects Versions: 3.0
Reporter: Evgeny Stanilovsky
Need to implement CPCC manager (IgniteComponent), CPCC coordinator (collocated
with Meta Storage Raft Group Leader) and appropriate RestFactory.
# CPCC Manager has to handle messaging service commands: [start, status cancel]
and dispatch them into coordinator.
# CPCC coordinator has to to handle upper commands and register appropriate
CpccOperation structure in metastore.
# Rest factory has to handle rest endpoint commands and transform them into
appropriate messaging service commands.
Definition of done integration controller test which:
# Start cpcc, call status, validate result.
# Start cpcc, cancel cpcc, call status, validate result.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)