Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] S3 Scan has potential to filter out objects with the same timestamp #4123

Closed
graytaylor0 opened this issue Feb 13, 2024 · 1 comment · Fixed by #4124
Closed

[BUG] S3 Scan has potential to filter out objects with the same timestamp #4123

graytaylor0 opened this issue Feb 13, 2024 · 1 comment · Fixed by #4124
Assignees
Labels
bug Something isn't working
Milestone

Comments

@graytaylor0
Copy link
Member

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. (

)

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.

@jw-amazon
Copy link

To work around the bug, do we have to keep the timestamp of the objects different when dropping the objects into s3 ingest folder?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Development

Successfully merging a pull request may close this issue.

3 participants