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

Fix bug in BlobID node assignment #172

Merged
merged 1 commit into from
Apr 16, 2021
Merged

Conversation

ChristopherHogan
Copy link
Collaborator

  • BlobIDs were being assigned to nodes based on their user-facing name instead of their internal name. All library functions should only operate on the internal name.
  • Fixed a possible race condition in map iteration. We should only get the number of elements when we already hold the lock.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.5%) to 84.604% when pulling 6ebba6b on chogan/fix_blob_hash into c981906 on master.

@ChristopherHogan ChristopherHogan merged commit 9a79e47 into master Apr 16, 2021
@ChristopherHogan ChristopherHogan deleted the chogan/fix_blob_hash branch April 16, 2021 14:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants