Bill Thorp

Results 58 issues of Bill Thorp

We know that Gateways require significant memory usage. We there's an existing setting for essentially a maximum upload buffer size, called MaximumStep. We might be able to reduce memory by...

performance
edge

Through strikeforce-network-throughput I looked first into disk I/O and waits. There seems to be a lot of context switches and DRPC seems to be doing a lot of sleep. ![index](https://user-images.githubusercontent.com/977287/139697888-7df7e521-dec4-453a-b472-bc45f08f5a6a.png)...

performance
edge

Ops doesn't need Lets Encrypt for Gateway-MT, but we've encountered some S3 clients which only work w/ TLS. Therefore we want it to be easy to do TLS in dev...

edge

To better server the community we would like to make the design documents accessible to them. This was discussed during the Storj 2020/12/10 arch review. Move the existing design documents...

documentation
edge

It's complex to use Docker and various libraries to test S3 compatibility. It'd be nice to record traffic in a human readable format (preferably Go tests?) to take the mystery...

edge

See if we can get uploaded segment size data for Gateway-MT specifically, and if we can correlate this with user agent information somehow. If not, figure out how we can...

observability
edge

The whole metrics issue is very confusing. Create a page that helps with this, perhaps as a larger "Edge Services for Dummies" theme.

observability
edge

We know there are high usage files which may benefit from caching of objects in Gateway-MT and Linksharing. They have a few files which are requested in burst-y traffic patterns....

edge

Running go test ./... --count 5 causes errors in TestLogError and TestMetrics. Global singletons or something cause these tests to fail, see if we can fix this.

bug
authservice
pain point
Needs Estimation
CI
Needs Investigation
edge

The implementation of signed, AWS-V4-like requests in Linksharing was not applied to virtual host style URLS, because of the caching system used. It was determined that the refactor of the...

linksharing
edge