[
https://issues.apache.org/jira/browse/NIFI-322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14380575#comment-14380575
]
Mark Payne commented on NIFI-322:
---------------------------------
Toivo,
I'm still getting the same issue when I attempt to apply the patch:
C:\workspaces\incubator-nifi\nifi>git apply --check NIFI-322_24mar2015.patch
error: patch failed:
nifi/nifi-nar-bundles/nifi-standard-services/nifi-standard-services-api-nar/pom.xml:37
error:
nifi/nifi-nar-bundles/nifi-standard-services/nifi-standard-services-api-nar/pom.xml:
patch does not apply
error: patch failed: nifi/nifi-nar-bundles/nifi-standard-services/pom.xml:29
error: nifi/nifi-nar-bundles/nifi-standard-services/pom.xml: patch does not
apply
What command are you using to generate the patch? Generally, I commit the files
and then do:
git format-patch HEAD -1
> New Database Connection Pooling Controller Service
> --------------------------------------------------
>
> Key: NIFI-322
> URL: https://issues.apache.org/jira/browse/NIFI-322
> Project: Apache NiFi
> Issue Type: New Feature
> Components: Extensions
> Reporter: Toivo Adams
> Assignee: Mark Payne
> Priority: Minor
> Labels: controller
> Attachments: DBCPServiceApacheDBCP14.java, DBCPServiceTest.java,
> DatabaseSystemDescriptor.java, DatabaseSystems.java,
> NIFI-322_01mar2015.patch, NIFI-322_03mar2015.patch, NIFI-322_08mar2015.patch,
> NIFI-322_14mar2015.patch, NIFI-322_22mar2015.patch, NIFI-322_24mar2015.patch,
> TestDatabaseSystems.java, TestProcessor.java
>
>
> Often DataFlows contain many processors which deal with database - select,
> update or delete different data in different tables.
> Yet database is same and connection pooling helps to speed up connecting to
> database (open connection is fairly expensive). Also configuration must be
> done only in one place.
> Database Connection Pooling Controller Service helps to solve this in
> consistent way.
> related
> https://issues.apache.org/jira/browse/NIFI-293 : Add a JDBC Processor for
> executing arbitrary SQL queries.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)