[GitHub] nifi pull request: NIFI-1061 fixed deadlock caused by DBCPConnecti...

2015-11-11 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/nifi/pull/117 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enable

[GitHub] nifi pull request: NIFI-1061 fixed deadlock caused by DBCPConnecti...

2015-11-11 Thread olegz
Github user olegz commented on the pull request: https://github.com/apache/nifi/pull/117#issuecomment-155786564 @joewitt reverted changes to getScheduleState() method and addressed white-space violations. Good to go. --- If your project is set up for it, you can reply to this email a

[GitHub] nifi pull request: NIFI-1061 fixed deadlock caused by DBCPConnecti...

2015-11-09 Thread olegz
GitHub user olegz opened a pull request: https://github.com/apache/nifi/pull/117 NIFI-1061 fixed deadlock caused by DBCPConnectionPool.onConfigured() Current implementation of DBCPConnectionPool was attempting to test if connection could be obtained via dataSource.getConnection().