n h created NIFI-2820:
-------------------------

             Summary: 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.
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



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

Reply via email to