You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@yunikorn.apache.org by "Wilfred Spiegelenburg (Jira)" <ji...@apache.org> on 2023/02/06 02:06:00 UTC

[jira] [Created] (YUNIKORN-1560) Remove nodename and rackname from node attributes

Wilfred Spiegelenburg created YUNIKORN-1560:
-----------------------------------------------

             Summary: Remove nodename and rackname from node attributes
                 Key: YUNIKORN-1560
                 URL: https://issues.apache.org/jira/browse/YUNIKORN-1560
             Project: Apache YuniKorn
          Issue Type: Improvement
          Components: core - common, shim - kubernetes, webapp
            Reporter: Wilfred Spiegelenburg


We have a list of attributes that we pass on from the shim to the core.

The node name is set in those attributes with the same value as the NodeID. We thus send the same value twice. On the core side we treat them as two different values but they are not. Needs to be fixed. 

The rackname is set to "default" as the shim does not have the concept of a rack name. On the core side we pull that out as a "special" value. We should just treat it as another attribute on the node at best. Advanced placement checks are done by the shimas they could differ for each shim
The removal of the rack would also free up UI space to allow sorting or grouping nodes on a different attribute in the future.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@yunikorn.apache.org
For additional commands, e-mail: dev-help@yunikorn.apache.org