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

Bump tokio to 1.1 in ledger crate #15926

Merged
merged 1 commit into from
Mar 16, 2021

Conversation

CriesofCarrots
Copy link
Contributor

Problem

Old tokio version in ledger crate causes a node panic if bigtable.get_confirmed_blocks() ever fails (eg dropped connection, etc), since it is called in newer tokio via core/src/bigtable_upload_service

Summary of Changes

Bump ledger tokio version to match the rest of the project

Fixes #15924

@CriesofCarrots
Copy link
Contributor Author

Confirmed locally that this prevents the panic

@CriesofCarrots CriesofCarrots added the automerge Merge this Pull Request automatically once CI passes label Mar 16, 2021
@codecov
Copy link

codecov bot commented Mar 16, 2021

Codecov Report

Merging #15926 (86c3a45) into master (61112d4) will decrease coverage by 0.0%.
The diff coverage is 0.0%.

@@            Coverage Diff            @@
##           master   #15926     +/-   ##
=========================================
- Coverage    80.0%    80.0%   -0.1%     
=========================================
  Files         409      409             
  Lines      106542   106542             
=========================================
- Hits        85247    85245      -2     
- Misses      21295    21297      +2     

@mergify mergify bot merged commit 654449c into solana-labs:master Mar 16, 2021
mergify bot pushed a commit that referenced this pull request Mar 16, 2021
(cherry picked from commit 654449c)
mergify bot added a commit that referenced this pull request Mar 16, 2021
(cherry picked from commit 654449c)

Co-authored-by: Tyera Eulberg <teulberg@gmail.com>
@CriesofCarrots CriesofCarrots deleted the bump-ledger-tokio branch March 30, 2021 16:28
@brooksprumo brooksprumo mentioned this pull request Aug 23, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
automerge Merge this Pull Request automatically once CI passes
Projects
None yet
2 participants