mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-19 23:37:57 +08:00
avoid thundering herd effect
transient errors may cause thundering herd effect to all trying to recover from remove ec shards
This commit is contained in:
@@ -200,7 +200,6 @@ func (s *Store) readOneEcShardInterval(needleId types.NeedleId, ecVolume *erasur
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
glog.V(0).Infof("clearing ec shard %d.%d locations: %v", ecVolume.VolumeId, shardId, err)
|
glog.V(0).Infof("clearing ec shard %d.%d locations: %v", ecVolume.VolumeId, shardId, err)
|
||||||
forgetShardId(ecVolume, shardId)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// try reading by recovering from other shards
|
// try reading by recovering from other shards
|
||||||
|
Reference in New Issue
Block a user