You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "n h (JIRA)" <ji...@apache.org> on 2016/09/25 18:44:20 UTC

[jira] [Updated] (NIFI-2820) Filtering "Data Provenance search" with "Alternate Identifier URI" returns only event of type "ADDINFO"

     [ https://issues.apache.org/jira/browse/NIFI-2820?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

n h updated NIFI-2820:
----------------------
    Description: 
Setting:
bdfs.provenance.repository.indexed.fields=EventType, FlowFileUUID, Filename, ProcessorID, Relationship, AlternateIdentifierURI

run this scenario in 2 instances of nifi (nifi_1, nifi_2):
1. generate a flowfile in nifi_1.
2. adding "alternate.identifier" attribute using UpdateAttribute. (name=alternate.identifier, value=data:xyz)
3. sending the flowfile using site-to-site to nifi_2 (another remote instance) for processing (using a remote data which only nifi_2 has access to it)
4. send back the result flowfile from nifi_2 to nifi_1
5. search for flowfile event using "alternate.identifier=data:xyz"

Expected results: a list will all events that has "alternate.identifier=data:xyz"
Actual result:list has only one item : "ADDINFO" event

  was:
Setting:
bdfs.provenance.repository.indexed.fields=EventType, FlowFileUUID, Filename, ProcessorID, Relationship, AlternateIdentifierURI

run this scenario in 2 instances of nifi (nifi_1, nifi_2):
1. generate a flowfile in nifi_1.
1. adding "alternate.identifier" attribute using UpdateAttribute. (name=alternate.identifier, value=data:xyz)
2. sending the flowfile using site-to-site to nifi_2 (another remote instance) for processing (using a remote data which only nifi_2 has access to it)
3. send back the result flowfile from nifi_2 to nifi_1
4. search for flowfile event using "alternate.identifier=data:xyz"

Expected results: a list will all events that has "alternate.identifier=data:xyz"
Actual result:list has only one item : "ADDINFO" event


> Filtering "Data Provenance search" with "Alternate Identifier URI" returns only event of type "ADDINFO"
> -------------------------------------------------------------------------------------------------------
>
>                 Key: NIFI-2820
>                 URL: https://issues.apache.org/jira/browse/NIFI-2820
>             Project: Apache NiFi
>          Issue Type: Bug
>          Components: Core Framework
>            Reporter: n h
>             Fix For: 1.1.0
>
>
> Setting:
> bdfs.provenance.repository.indexed.fields=EventType, FlowFileUUID, Filename, ProcessorID, Relationship, AlternateIdentifierURI
> run this scenario in 2 instances of nifi (nifi_1, nifi_2):
> 1. generate a flowfile in nifi_1.
> 2. adding "alternate.identifier" attribute using UpdateAttribute. (name=alternate.identifier, value=data:xyz)
> 3. sending the flowfile using site-to-site to nifi_2 (another remote instance) for processing (using a remote data which only nifi_2 has access to it)
> 4. send back the result flowfile from nifi_2 to nifi_1
> 5. search for flowfile event using "alternate.identifier=data:xyz"
> Expected results: a list will all events that has "alternate.identifier=data:xyz"
> Actual result:list has only one item : "ADDINFO" event



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)