[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #735: WIP: MINIFICPP-1158 - Event driven processors can starve each other

2020-02-18 Thread GitBox
szaszm commented on a change in pull request #735: WIP: MINIFICPP-1158 - Event driven processors can starve each other URL: https://github.com/apache/nifi-minifi-cpp/pull/735#discussion_r380656871 ## File path: libminifi/src/utils/ThreadPool.cpp ## @@ -0,0 +1,238 @@ +/** +

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #735: WIP: MINIFICPP-1158 - Event driven processors can starve each other

2020-02-18 Thread GitBox
szaszm commented on a change in pull request #735: WIP: MINIFICPP-1158 - Event driven processors can starve each other URL: https://github.com/apache/nifi-minifi-cpp/pull/735#discussion_r380684332 ## File path: libminifi/src/utils/ThreadPool.cpp ## @@ -0,0 +1,238 @@ +/** +

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #735: WIP: MINIFICPP-1158 - Event driven processors can starve each other

2020-02-18 Thread GitBox
szaszm commented on a change in pull request #735: WIP: MINIFICPP-1158 - Event driven processors can starve each other URL: https://github.com/apache/nifi-minifi-cpp/pull/735#discussion_r380684332 ## File path: libminifi/src/utils/ThreadPool.cpp ## @@ -0,0 +1,238 @@ +/** +

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #735: WIP: MINIFICPP-1158 - Event driven processors can starve each other

2020-02-19 Thread GitBox
szaszm commented on a change in pull request #735: WIP: MINIFICPP-1158 - Event driven processors can starve each other URL: https://github.com/apache/nifi-minifi-cpp/pull/735#discussion_r381276745 ## File path: libminifi/src/utils/ThreadPool.cpp ## @@ -0,0 +1,238 @@ +/** +

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #735: WIP: MINIFICPP-1158 - Event driven processors can starve each other

2020-02-20 Thread GitBox
szaszm commented on a change in pull request #735: WIP: MINIFICPP-1158 - Event driven processors can starve each other URL: https://github.com/apache/nifi-minifi-cpp/pull/735#discussion_r381406703 ## File path: libminifi/src/CronDrivenSchedulingAgent.cpp ## @@ -32,7 +32,7

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #735: WIP: MINIFICPP-1158 - Event driven processors can starve each other

2020-02-20 Thread GitBox
szaszm commented on a change in pull request #735: WIP: MINIFICPP-1158 - Event driven processors can starve each other URL: https://github.com/apache/nifi-minifi-cpp/pull/735#discussion_r382014816 ## File path: libminifi/include/utils/Monitors.h ## @@ -0,0 +1,172 @@ +/** +

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #735: WIP: MINIFICPP-1158 - Event driven processors can starve each other

2020-02-20 Thread GitBox
szaszm commented on a change in pull request #735: WIP: MINIFICPP-1158 - Event driven processors can starve each other URL: https://github.com/apache/nifi-minifi-cpp/pull/735#discussion_r381414232 ## File path: libminifi/src/utils/ThreadPool.cpp ## @@ -0,0 +1,238 @@ +/** +

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #735: WIP: MINIFICPP-1158 - Event driven processors can starve each other

2020-02-20 Thread GitBox
szaszm commented on a change in pull request #735: WIP: MINIFICPP-1158 - Event driven processors can starve each other URL: https://github.com/apache/nifi-minifi-cpp/pull/735#discussion_r382080471 ## File path: libminifi/src/core/Processor.cpp ## @@ -268,6 +268,7 @@ void P

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #735: WIP: MINIFICPP-1158 - Event driven processors can starve each other

2020-02-20 Thread GitBox
szaszm commented on a change in pull request #735: WIP: MINIFICPP-1158 - Event driven processors can starve each other URL: https://github.com/apache/nifi-minifi-cpp/pull/735#discussion_r382071515 ## File path: libminifi/src/CronDrivenSchedulingAgent.cpp ## @@ -32,7 +32,7

[GitHub] [nifi-minifi-cpp] szaszm commented on a change in pull request #735: WIP: MINIFICPP-1158 - Event driven processors can starve each other

2020-02-20 Thread GitBox
szaszm commented on a change in pull request #735: WIP: MINIFICPP-1158 - Event driven processors can starve each other URL: https://github.com/apache/nifi-minifi-cpp/pull/735#discussion_r382024074 ## File path: libminifi/include/core/controller/StandardControllerServiceProvider.h