Gábor Gyimesi created MINIFICPP-1750:
----------------------------------------
Summary: 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
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)