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

MD5 Calculation on blob_get_blob should use native code thread and not node js crypto library #4718

Open
jeniawhite opened this issue Apr 23, 2018 · 1 comment
Labels
Performance Type:Technical Debt Known technical gaps left in the system

Comments

@jeniawhite
Copy link
Contributor

Environment info

  • Version: VERSION
  • Deployment: AZURE | AWS | GCLOUD | ESX | VBOX | DEV
  • Customer: NAME

Actual behavior

  1. In blob_get_blob we calculate the md5 using the crypto library in our node js process (single thread)

Expected behavior

  1. We should move the calculation to the native c++ thread that will calculate the md5

Steps to reproduce

Screenshots or Logs or other output that would be helpful

Copy link

This issue had no activity for too long - it will now be labeled stale. Update it to prevent it from getting closed.

@github-actions github-actions bot added Stale and removed Stale labels Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Performance Type:Technical Debt Known technical gaps left in the system
Projects
None yet
Development

No branches or pull requests

2 participants