mattyb149 commented on a change in pull request #3763: NIFI-6684 Add more
property to Hive3ConnectionPool
URL: https://github.com/apache/nifi/pull/3763#discussion_r358584536
##########
File path:
nifi-nar-bundles/nifi-hive-bundle/nifi-hive3-processors/src/main/java/org/apache/nifi/dbcp/hive/Hive3ConnectionPool.java
##########
@@ -178,6 +278,12 @@ protected void init(final
ControllerServiceInitializationContext context) {
props.add(MAX_WAIT_TIME);
props.add(MAX_TOTAL_CONNECTIONS);
props.add(VALIDATION_QUERY);
+ props.add(MIN_IDLE);
Review comment:
No worries, I added https://issues.apache.org/jira/browse/NIFI-6954 to cover
the fix for DBCPConnectionPool as well, hope to get to that shortly
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services