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

DFPFileBatcherStage: Sort only by timestamp #450

Merged
2 commits merged into from
Nov 10, 2022

Conversation

dagardner-nv
Copy link
Contributor

Fixes bug when two files have the same timestamp.
This tends to happen when receiving data from someone else via a tar file and the filenames don't contain a timestamp, causing the stage to use the filesystem's modified time.

fixes #449

@dagardner-nv dagardner-nv added bug Something isn't working non-breaking Non-breaking change 3 - Ready for Review labels Nov 9, 2022
@dagardner-nv dagardner-nv requested a review from a team as a code owner November 9, 2022 22:51
@mdemoret-nv
Copy link
Contributor

@gpucibot merge

@ghost ghost merged commit 386c6b1 into nv-morpheus:branch-22.11 Nov 10, 2022
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working non-breaking Non-breaking change
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

[BUG]: TypeError: '<' not supported between instances of 'OpenFile' and 'OpenFile'
2 participants