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

Remove RwLock on AccountsUpdateNotifier #33960

Merged

Conversation

lijunwangs
Copy link
Contributor

Problem

The interface covered by the RwLock has no "mut" operations, leaving the RwLock unnecessary for AccountNotify.

Summary of Changes

Remove unnecessary RwLock from AccountNotify in geyser.

Fixes #

Copy link

codecov bot commented Nov 6, 2023

Codecov Report

Merging #33960 (e1828ef) into master (0c3cab7) will increase coverage by 0.0%.
Report is 5 commits behind head on master.
The diff coverage is 85.7%.

@@           Coverage Diff           @@
##           master   #33960   +/-   ##
=======================================
  Coverage    81.9%    81.9%           
=======================================
  Files         810      810           
  Lines      219291   219285    -6     
=======================================
+ Hits       179691   179702   +11     
+ Misses      39600    39583   -17     

@lijunwangs lijunwangs merged commit 8c69a0e into solana-labs:master Nov 6, 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