Gary Casey
Gary Casey
**Describe the bug** * at_server has its own implementation of OutboundMessageListener. This contains old code which doesn't include the [fixes](https://github.com/atsign-foundation/at_libraries/pull/201) that have been made in AtLookup which properly handle slow...
**Describe the bug** * Code in `MonitorVerbHandler.processVerb` will hold onto the event loop until it completes. In turn this means that, if the `monitor:` request results in a large number...
**Describe the bug** * Outbound clients are currently created in two places: * OutboundClientManager (in at_secondary_server/lib/src/connection/outbound * NotifyConnectionsPool (at_secondary_server/lib/src/notification) * Both create their own independent OutboundClientPools, and each of those...
**Describe the bug** * At the moment the at_client_sdk functional tests, while increasingly comprehensive, only interact with one secondary server. Meanwhile, the at_server e2e tests (also increasingly comprehensive) do not...
Lead: @murali-shris **Describe the bug** There are periodic large load spikes which correspond with scheduled jobs (compaction, scans, ...) which are straining our worker nodes **Expected outcome** * Shared documented...
**Is your feature request related to a problem? Please describe.** We don't have an easy way of finding out when individual secondaries are frequently restarting which in turn is likely...
**Is your feature request related to a problem? Please describe.** * Logging and privacy - we need to ensure we are not logging anything that is privacy-impacting (including keys for...
**Is your feature request related to a problem? Please describe.** Have a Secondaries reverse proxy available at proxy.atsign.org:443 **Describe the solution you'd like** Reverse proxy for secondaries was [implemented a...
**Is your feature request related to a problem? Please describe.** If many clients are trying to open connections and the server is at capacity, the existing defensive mechanisms (see #503)...
Implement whatever is agreed in #433