Mark Payne created NIFI-2065:
--------------------------------

             Summary: Limit how much we query Lucene when performing provenance 
query
                 Key: NIFI-2065
                 URL: https://issues.apache.org/jira/browse/NIFI-2065
             Project: Apache NiFi
          Issue Type: Improvement
          Components: Core Framework
            Reporter: Mark Payne
             Fix For: 1.0.0


The design of the Persistent Provenance Repository was such that if we read X 
number of events (1,000 by default) that we stop searching provenance and 
return these events. We search all Lucene Indices, though, and then stop 
reading events from the Provenance logs after we reach 1,000. We need to update 
the code to stop searching Lucene after we obtain 1,000 events.



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

Reply via email to