[ 
https://issues.apache.org/jira/browse/YUNIKORN-87?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17083952#comment-17083952
 ] 

Wilfred Spiegelenburg commented on YUNIKORN-87:
-----------------------------------------------

Changes merged for core repo, in both trunk and branch-0.8

Shim changes are approved but go mod update has caused some issues. Currently 
the bbolt dependency (from k8s indirect) is not resolved correctly. The 
dependency has moved repo and path but the dependency still points to the old 
location.

To work around this we have added a replace in the go mod:
{code:java}
 replace github.com/coreos/bbolt => go.etcd.io/bbolt v1.3.4{code}
This might need tweaking in the future as it breaks {{go mod tidy}}

> reservation logic should look at predicates
> -------------------------------------------
>
>                 Key: YUNIKORN-87
>                 URL: https://issues.apache.org/jira/browse/YUNIKORN-87
>             Project: Apache YuniKorn
>          Issue Type: Improvement
>          Components: core - scheduler, shim - kubernetes
>            Reporter: Wilfred Spiegelenburg
>            Assignee: Wilfred Spiegelenburg
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> In the current scheduling cycle we do not take into account predicates. This 
> result in reservations that might never be full filled as the node taints do 
> not match the pod.
> Reservation quality can be improved by looking at predicates when deciding to 
> make a reservation and not make a reservation if the predicates do not match



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@yunikorn.apache.org
For additional commands, e-mail: issues-h...@yunikorn.apache.org

Reply via email to