GithubHelp home page GithubHelp logo

Comments (6)

trasc avatar trasc commented on August 23, 2024

/assign

from kueue.

trasc avatar trasc commented on August 23, 2024

Set to a very low limit (e.g. 1), with burst set to same as the limit. Observe that Kueue is making more than 1 call per second to the API Server.

@gabesaba How many calls do you observe?

from kueue.

gabesaba avatar gabesaba commented on August 23, 2024

Set to a very low limit (e.g. 1), with burst set to same as the limit. Observe that Kueue is making more than 1 call per second to the API Server.

@gabesaba How many calls do you observe?

it should be on the O(#API types). I didn't check if this was multiplied by namespaces, for namespaced types. So in the case of 1qps, at least CQ, LQ, Workload, Pod, Event (and others I may be missing) = 5qps.

from kueue.

trasc avatar trasc commented on August 23, 2024

Set to a very low limit (e.g. 1), with burst set to same as the limit. Observe that Kueue is making more than 1 call per second to the API Server.

@gabesaba How many calls do you observe?

it should be on the O(#API types). I didn't check if this was multiplied by namespaces, for namespaced types. So in the case of 1qps, at least CQ, LQ, Workload, Pod, Event (and others I may be missing) = 5qps.

How do you "mesure" this?

from kueue.

gabesaba avatar gabesaba commented on August 23, 2024

I'm not sure what development environment you're using, but generally:

  • access k8 apiserver logs
  • filter requests from Kueue
  • add some load to Kueue so that it's making enough API calls
  • group by time observe that in a given window (e.g. 60 seconds), there are more than 60 calls (if qps=1)
  • additionally, group by API type (Workload/Pod/CQ) - observe that qps is at most the limit you set

from kueue.

trasc avatar trasc commented on August 23, 2024

@gabesaba It took some time but I found the cause, #2462 should fix it, please let me know if you can confirm the fix on your side as well.

from kueue.

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.