This is an automated email from the ASF dual-hosted git repository.

aboda pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git.


    from 452c252  MINIFICPP-1164 patch libarchive-3.3.2 to avoid Werror
     new bab6f93  MINIFICPP-1158 - Event driven processors can starve each other
     new d7ff07e  CRC Stream crash fix in case of unsuccessful read/write

The 2 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:
 extensions/coap/tests/CoapIntegrationBase.h        |   2 +-
 .../integration/UpdateAttributeIntegrationTest.cpp |  30 +-
 .../standard-processors/processors/GetTCP.cpp      |   3 +-
 extensions/standard-processors/processors/GetTCP.h |   4 +-
 libminifi/include/CronDrivenSchedulingAgent.h      |  10 +-
 libminifi/include/EventDrivenSchedulingAgent.h     |  21 +-
 libminifi/include/FlowController.h                 |  30 +-
 libminifi/include/SchedulingAgent.h                |  82 +----
 libminifi/include/ThreadedSchedulingAgent.h        |   8 +-
 libminifi/include/TimerDrivenSchedulingAgent.h     |  12 +-
 .../core/controller/ControllerServiceProvider.h    |   5 +-
 .../controller/StandardControllerServiceProvider.h |  14 +-
 libminifi/include/core/state/UpdateController.h    |   4 +-
 libminifi/include/io/CRCStream.h                   |   8 +-
 libminifi/include/properties/Configure.h           |   1 +
 libminifi/include/utils/Monitors.h                 | 174 +++++++++
 libminifi/include/utils/ThreadPool.h               | 387 +++------------------
 libminifi/src/CPPLINT.cfg                          |   1 -
 libminifi/src/Configure.cpp                        |   1 +
 libminifi/src/CronDrivenSchedulingAgent.cpp        |  13 +-
 libminifi/src/EventDrivenSchedulingAgent.cpp       |  38 +-
 libminifi/src/FlowController.cpp                   |  33 +-
 libminifi/src/SchedulingAgent.cpp                  |  29 +-
 libminifi/src/ThreadedSchedulingAgent.cpp          |  22 +-
 libminifi/src/TimerDrivenSchedulingAgent.cpp       |  13 +-
 libminifi/src/core/Processor.cpp                   |   1 +
 libminifi/src/utils/ThreadPool.cpp                 | 250 +++++++++++++
 libminifi/test/resources/TestUpdateAttribute.yml   |  18 +-
 libminifi/test/unit/BackTraceTests.cpp             |   8 +-
 libminifi/test/unit/ThreadPoolTests.cpp            |   8 +-
 nanofi/include/sitetosite/CSiteToSite.h            |   8 +-
 31 files changed, 642 insertions(+), 596 deletions(-)
 create mode 100644 libminifi/include/utils/Monitors.h
 create mode 100644 libminifi/src/utils/ThreadPool.cpp

Reply via email to