Skip to content

Commit

Permalink
add new 'cachingstore' to fix the wrong outputdeltas saved on stores
Browse files Browse the repository at this point in the history
  • Loading branch information
sduchesneau committed Mar 19, 2024
1 parent 678e9c8 commit 8dbda9c
Show file tree
Hide file tree
Showing 9 changed files with 697 additions and 32 deletions.
1 change: 0 additions & 1 deletion orchestrator/stage/squash.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ func (s *Stages) multiSquash(stage *Stage, mergeUnit Unit) error {
// We keep the cache of the latest FullKV store, to speed up things
// if they are linear
func (s *Stages) singleSquash(stage *Stage, modState *StoreModuleState, mergeUnit Unit) error {
fmt.Println("SQUASHING", modState.name)
metrics := mergeMetrics{}
metrics.start = time.Now()

Expand Down
4 changes: 2 additions & 2 deletions pb/last_generate.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
generate.sh - Thu 14 Mar 2024 10:02:19 EDT - arnaudberger
streamingfast/proto revision: 2999cd42d71a82c4adf739557f9520f0609f7b10
generate.sh - Tue Mar 19 09:09:54 EDT 2024 - stepd
streamingfast/proto revision: fde3637cef38103a68301d0ca19b3f2af9b6079b
319 changes: 299 additions & 20 deletions pb/sf/substreams/intern/v2/deltas.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8dbda9c

Please sign in to comment.