You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Scheduled S3 Scan filters out objects by checking a global state item that contains the timestamp of the most recent object that was processed during the previous scan. (
Describe the bug
Scheduled S3 Scan filters out objects by checking a global state item that contains the timestamp of the most recent object that was processed during the previous scan. (
data-prepper/data-prepper-plugins/s3-source/src/main/java/org/opensearch/dataprepper/plugins/source/s3/S3ScanPartitionCreationSupplier.java
Line 168 in 503b774
This has the potential to skip objects that are missed in the scan, but created with the same timestamp.
Expected behavior
Do not filter out objects that have a timestamp equal to the last modified timestamp
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: