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

Update the RPC bank on fullnode rotation #2956

Merged
merged 2 commits into from
Feb 26, 2019
Merged

Conversation

mvines
Copy link
Member

@mvines mvines commented Feb 26, 2019

Another 🍪 from #2884.

The RPC bank needs to be updated regularly by the Tvu as it processes and freezes banks, to ensure RPC continues to serve recent results back to clients.

This is only a partial solution to this problem, by plumbing the mechanism to perform the bank updates. What's missing still (from #2884) is an update to the Tvu rotation signal to share a recently frozen bank back with fullnode so it can update the RPC. Until that's in place fullnode just gives the RPC the working bank, which is no less broken than what it currently does.

@codecov
Copy link

codecov bot commented Feb 26, 2019

Codecov Report

❗ No coverage uploaded for pull request base (master@4d73bbe). Click here to learn what that means.
The diff coverage is 97.2%.

@@           Coverage Diff            @@
##             master   #2956   +/-   ##
========================================
  Coverage          ?   78.2%           
========================================
  Files             ?     127           
  Lines             ?   19687           
  Branches          ?       0           
========================================
  Hits              ?   15411           
  Misses            ?    4276           
  Partials          ?       0

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