Skip to content

Commit

Permalink
Fix dummy block errors
Browse files Browse the repository at this point in the history
  • Loading branch information
aminst committed Feb 27, 2024
1 parent b3604a4 commit 270ee78
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions pkg/storage/storage.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,11 +134,8 @@ func (s *StorageHandler) BatchGetBlockOffset(bucketIDs []int, storageID int, blo
BlockFound: "dummy1",
}
} else {
blockoffsetStatuses[bucketID] = BlockOffsetStatus{
Offset: 0,
IsReal: false,
BlockFound: "dummy1",
}
log.Error().Msgf("Did not find valid dummy block in bucket %d", bucketID)
return nil, err
}
}
}
Expand Down

0 comments on commit 270ee78

Please sign in to comment.