Gary Casey

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

bug
3 SP
PR47
PR48
PR49

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

bug
5 SP
PR49

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

enhancement
5 SP
P2
PR30

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

enhancement

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

bug
P2
PR29
PR30
PR31

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

enhancement
5 SP
operations

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

enhancement
5 SP
operations

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

enhancement

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

enhancement

Implement whatever is agreed in #433

3 SP
PR27
operations