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

Remove RwLock on BlockNotifier #33981

Merged

Conversation

lijunwangs
Copy link
Contributor

Problem

The BlockNotifier in geyser unnecessarily uses a RwLock as the interface has no mut operations.

Summary of Changes

Removes the RwLock from BlockNotifier
Fixes #

Copy link

codecov bot commented Nov 7, 2023

Codecov Report

Merging #33981 (4e7c744) into master (29b2125) will decrease coverage by 0.1%.
The diff coverage is 0.0%.

@@            Coverage Diff            @@
##           master   #33981     +/-   ##
=========================================
- Coverage    81.9%    81.9%   -0.1%     
=========================================
  Files         811      811             
  Lines      219354   219353      -1     
=========================================
- Hits       179778   179762     -16     
- Misses      39576    39591     +15     

@lijunwangs lijunwangs merged commit 69cec7e into solana-labs:master Nov 8, 2023
32 checks passed
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.

2 participants