[ https://issues.apache.org/jira/browse/MINIFICPP-1750?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Gábor Gyimesi updated MINIFICPP-1750: ------------------------------------- Resolution: Fixed Status: Resolved (was: Patch Available) > Investigate C2 clear operation with corecomponentstate operand > --------------------------------------------------------------- > > Key: MINIFICPP-1750 > URL: https://issues.apache.org/jira/browse/MINIFICPP-1750 > Project: Apache NiFi MiNiFi C++ > Issue Type: Bug > Reporter: Gábor Gyimesi > Assignee: Gábor Gyimesi > Priority: Minor > Time Spent: 40m > Remaining Estimate: 0h > > This operation is probably not working, because the component argument is > always the same "corecomponentstate" which must be a mistake. Also this > operation is untested. > C2Agent.cpp:349 > > {code:java} > } else if (resp.name == "corecomponentstate") { > // TODO(bakaid): untested > std::vector<std::shared_ptr<state::StateController>> components = > update_sink_->getComponents(resp.name); {code} > > -- This message was sent by Atlassian Jira (v8.20.1#820001)