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

feat: Retrieval into remote blockstores #9565

Merged
merged 13 commits into from
Nov 8, 2022
Merged

feat: Retrieval into remote blockstores #9565

merged 13 commits into from
Nov 8, 2022

Conversation

magik6k
Copy link
Contributor

@magik6k magik6k commented Oct 29, 2022

Related Issues

This PR contains lotus-specific parts of #9382

Proposed Changes

  • Add a network-backed blockstore
  • Make it possible to point retrievals at a network-backed blockstore

@magik6k magik6k requested a review from a team as a code owner October 29, 2022 14:08
@magik6k magik6k force-pushed the feat/netretr branch 6 times, most recently from b766e6f to 6c52bfe Compare November 1, 2022 11:25
@ZenGround0
Copy link
Contributor

Looks like some of the test failures are real

Copy link
Contributor

@ZenGround0 ZenGround0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems fine to merge once existing tests stop failing. I also think this would benefit a lot from an integration test that starts up an in process application, runs a retrieval and checks that the external blockstore has all of the state. I think that should not be too hard to make.

blockstore/net.go Outdated Show resolved Hide resolved
blockstore/net.go Show resolved Hide resolved
blockstore/net.go Outdated Show resolved Hide resolved
blockstore/net.go Show resolved Hide resolved
blockstore/net.go Show resolved Hide resolved
blockstore/net_serve.go Show resolved Hide resolved
blockstore/net_test.go Show resolved Hide resolved
blockstore/net_serve.go Outdated Show resolved Hide resolved
markets/retrievaladapter/client_blockstore.go Outdated Show resolved Hide resolved
node/impl/client/client.go Show resolved Hide resolved
@magik6k magik6k force-pushed the feat/netretr branch 7 times, most recently from 8060ee6 to 3545e80 Compare November 7, 2022 12:43
@magik6k
Copy link
Contributor Author

magik6k commented Nov 7, 2022

This is going to conflict a little with #9597, will merge this after the big PR lands in master

@magik6k magik6k merged commit a678b7f into master Nov 8, 2022
@magik6k magik6k deleted the feat/netretr branch November 8, 2022 13:28
@magik6k magik6k mentioned this pull request Nov 8, 2022
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