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

#62: Speed up file upload #67

Merged
merged 6 commits into from
Oct 29, 2024
Merged

#62: Speed up file upload #67

merged 6 commits into from
Oct 29, 2024

Conversation

cwschilly
Copy link
Collaborator

@cwschilly cwschilly commented Aug 23, 2024

Fixes #62
Fixes #70

Current solution: distribute file upload, wait until everything is uploaded, then distribute processing.
Outcome: MD 250 case uploads & processes in 65 seconds

More substantial improvements/changes will need to be made in Phase 2 to scale the app well.

Note: The investigation of streaming vs. writing has been moved to PR #72

@cwschilly cwschilly linked an issue Aug 23, 2024 that may be closed by this pull request
@cwschilly cwschilly force-pushed the 62-speed-up-file-upload branch from a3df782 to a458aa8 Compare October 8, 2024 14:50
@cwschilly cwschilly requested a review from pierrepebay October 8, 2024 14:55
@cwschilly
Copy link
Collaborator Author

There's a bug in the slicing analysis pipeline. To recreate, try to show the slice lines on the Events Plot

@cwschilly cwschilly added the draft label Oct 8, 2024
@pierrepebay
Copy link
Collaborator

@cwschilly I was able to replicate the bug with the 120 rank CabanaMD data, not the 4 rank data/cali/md_.... Pushing a fix now, I'll let you check if it works on some larger scale data as well (I don't have the compute available for that right now :)).

@pierrepebay
Copy link
Collaborator

pierrepebay commented Oct 9, 2024

@cwschilly I'm also pushing the updated package-lock.json, after running npm audit fix, in regards to #70.

@cwschilly cwschilly force-pushed the 62-speed-up-file-upload branch from 10205f1 to 06d0ad6 Compare October 28, 2024 16:28
@cwschilly cwschilly changed the base branch from main to develop October 28, 2024 16:28
@cwschilly cwschilly force-pushed the 62-speed-up-file-upload branch from 06d0ad6 to c033a6e Compare October 28, 2024 16:46
@stmcgovern stmcgovern merged commit 3440f47 into develop Oct 29, 2024
5 checks passed
@cwschilly cwschilly deleted the 62-speed-up-file-upload branch October 30, 2024 15:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

vulnerabilities in npm packages Speed up file upload
3 participants