Benjamin Pelletier
Benjamin Pelletier
Currently, [deployment guidance](https://github.com/interuss/dss/tree/master/build) suggests each DSS instance be provisioned with three n2-standard-8 machines. Preliminary analysis indicates that this may be more than necessary. We should document load assumptions, Cockroach Labs...
A dependency check as of Jan 12 2021 shows vulnerabilities in package dependencies (both direct and indirect). Most of these vulnerabilities are fixed in later versions, and can therefore be...
When `expose_internal` in metadata_base.libsonnet is set to its default value of `false`, the CRDB nodes all periodically print error messages like `httpLoggerserver.go:3054 http: TLS handshake error from 10.24.0.12:35404: remote error:...
Currently, there are circumstances when many transactions may fundamentally contend to change the same data fields. Specifically, if there are many flights being updated in the same area at the...
Currently, the indices we are using for many of our CockroachDB database tables are suboptimal; we should update our indices to optimize performance, storage, and probability of success. Some indices...
Currently, if I supply a description for a property with a complex type, Apicurio produces YAML like: ``` my_property: $ref: '#/components/schemas/MyPropertyType' description: Some details about this specific property rather than...
One problem that can arise with a DSS deployment involves the change or loss of a user that still has entities (subscriptions, identification service areas, operational intent references, constraint references)...
**Is your feature request related to a problem? Please describe.** A production GCP deployment was observed having relatively high request completion latency and was root-caused to likely be due to...
Pinning `setuptools` causes a warning indicating that `setuptools` was not pinned. #### Environment Versions 1. OS Type **Linux** 1. Python version: `$ python -V` **3.11.9** 1. pip version: `$ pip...
**Describe the bug** When following the [GKE terraform infrastructure deployment instructions](https://interuss.github.io/dss/dev/infrastructure/terraform-google-dss/), I receive a number of "Bad Request" errors when invoking the `terraform apply` command. I am an owner of...