xavier chang
xavier chang
> Hi, this is a remarkable feature. If we can implement hierarchical queues in Volcano, it can accelerate the replacement of the YARN scheduler in big data scenarios. The current...
> > > Hi, this is a remarkable feature. If we can implement hierarchical queues in Volcano, it can accelerate the replacement of the YARN scheduler in big data scenarios....
> > > > > Hi, this is a remarkable feature. If we can implement hierarchical queues in Volcano, it can accelerate the replacement of the YARN scheduler in big...
> > > > > Hi, this is a remarkable feature. If we can implement hierarchical queues in Volcano, it can accelerate the replacement of the YARN scheduler in big...
> > > > > > > Hi, this is a remarkable feature. If we can implement hierarchical queues in Volcano, it can accelerate the replacement of the YARN scheduler...
Hi, what problem do you want to solve and what's your use case here. If you just want solve "Inqueue" problem mentioned in this doc, there is already a relevant...
> > Hi, what problem do you want to solve and what's your use case here. If you just want solve "Inqueue" problem mentioned in this doc, there is already...
> > Seems there is another way to solve that problem, can this [pr](https://github.com/volcano-sh/volcano/pull/2667) provides some inspiration? > > We can do similar stuff done for k8s native job in...
Yep, that's a problem. It's caused by https://github.com/volcano-sh/volcano/pull/3188/files#diff-b361e185e6595bd52bd084dae3e830736c2ed7fc17fad7aef218d2a2527a02c9, and we can fix it refer to pr https://github.com/volcano-sh/volcano/pull/3223
Sorry for not digging so deep before, according to queue's deserved resources computation logic [here](https://github.com/volcano-sh/volcano/blob/870483f5526b385955ec350eb655be17887e1025/pkg/scheduler/plugins/proportion/proportion.go#L216), every dimension resource will not be greater than its request resource, so share value 1...