25a5df9752
We were reusing a slice to save on allocations, but it turns out the function using it was being called in multiple goroutines at the same time. This is definitely a problem with repairer/segments.go. I'm not 100% sure if it also is a problem with checker/observer.go, but I'm making the change there as well to be on the safe side for now. Repair workers only ran with this bug on testing satellites, and it looks like the worst that could have happened was that we repaired pieces off of well-behaved, non-clumped, in-placement nodes by mistake. Change-Id: I33c112b05941b63d066caab6a34a543840c6b85d |
||
---|---|---|
.. | ||
common.go | ||
config.go | ||
observer_test.go | ||
observer.go | ||
observerstats.go | ||
online_test.go | ||
online.go | ||
override_test.go |