Giter VIP home page Giter VIP logo

Comments (3)

uluyol avatar uluyol commented on September 21, 2024

Looks like the problem is the number of connections Envoy is trying to establish. If we reduce the number of fortio servers (by removing a serve_port) then this looks better. I guess a "correct" fix is to have sensible limits on max_connections, max_pending_requests, and max_requests.

from heyp-agents.

uluyol avatar uluyol commented on September 21, 2024

Since the problem is overload between backends and Envoy, we can mitigate as noted in the previous comment. Not impacting any current results.

from heyp-agents.

uluyol avatar uluyol commented on September 21, 2024

Following up after seeing this again: the problem appears to CPU starvation in Envoy. One thing that has helped is enabling http2 communication between clients and envoy (envoy already spoke http2 to the backends, now all communication is cleartext http2).

Overall it seems like we are just barely touching this threshold where Envoy experiences CPU overloaded, and if we're slightly under things are OK.

Best thing would be to use bigger machines for Envoy. Unfortunately, only xl170 machines can use the user-allocatable switches on cloudlab. So to do this, we'd need to set up relay xl170 machines that NAT traffic to the actual machines over another network. However, having xl170 machines connected to two networks is blocked by a cloudlab issue.

from heyp-agents.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.