You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Service registration errors and task failures occurring during node registration.
Reproduction steps
Node starts registration process
Multiple service registration deletion attempts fail
Template rendering issues occur for HAProxy peer service
Sibling task failures cascade to other services
Expected Result
Clean node registration
Successful service registration management
Proper template rendering for HAProxy peer service
Successful task execution without cascading failures
Actual Result
Multiple cascading failures observed:
Service registration errors:
[ERROR] client.rpc: error performing RPC to server: error="rpc error: rpc error: service registration not found"
Template failures:
Missing: nomad.service(haproxy-peer)
Task failures:
Setup Failure: failed to setup alloc: pre-run hook "group_services" failed: no servers
Forced termination:
Exit Code: 0, Exit Message: "executor: error waiting on process: rpc error: code = Canceled desc = grpc: the client connection is closing"
Nomad Client logs
Nov 14 08:11:51 [INFO] agent: (runner) starting
Nov 14 08:11:51 [ERROR] client.rpc: error performing RPC to server: error="rpc error: rpc error: service registration not found" rpc=ServiceRegistration.DeleteByID server=172.31.2.217:4647
Nov 14 08:11:51 [INFO] client.service_registration.nomad: attempted to delete non-existent service registration: service_id=_nomad-task-d90c47ce-f4be-0fa3-e019-5d1b522e64a1-group-haproxy-default-haproxy-peer-haproxy-peer-net namespace=kite
Nov 14 08:12:01 [INFO] client: node registration complete
Nomad Alloc Events Timeline
Nov 14, '24 08:10:36 - Terminated (Exit Code: 0)
Nov 14, '24 08:10:35 - Killing (Sent interrupt, 5s grace period)
Nov 14, '24 08:10:33 - Template Missing: nomad.service(haproxy-peer)
Nov 14, '24 08:10:30 - Sibling Task Failed (prepare-logging-setup)
Nov 14, '24 08:10:30 - Setup Failure (group_services hook failed)
Nov 14, '24 07:31:19 - Started
The primary issue appears to be related to service registration and template rendering failures, particularly affecting HAProxy peer services. This is causing cascading failures across dependent services and tasks.
The text was updated successfully, but these errors were encountered:
Nomad version
Operating system and Environment details
Issue
Service registration errors and task failures occurring during node registration.
Reproduction steps
Expected Result
Actual Result
Multiple cascading failures observed:
Nomad Client logs
Nomad Alloc Events Timeline
The primary issue appears to be related to service registration and template rendering failures, particularly affecting HAProxy peer services. This is causing cascading failures across dependent services and tasks.
The text was updated successfully, but these errors were encountered: