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

2020-03-02 Thread GitBox
arpadboda commented on a change in pull request #735: MINIFICPP-1158 - Event driven processors can starve each other URL: https://github.com/apache/nifi-minifi-cpp/pull/735#discussion_r386309539 ## File path: libminifi/src/FlowController.cpp ## @@ -313,21 +310,23 @@ void F

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

2020-02-27 Thread GitBox
arpadboda commented on a change in pull request #735: MINIFICPP-1158 - Event driven processors can starve each other URL: https://github.com/apache/nifi-minifi-cpp/pull/735#discussion_r385354912 ## File path: libminifi/include/utils/ThreadPool.h ## @@ -231,7 +198,10 @@ cla

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

2020-02-27 Thread GitBox
arpadboda commented on a change in pull request #735: MINIFICPP-1158 - Event driven processors can starve each other URL: https://github.com/apache/nifi-minifi-cpp/pull/735#discussion_r385307792 ## File path: libminifi/include/ThreadedSchedulingAgent.h ## @@ -73,6 +73,8 @@

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

2020-02-27 Thread GitBox
arpadboda commented on a change in pull request #735: MINIFICPP-1158 - Event driven processors can starve each other URL: https://github.com/apache/nifi-minifi-cpp/pull/735#discussion_r385280579 ## File path: libminifi/include/SchedulingAgent.h ## @@ -202,7 +134,7 @@ class

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

2020-02-27 Thread GitBox
arpadboda commented on a change in pull request #735: MINIFICPP-1158 - Event driven processors can starve each other URL: https://github.com/apache/nifi-minifi-cpp/pull/735#discussion_r385180919 ## File path: libminifi/include/FlowController.h ## @@ -380,6 +356,8 @@ class

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

2020-02-27 Thread GitBox
arpadboda commented on a change in pull request #735: MINIFICPP-1158 - Event driven processors can starve each other URL: https://github.com/apache/nifi-minifi-cpp/pull/735#discussion_r385180490 ## File path: libminifi/include/SchedulingAgent.h ## @@ -202,7 +138,7 @@ class

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

2020-02-27 Thread GitBox
arpadboda commented on a change in pull request #735: MINIFICPP-1158 - Event driven processors can starve each other URL: https://github.com/apache/nifi-minifi-cpp/pull/735#discussion_r385180341 ## File path: libminifi/include/SchedulingAgent.h ## @@ -202,7 +138,7 @@ class

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

2020-02-27 Thread GitBox
arpadboda commented on a change in pull request #735: MINIFICPP-1158 - Event driven processors can starve each other URL: https://github.com/apache/nifi-minifi-cpp/pull/735#discussion_r385079077 ## File path: libminifi/include/ThreadedSchedulingAgent.h ## @@ -73,6 +73,8 @@

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

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

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

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

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

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

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

2020-02-27 Thread GitBox
arpadboda commented on a change in pull request #735: MINIFICPP-1158 - Event driven processors can starve each other URL: https://github.com/apache/nifi-minifi-cpp/pull/735#discussion_r384993754 ## File path: libminifi/include/utils/ThreadPool.h ## @@ -384,9 +358,11 @@ cla

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

2020-02-27 Thread GitBox
arpadboda commented on a change in pull request #735: MINIFICPP-1158 - Event driven processors can starve each other URL: https://github.com/apache/nifi-minifi-cpp/pull/735#discussion_r384993979 ## File path: libminifi/include/CronDrivenSchedulingAgent.h ## @@ -41,16 +41,1

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

2020-02-27 Thread GitBox
arpadboda commented on a change in pull request #735: MINIFICPP-1158 - Event driven processors can starve each other URL: https://github.com/apache/nifi-minifi-cpp/pull/735#discussion_r384993058 ## File path: libminifi/include/utils/ThreadPool.h ## @@ -133,11 +107,11 @@ cl

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

2020-02-27 Thread GitBox
arpadboda commented on a change in pull request #735: MINIFICPP-1158 - Event driven processors can starve each other URL: https://github.com/apache/nifi-minifi-cpp/pull/735#discussion_r384993110 ## File path: libminifi/include/utils/ThreadPool.h ## @@ -133,11 +107,11 @@ cl

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

2020-02-27 Thread GitBox
arpadboda commented on a change in pull request #735: MINIFICPP-1158 - Event driven processors can starve each other URL: https://github.com/apache/nifi-minifi-cpp/pull/735#discussion_r384993163 ## File path: libminifi/include/utils/ThreadPool.h ## @@ -153,24 +127,22 @@ cl

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

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

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

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

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

2020-02-25 Thread GitBox
arpadboda commented on a change in pull request #735: MINIFICPP-1158 - Event driven processors can starve each other URL: https://github.com/apache/nifi-minifi-cpp/pull/735#discussion_r383973772 ## File path: libminifi/include/EventDrivenSchedulingAgent.h ## @@ -39,21 +41,

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

2020-02-13 Thread GitBox
arpadboda commented on a change in pull request #735: MINIFICPP-1158 - Event driven processors can starve each other URL: https://github.com/apache/nifi-minifi-cpp/pull/735#discussion_r378870246 ## File path: libminifi/src/EventDrivenSchedulingAgent.cpp ## @@ -44,16 +44,8