You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2023/06/16 14:42:00 UTC

[jira] [Commented] (NIFI-11699) Fix dynamic properties in SnowflakeComputingConnectionPool

    [ https://issues.apache.org/jira/browse/NIFI-11699?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17733537#comment-17733537 ] 

ASF subversion and git services commented on NIFI-11699:
--------------------------------------------------------

Commit a71e1c1c165ac5fc4cbdd38fcbbf52cfdc7a8730 in nifi's branch refs/heads/support/nifi-1.x from Peter Turcsanyi
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=a71e1c1c16 ]

NIFI-11699 Fixed dynamic properties in SnowflakeComputingConnectionPool

Also fixed driver class name handling (caused IT test failure).
Other test fixes to make IT tests work.

This closes #7387

Signed-off-by: David Handermann <ex...@apache.org>
(cherry picked from commit b36570f2cd2992450d6d36a934cda0d206ca7fc1)


> Fix dynamic properties in SnowflakeComputingConnectionPool
> ----------------------------------------------------------
>
>                 Key: NIFI-11699
>                 URL: https://issues.apache.org/jira/browse/NIFI-11699
>             Project: Apache NiFi
>          Issue Type: Bug
>            Reporter: Peter Turcsanyi
>            Assignee: Peter Turcsanyi
>            Priority: Major
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> NIFI-11151 removed {{SENSITIVE.*}} legacy dynamic properties from {{AbstractDBCPConnectionPool}} in favour of {{@SupportsSensitiveDynamicProperties}} which should be used by new child processors.
> The dynamic property handling was moved to {{DBCPConnectionPool}} but it is missing from {{SnowflakeComputingConnectionPool}} which was also an existing implementation.
> As it was released in 1.21.0 and there has been no bug report, I assume the feature is not really used in the Snowflake controller service and for this reason I would move forward and add back the dynamic properties with {{@SupportsSensitiveDynamicProperties}} instead of the legacy {{SENSITIVE.*}}.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)