This is an automated email from the ASF dual-hosted git repository.
lordgamez pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git
from 9c439e272 MINIFICPP-1981 Decrease default C2 heartbeat frequency
new 9984cf9ba MINIFICPP-1976 - Do not store a whole Relationship object
for each transfer
new d1c0a9967 MINIFICPP-1984 - Restart old flow on failed flow update
new 8d20c4482 MINIFICPP-1989 - Discard old controller serivice provider
from FlowController
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../tests/unit/ProcessGroupTestUtils.h | 2 +-
.../tests/unit/YamlConfigurationTests.cpp | 10 +--
libminifi/include/SchedulingAgent.h | 3 +
libminifi/include/core/ProcessSession.h | 22 +++--
libminifi/include/core/Processor.h | 2 +
libminifi/include/core/ProcessorNode.h | 9 +-
libminifi/src/FlowController.cpp | 20 +++--
libminifi/src/SchedulingAgent.cpp | 10 +--
libminifi/src/core/ProcessSession.cpp | 97 ++++++++++++----------
libminifi/src/core/Processor.cpp | 4 +
libminifi/src/core/yaml/YamlConfiguration.cpp | 2 +
libminifi/test/flow-tests/FlowControllerTests.cpp | 36 ++++++++
libminifi/test/flow-tests/TestControllerWithFlow.h | 7 +-
13 files changed, 147 insertions(+), 77 deletions(-)