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

[Access] Pebble checkpoint ingestion #4727

Merged
merged 38 commits into from
Sep 29, 2023
Merged
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
418fe33
initial commit
koko1123 Sep 19, 2023
71599fb
correct setup
koko1123 Sep 19, 2023
6a32d16
initial commit
koko1123 Sep 19, 2023
e1c153b
correct setup
koko1123 Sep 19, 2023
518bb02
clarify structure so we can work in parallel if needed
koko1123 Sep 19, 2023
5dbe07a
merge
koko1123 Sep 19, 2023
21fa90f
stub implementation
koko1123 Sep 19, 2023
b5b76eb
add docs
koko1123 Sep 19, 2023
4460fe0
merge with master
koko1123 Sep 25, 2023
09ed228
tests
koko1123 Sep 25, 2023
149c17c
fix tests
koko1123 Sep 25, 2023
bc71659
create error case
koko1123 Sep 25, 2023
ab271ec
adjust pebble tests for context
koko1123 Sep 25, 2023
bfec254
add ctx.Done() check
koko1123 Sep 25, 2023
c8c1811
fix checkpoint opening and worker race condition
koko1123 Sep 26, 2023
93a52dd
make skeletons for remaining tests
koko1123 Sep 27, 2023
7197fbb
fix helper functions
koko1123 Sep 27, 2023
8411e43
remainign test cases
koko1123 Sep 27, 2023
70185be
complete failure test
koko1123 Sep 27, 2023
1648f3f
update batch tests and godocs
koko1123 Sep 28, 2023
7584015
add corrupted file check and debug logs
koko1123 Sep 28, 2023
8474efd
initial changes per feedback
koko1123 Sep 28, 2023
1c99e16
Merge branch 'master' of github.com:onflow/flow-go into amlandeep/peb…
koko1123 Sep 28, 2023
cde601c
changes after merge with master
koko1123 Sep 28, 2023
b869d24
lint
koko1123 Sep 28, 2023
673d08a
cleanup
koko1123 Sep 28, 2023
d52e72b
Merge branch 'master' into amlandeep/pebble-checkpoint-ingestion
peterargue Sep 29, 2023
6746ec3
Merge branch 'master' of github.com:onflow/flow-go into amlandeep/peb…
koko1123 Sep 29, 2023
acf0a3f
Merge branch 'master' into amlandeep/pebble-checkpoint-ingestion
peterargue Sep 29, 2023
e2ca59b
incorporate open DB interface
koko1123 Sep 29, 2023
5b3833c
Merge branch 'amlandeep/pebble-checkpoint-ingestion' of github.com:on…
koko1123 Sep 29, 2023
15ffb8d
lint
koko1123 Sep 29, 2023
199bfe0
lint
koko1123 Sep 29, 2023
0423af7
defer cancel
koko1123 Sep 29, 2023
e32e912
add sentinel error for pre-bootstrapped pebble
koko1123 Sep 29, 2023
94db5b2
add cleanup fn for pebble
koko1123 Sep 29, 2023
47f4ad9
undo cleanup it's closing the pebble instance before usage
koko1123 Sep 29, 2023
0532094
add final rmdir
koko1123 Sep 29, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'master' into amlandeep/pebble-checkpoint-ingestion
  • Loading branch information
peterargue authored Sep 29, 2023
commit acf0a3f5caa9919dc267be179d312fc41eb49139

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.