Git Product home page Git Product logo

yarn-copilot's People

Contributors

dependabot[bot] avatar hormes avatar sjtufl avatar suozz avatar zwzhang0107 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

yarn-copilot's Issues

[proposal]共享调度账本计算方式

What is your proposal:
case1:
slo-controller计算出batch total为12c,k8s requested=6c,yarn requested=4c
此时
batch unallocated=2c=12-6-4
需要让k8s和yarn的调度器知道还有2c的batch unallocated
k8s allocatable=2+6=8c=12-4
yarn allocatable=2+4=6c=12-6

case2:
slo-controller计算出batch total为9c,k8s requested=6c,yarn requested=4c
此时
batch unallocated=-1c=9-6-4
需要让k8s和yarn的调度器知道已经没有batch unallocated
k8s allocatable=-1+6=5c=9-4,< k8s requested
yarn allocatable=-1+4=3c=12-6,< yarn requested
这样yarn和k8s都不会再往上调度,符合调度模型

Why is this needed:

Is there a suggested solution, if so, please add it:

实现上,slo-controller将batch total放在annotation上,yarn operator计算batch_total-k8s_requested发送给rm,slo-controller计算batch_total-yarn_requested更新在node.status上

[BUG] Yarn client do not switch access node when the old node is down

What happened:
yarn client occur errors
I1012 09:34:33.366808 1 client.go:196] error: dial tcp 10.219.135.80:8032: connect: connection refused
W1012 09:34:33.366831 1 client.go:151] Couldn't setup connection: dial tcp 10.219.135.80:8032: connect: connection refused
E1012 09:34:33.366840 1 Nodes.go:56] dial tcp 10.219.135.80:8032: connect: connection refused
I1012 09:34:34.367349 1 client.go:196] error: dial tcp 10.219.135.80:8032: connect: connection refused
W1012 09:34:34.367368 1 client.go:151] Couldn't setup connection: dial tcp 10.219.135.80:8032: connect: connection refused
E1012 09:34:34.367376 1 Nodes.go:56] dial tcp 10.219.135.80:8032: connect: connection refused
I1012 09:34:35.369831 1 client.go:196] error: dial tcp 10.219.135.80:8032: connect: connection refused
W1012 09:34:35.369848 1 client.go:151] Couldn't setup connection: dial tcp 10.219.135.80:8032: connect: connection refused
E1012 09:34:35.369854 1 Nodes.go:56] dial tcp 10.219.135.80:8032: connect: connection refused
What you expected to happen:
yarn client try to access other yarn node

[proposal] [chart] Support yarn HA mode deployment

What is your proposal:

Support deploying YARN in HA mode.

Why is this needed:

Is there a suggested solution, if so, please add it:

Fetch yarn RMs via some discovery methods (e.g., kubectl) in bootstrap.sh.

[proposal] use source.Channel to handle yarn node requested update event

What is your proposal:
Now the reconciler only handles k8s.Node update event, yarn requested info may not be updated in time.

Why is this needed:
the yarn requested info on node maybe outdated if k8s.Node not update.

Is there a suggested solution, if so, please add it:
using an independent controller to handle yarn requested update from yarnNodeSyncer.

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.