paul cannon

Results 34 comments of paul cannon

this may be convincing: t.go ``` go package main import ( "fmt" "os" "strconv" "time" "github.com/ziutek/rrd" ) func main() { start, _ := strconv.Atoi(os.Args[2]) end, _ := strconv.Atoi(os.Args[3]) result, err...

That suggests that your running kernel does not match the kernel version provided by raspberrypi-kernel-headers. You probably just need to reboot to get the new kernel. If that isn't an...

We should definitely do a save-state-and-resume for GC! The space-used calculation solution is less clear to me. I think we'd have to save our current idea of space used for...

> If we can guarantee that every other read/write operation should update the usage cache, so we don’t need to rely on the filewalker I actually don’t think we can...

Not one I know of. I need to get a chance to investigate it more thoroughly before committing, though. It's on the radar.

I see https://review.dev.storj.io/c/storj/storj/+/12952 , but it looks like this might still be flaky: https://build.dev.storj.tools/job/storj-gerrit-verify/13169/testReport/junit/storj/io_storj_storagenode_forgetsatellite/TestCleaner_Cockroach/ cleaner_test.go:108: Error Trace: /var/lib/jenkins/workspace/storj-gerrit-verify/storagenode/forgetsatellite/cleaner_test.go:108 /var/lib/jenkins/workspace/storj-gerrit-verify/private/testplanet/run.go:67 /var/lib/jenkins/workspace/storj-gerrit-verify/private/testmonkit/run.go:49 /var/lib/jenkins/workspace/storj-gerrit-verify/private/testmonkit/run.go:43 /var/lib/jenkins/workspace/storj-gerrit-verify/private/testplanet/run.go:47 Error: Not equal: expected: &reputation.Stats{SatelliteID:storj.NodeID{0x2, 0x2b, 0xde, 0x36,...

These errors do still occur; on us1, there have been 293 in the past 24 hours. The message accompanying the error looks like "Failed to download piece for repair: unknown...

Also at https://build.dev.storj.tools/blue/organizations/jenkins/storj-gerrit-verify/detail/storj-gerrit-verify/13083/tests/ ``` orders_test.go:193: Error Trace: /var/lib/jenkins/workspace/storj-gerrit-verify/satellite/orders/orders_test.go:193 /var/lib/jenkins/workspace/storj-gerrit-verify/private/testplanet/run.go:67 /var/lib/jenkins/workspace/storj-gerrit-verify/private/testmonkit/run.go:49 /var/lib/jenkins/workspace/storj-gerrit-verify/private/testmonkit/run.go:43 /var/lib/jenkins/workspace/storj-gerrit-verify/private/testplanet/run.go:47 Error: Not equal: expected: 1100800 actual : 1126912 Test: TestUploadDownloadBandwidth/Cockroach orders_test.go:198: Error Trace: /var/lib/jenkins/workspace/storj-gerrit-verify/satellite/orders/orders_test.go:198 /var/lib/jenkins/workspace/storj-gerrit-verify/private/testplanet/run.go:67 /var/lib/jenkins/workspace/storj-gerrit-verify/private/testmonkit/run.go:49 /var/lib/jenkins/workspace/storj-gerrit-verify/private/testmonkit/run.go:43 /var/lib/jenkins/workspace/storj-gerrit-verify/private/testplanet/run.go:47...