[ https://issues.apache.org/jira/browse/IGNITE-24409?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Evgeny Stanilovsky updated IGNITE-24409: ---------------------------------------- Description: Need to implement CPCC manager (IgniteComponent) and CPCC coordinator (collocated with Meta Storage Raft Group Leader) . # 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. Definition of done : # Call start cpcc, call status, validate result. # Call start cpcc, cancel cpcc, call status, validate result. was: 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. > 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 > Priority: Major > Labels: ignite-3 > > Need to implement CPCC manager (IgniteComponent) and CPCC coordinator > (collocated with Meta Storage Raft Group Leader) . > # 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. > Definition of done : > # Call start cpcc, call status, validate result. > # Call start cpcc, cancel cpcc, call status, validate result. -- This message was sent by Atlassian Jira (v8.20.10#820010)