You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Arpad Boda (Jira)" <ji...@apache.org> on 2020/02/11 14:28:00 UTC

[jira] [Created] (MINIFICPP-1156) Avoid recursive mutex in Soci SQL impl

Arpad Boda created MINIFICPP-1156:
-------------------------------------

             Summary: Avoid recursive mutex in Soci SQL impl
                 Key: MINIFICPP-1156
                 URL: https://issues.apache.org/jira/browse/MINIFICPP-1156
             Project: Apache NiFi MiNiFi C++
          Issue Type: Improvement
            Reporter: Arpad Boda
             Fix For: 0.8.0


Recursive mutex is usually a bad smell and should be avoided.
A possible workaround is unique locks passed as arguments. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)