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

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
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.

2 participants