Skip to content

Requests being dropped on the LB level although circuit breaker is disabled #6485

@benishak

Description

@benishak

Issue Template

Title: Requests dropped and increased 503 erros

Description:
Under high load 12M rpm after a 5 minutes requests dropped to 6M rpm and 503 errors increased

No errors in envoy logs

circuit breaker is disabled

maxConnections: 1000000000
maxPendingRequests: 1000000000
maxRequests: 1000000000
====
cluster.gloo-system.default-my-8081.bind_errors: 0
cluster.gloo-system.default-my-8081.circuit_breakers.default.cx_open: 0
cluster.gloo-system.default-my-8081.circuit_breakers.default.cx_pool_open: 0
cluster.gloo-system.default-my-8081.circuit_breakers.default.rq_open: 0
cluster.gloo-system.default-my-8081.circuit_breakers.default.rq_pending_open: 0
cluster.gloo-system.default-my-8081.circuit_breakers.default.rq_retry_open: 0
cluster.gloo-system.default-my-8081.circuit_breakers.high.cx_open: 0
cluster.gloo-system.default-my-8081.circuit_breakers.high.cx_pool_open: 0
cluster.gloo-system.default-my-8081.circuit_breakers.high.rq_open: 0
cluster.gloo-system.default-my-8081.circuit_breakers.high.rq_pending_open: 0
cluster.gloo-system.default-my-8081.circuit_breakers.high.rq_retry_open: 0

Screen Shot 2019-04-05 at 15 20 31

Screen Shot 2019-04-05 at 11 46 12

what could be the causes for such behaviour?

Environment
AWS : 4 x c5n.9xlarge @ 36 vCPU / 96 GB / 25 Gbps
Kubernetes / Gloo
latest commit from master branch

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionQuestions that are neither investigations, bugs, nor enhancements

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions