lordgamez commented on code in PR #1941:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1941#discussion_r2285009674


##########
libminifi/test/unit/FlowStatusBuilderTests.cpp:
##########


Review Comment:
   I checked running hundreds of processes in parallel and it worked 
successfully. There should be no data race as the data is collected from the 
connection_map_, processors_ and connections_ that are synchronized under the 
root_mutex_ when they are read or updated.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to