Christian Kruse

Results 25 issues of Christian Kruse

### What version of CUE are you using (`cue version`)? $ cue version cue version v0.4.2 linux/amd64 ### Does this issue reproduce with the latest release? Y ### What did...

NeedsFix
get go
panic

Closes https://github.com/sensu/sensu-go/issues/4825 https://github.com/sensu/sensu-go/issues/4827 ## What is this change? * Adds a `--agent-serve-wait-time` flag to the backend to delay serving agent traffic. * Adds a `/ready` API endpoint to agent listener...

Closes https://github.com/sensu/sensu-enterprise-go/issues/2323 ## What is this change? Makes logging adjustments for situations where an event processing pipeline can't be ran due to its configuration. **Fixes misleading log messages** Before either...

Adds an `--api-seve-wait-time` flag (default 0) to allow users to configure a time in seconds to wait on startup before serving api requests. When the backend is started apid will...

component:reliability

New `serve-wait-time` flags expose a method to delay servicing api and agent traffic. This information needs to be communicated back to consumers. Today sensu-go's apis have no concept of readiness...

component:reliability

Adds an `--agent-listen-wait-time` flag (default 0) to allow users to configure a time in seconds to wait on startup before accepting agent connections. When the backend is started agentd will...

component:reliability

Full Writeup: https://docs.google.com/document/d/1y-0RK3TFoVDBn1pfMKsEsBpDjXp66dsK-EHYGkwiEV8/edit?usp=sharing ## Problem Keepalive reconstruction occurs each time a sensu backend starts up. The backend iterates through the known failing keepalives and resets their "liveness" state in etcd....

Partial solution for https://github.com/sensu/sensu-enterprise-go/issues/2373 Closes: https://github.com/sensu/sensu-go/issues/4828 ## What is this change? Instead of calling keepalived's initFromStore function to reconstruct failing keepalive switchset state in a blocking manner on backend startup,...

Our keepalive reconstruction strategy (re-schedules timers for agent keepalives on backend startup) assumes that agent state does not change during a full cluster outage. Because of this, if any agents...

bug

The store/v2 interface does not provide an efficient way for callers to know if a resource was created, updated or not modified. ## Feature Suggestion Extend the store/v2 interface to...

component:store
🚧 WIP 🚧