v0.27.3
What's Changed
Added
provider
: AddedReprovideInterval
andLastRun
stats to the Reprovider #815
Removed
bitswap/cllient
: Remove unused tracking of CID for interested sessions. #821
Fixed
bitswap/client
: Fix runaway goroutine creation under high load. Under high load conditions, goroutines are created faster than they can complete and the more goroutines creates the slower them complete. This creates a positive feedback cycle that ends in OOM. The fix dynamically adjusts message send scheduling to avoid the runaway condition. #817bitswap/cllient
: Fix resource leak caused by recording the presence of blocks that no session cares about. #822
Full Changelog: v0.27.2...v0.27.3