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

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

Commit 27afd2e0cccba77fd2a371f976deeb1ce2a56cde in nifi's branch 
refs/heads/master from [~ijokarumawak]
[ https://git-wip-us.apache.org/repos/asf?p=nifi.git;h=27afd2e ]

NIFI-3163: Add new RPG settings to fingerprint

- Added timeout, yieldPeriod, transportProtocol, proxyHost, proxyPort,
  proxyUser and proxyPassword

- Removed unused fingerprint methods

FingerprintFactory has two types of fingerprinting method, from XML
elements and from DTO. However, the ones from DTO are not used by
anywhere. IDE didn't report those private methods unused because
addProcessGroupFingerprint and addSnippetFingerprint call each other,
but those are not used from outside actuallly.

This commit removes those private methods to keep the class clean to
avoid unnecessary code maintenance and tests.

This closes #1332.


> Flow Fingerprint should include new RPG configurations
> ------------------------------------------------------
>
>                 Key: NIFI-3163
>                 URL: https://issues.apache.org/jira/browse/NIFI-3163
>             Project: Apache NiFi
>          Issue Type: Bug
>          Components: Core Framework
>    Affects Versions: 1.0.0
>            Reporter: Koji Kawamura
>            Assignee: Koji Kawamura
>
> NiFi calculates fingerprint of a flow.xml using attributes related to data 
> processing. Since 1.0.0, some RemoteProcessGroup configurations have been 
> added, but not being taken into account for fingerprint.
> These new configurations should be revisited and added accordingly.
> - Transport protocol
> - Multiple target URIs
> - Proxy settings



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to