Skip to content

Commit

Permalink
squash is no more deleting partial files
Browse files Browse the repository at this point in the history
  • Loading branch information
billettc committed May 30, 2022
1 parent b74178a commit 301482b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions orchestrator/squasher.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,10 @@ func squash(ctx context.Context, squashable *Squashable, blockRange *block.Range
return fmt.Errorf("merging: %s", err)
}

err = partialBuilder.DeletePartialFile(ctx)
if err != nil {
zlog.Warn("deleting partial file", zap.Error(err))
}
//err = partialBuilder.DeletePartialFile(ctx)
//if err != nil {
// zlog.Warn("deleting partial file", zap.Error(err))
//}

err = squashable.builder.WriteState(ctx)
if err != nil {
Expand Down

0 comments on commit 301482b

Please sign in to comment.