Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

fix: ensure correct progress is reported #3384

Merged
merged 2 commits into from
Nov 12, 2020

Conversation

achingbrain
Copy link
Member

Fixes a bug where due to parallel file imports, the reported size of
ingested bytes was getting mixed up.

We now tally imported bytes against the reported file name instead of
assuming a sequential import, taking care to not let the tally grow
until memory is exhausted.

Fixes a bug where due to parallel file imports, the reported size of
ingested bytes was getting mixed up.

We now tally imported bytes against the reported file name instead of
assuming a sequential import, taking care to not let the tally grow
until memory is exhausted.
Copy link
Member

@vasco-santos vasco-santos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! 👌

@achingbrain achingbrain merged commit 633d870 into master Nov 12, 2020
@achingbrain achingbrain deleted the fix/ensure-correct-file-progress-is-reported branch November 12, 2020 12:00
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants