You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Mark Payne (Jira)" <ji...@apache.org> on 2021/12/03 17:50:00 UTC

[jira] [Created] (NIFI-9441) ListGCSBucket may not list all objects if > 1,000 new objects between invocations

Mark Payne created NIFI-9441:
--------------------------------

             Summary: ListGCSBucket may not list all objects if > 1,000 new objects between invocations
                 Key: NIFI-9441
                 URL: https://issues.apache.org/jira/browse/NIFI-9441
             Project: Apache NiFi
          Issue Type: Bug
          Components: Extensions
            Reporter: Mark Payne
            Assignee: Mark Payne


When using the ListGCSBucket processor, if the bucket to be listed has more than 1,000 objects, only the first (most recent) 1,000 objects will be listed. If objects are added to the bucket slowly enough that the processor is able to list them while running, any number of new objects can be added and listed. However, if more than 1,000 new objects are listed before the processor runs again, it will only list the most recent 1,000 again.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)