Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Lockfree #3961

Closed
wants to merge 13 commits into from
Closed

Lockfree #3961

wants to merge 13 commits into from

Conversation

aeyakovenko
Copy link
Member

@aeyakovenko aeyakovenko commented Apr 24, 2019

see #3963

Problem

StorageEntry can't be removed from the storage map while appending.

Summary of Changes

Batch the appends in appendvec such that storage entry doesn't need a lock.

Fixes #

@aeyakovenko aeyakovenko requested a review from rob-solana April 24, 2019 04:37
@aeyakovenko
Copy link
Member Author

#3963

@codecov
Copy link

codecov bot commented Apr 24, 2019

Codecov Report

Merging #3961 into master will increase coverage by <.1%.
The diff coverage is 100%.

@@           Coverage Diff            @@
##           master   #3961     +/-   ##
========================================
+ Coverage    77.8%   77.9%   +<.1%     
========================================
  Files         162     162             
  Lines       27522   27232    -290     
========================================
- Hits        21425   21220    -205     
+ Misses       6097    6012     -85

1 similar comment
@codecov
Copy link

codecov bot commented Apr 24, 2019

Codecov Report

Merging #3961 into master will increase coverage by <.1%.
The diff coverage is 100%.

@@           Coverage Diff            @@
##           master   #3961     +/-   ##
========================================
+ Coverage    77.8%   77.9%   +<.1%     
========================================
  Files         162     162             
  Lines       27522   27232    -290     
========================================
- Hits        21425   21220    -205     
+ Misses       6097    6012     -85

ryoqun pushed a commit to ryoqun/solana that referenced this pull request Dec 14, 2024
…olana-labs#3961)

* make metrics configuration for gce sh more intuitive through improved documentation in Readme

* Update net/init-metrics.sh script to address non-obvious interactions with scratch_writer.

Co-authored-by: Illia Bobyr and Behzad Nouri
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.

1 participant