This commit is contained in:
vyzo 2021-03-03 09:47:04 +02:00
parent 11b2f41804
commit 47d8c87486

View File

@ -546,7 +546,7 @@ func (s *SplitStore) compactSimple(curTs *types.TipSet) {
defer coldSet.Close() //nolint:errcheck
// 1. mark reachable cold objects by looking at the objects reachable only from the cold epoch
log.Infow("marking reachable cold objects", "cold_epoch", coldEpoch)
log.Infow("marking reachable cold objects", "coldEpoch", coldEpoch)
startMark := time.Now()
coldTs, err := s.chain.GetTipsetByHeight(context.Background(), coldEpoch, curTs, true)