[ 
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. in nifi_1, search for all events using "alternate.identifier=data:xyz"

Expected results: a list of all events that satisfies the condition: 
"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.
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. in nifi_1, search for all events 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. in nifi_1, search for all events using "alternate.identifier=data:xyz"
> Expected results: a list of all events that satisfies the condition: 
> "alternate.identifier=data:xyz"
> Actual result:list has only one item : "ADDINFO" event



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

Reply via email to