Benjamin Pelletier

Results 24 issues of 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...

P1
feature
dss

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...

P2
bug

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:...

P2
bug
dss

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...

P2
feature
dss

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...

P2
feature
dss

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...

bug
enhancement

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)...

P2
feature
dss

**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...

P1
feature
deployment

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...

question
support
setuptools

**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...

deployment