nifi/nifi-nar-bundles/nifi-gcp-bundle
Peter Turcsanyi 21a27c8bb0 NIFI-6636: Fixed ListGCSBucket file duplication error
ListGCSBucket duplicated files if they arrived not in alphabetical order.
The set storing the name of the latest blob (which was loaded with the highest
timestamp during the previous run of the processor) was cleared too early.

Also changed the state persisting logic: it is now saved only once at the end
of onTrigger() (similar to ListS3). Some inconsistent state (only blob names
without the timestamp) was also saved earlier.

This closes #3702.

Signed-off-by: Mark Payne <markap14@hotmail.com>
2019-09-09 13:32:17 -04:00
..
nifi-gcp-nar NIFI-6323 Changed URLs for repositories, project description, and mailing lists to use HTTPS. 2019-05-29 14:36:40 -04:00
nifi-gcp-processors NIFI-6636: Fixed ListGCSBucket file duplication error 2019-09-09 13:32:17 -04:00
nifi-gcp-services-api NIFI-6407 - added support for useAvroLogicalTypes in PutBigQueryBatch 2019-07-31 17:07:37 +09:00
nifi-gcp-services-api-nar NIFI-6323 Changed URLs for repositories, project description, and mailing lists to use HTTPS. 2019-05-29 14:36:40 -04:00
pom.xml NIFI-6407 - added support for useAvroLogicalTypes in PutBigQueryBatch 2019-07-31 17:07:37 +09:00