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