Git Product home page Git Product logo

Comments (10)

k8s-ci-robot avatar k8s-ci-robot commented on September 27, 2024

This issue is currently awaiting triage.

If a SIG or subproject determines this is a relevant issue, they will accept it by applying the triage/accepted label and provide further guidance.

The triage/accepted label can be added by org members by writing /triage accepted in a comment.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

from kubernetes.

SataQiu avatar SataQiu commented on September 27, 2024

/sig node

from kubernetes.

HirazawaUi avatar HirazawaUi commented on September 27, 2024

/sig network
/cc @thockin

from kubernetes.

nikzayn avatar nikzayn commented on September 27, 2024

Hey @SataQiu, I would like to take this up after triage-accepted label. Thanks

/assign

from kubernetes.

mauri870 avatar mauri870 commented on September 27, 2024

@nikzayn I had started working on this yesterday, but I'm fine passing the ball to you. Please take a look at my changes, perhaps some of them are worth porting over to your PR. Thanks.

https://github.com/kubernetes/kubernetes/compare/master...mauri870:kubernetes:feature/sysctl-tcp-rmem-wmem?expand=1

from kubernetes.

mauri870 avatar mauri870 commented on September 27, 2024

Related work for net.ipv4.tcp_keepalive_time at #118846 can be used as inspiration as well.

from kubernetes.

nikzayn avatar nikzayn commented on September 27, 2024

Thanks a lot @mauri870 my bad I didn't know you were working. I should have to wait for someone to assign from next time. Thanks for passing the ball. Definitely, I will take a look and after a successful build pass will push the respective changes.

from kubernetes.

mauri870 avatar mauri870 commented on September 27, 2024

Thanks a lot @mauri870 my bad I didn't know you were working. I should have to wait for someone to assign from next time. Thanks for passing the ball. Definitely, I will take a look and after a successful build pass will push the respective changes.

No worries, it's my fault for not assigning the issue to myself earlier. I'm glad you were able to work on it.

from kubernetes.

nikzayn avatar nikzayn commented on September 27, 2024

Thanks a lot @mauri870 my bad I didn't know you were working. I should have to wait for someone to assign from next time. Thanks for passing the ball. Definitely, I will take a look and after a successful build pass will push the respective changes.

No worries, it's my fault for not assigning the issue to myself earlier. I'm glad you were able to work on it.

Thanks, I have made the changes. You can check that out. Do checkout of If I am missing anything. Thanks!!

from kubernetes.

wenjianhn avatar wenjianhn commented on September 27, 2024

What is the typical TCP RTT between those Cassandra nodes?

BDP (bits) = bandwidth (bits/second) * RTT (seconds)
sudo sysctl -w net.ipv4.tcp_rmem="4096 87380 $MaxExpectedPathBDP"
See https://cloud.google.com/compute/docs/networking/tcp-optimization-for-network-performance-in-gcp-and-hybrid

TCP memory is not that safe per https://lpc.events/event/16/contributions/1212/

Potentially a low priority job can hog all the available TCP memory and starve the high priority jobs collocated with it. Indeed we have seen production incidences of low priority jobs negatively impacting the network performance of collocated high priority jobs.

from kubernetes.

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.