Egon Elbre

Results 225 comments of Egon Elbre

@mobyvb, unfortunately that one no. I think I tried at some point using something, but the sizes were quite large for that. Maybe we can just persist the coverage as...

I created https://review.dev.storj.io/c/storj/storj/+/12527 for now. There also seem to be Jenkins plugins that can show more detailed information https://plugins.jenkins.io/coverage, but currently that install failed.

The builds now contain the compressed coverage profile https://build.dev.storj.tools/blue/organizations/jenkins/storj/detail/main/4157/artifacts/

While experimenting with different values, fill rate below 0.95 seems stable. (Note, it's not a proven value)

So running simulator, I got these results: ``` simulate-bloom-filter>go run . -count 0 -post-count 10 -extra 20000000 -pieces 25000000 -max-size 8MiB --- post-phases --- [25000000, 45000000] 25000000, 32201173 [fill=0.7746] 25000000,...

So, based on these results, bumping the max bloom filter size to 4MiB and raising false positive rate (to avoid significantly increasing the total work that the GC needs to...

Yeah, there were few limits in the drpc codepath: * https://github.com/storj/drpc/blob/main/drpcwire/reader.go#L47C19-L47C19 * https://github.com/storj/drpc/blob/main/drpchttp/encoding.go#L18 But, these also serve as a protection against too large packets, so, I would like to avoid...

Created a separate issue for testing https://github.com/storj/storj/issues/6891, because this issue was just about dealing with the performance impact. We'll need to wait for the results in production to see the...

Still flaking https://build.dev.storj.tools/job/storj-gerrit-verify/12015/testReport/junit/storj/io_storj_satellite_orders/TestUploadDownloadBandwidth_Cockroach/ ``` log.go:70: 00:02.463 INFO storage0.orders.1xTwTPLWfiqffa5VbA9c7ZZgkhZuAqdp4aphJ6udVWU2LadQF finished log.go:70: 00:02.464 INFO storage1.orders.1xTwTPLWfiqffa5VbA9c7ZZgkhZuAqdp4aphJ6udVWU2LadQF sending {"count": 2} log.go:70: 00:02.495 INFO storage1.orders.1xTwTPLWfiqffa5VbA9c7ZZgkhZuAqdp4aphJ6udVWU2LadQF finished log.go:70: 00:02.496 INFO storage3.orders.1xTwTPLWfiqffa5VbA9c7ZZgkhZuAqdp4aphJ6udVWU2LadQF sending {"count": 1} log.go:70: 00:02.516...