You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@yunikorn.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/06/24 15:06:00 UTC

[jira] [Updated] (YUNIKORN-1233) REST api shows negative request time for some allocations

     [ https://issues.apache.org/jira/browse/YUNIKORN-1233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated YUNIKORN-1233:
-------------------------------------
    Labels: pull-request-available  (was: )

> REST api shows negative request time for some allocations
> ---------------------------------------------------------
>
>                 Key: YUNIKORN-1233
>                 URL: https://issues.apache.org/jira/browse/YUNIKORN-1233
>             Project: Apache YuniKorn
>          Issue Type: Bug
>          Components: core - common
>    Affects Versions: 1.0.0
>            Reporter: Wilfred Spiegelenburg
>            Assignee: Peter Bacsko
>            Priority: Major
>              Labels: pull-request-available
>
> In a dump taken from a install after 1.0 we show negative requestTime entries for a small set of pods:
> {code:java}
> {
>  "allocationKey": "0c381096-2ec2-45e3-ac5f-29b4bfdd82b2",
>  "allocationTags": {
>    ...
>    "kubernetes.io/label/disableStateAware": "true",
>    "kubernetes.io/label/queue": "root.default",
>    "kubernetes.io/meta/namespace": "default",
>   ...
>    "yunikorn.apache.org/requiredNode": "ip-172-31-214-45.ec2.internal"
>  },
>  "requestTime": -6795364578871345152,
>  "allocationTime": 1654635352762302689,
>  "allocationDelay": 8449999931633647841,
>  "uuid": "0c381096-2ec2-45e3-ac5f-29b4bfdd82b2",
>  "resource": {
>    "memory": 52428800,
>    "vcore": 50
>  },
>  "priority": "0",
>  "queueName": "",
>  "nodeId": "ip-172-31-214-45.ec2.internal",
>  "applicationId": "yunikorn-default-autogen",
>  "partition": "default",
>  "placeholder": false,
>  "placeholderUsed": false,
>  "taskGroupName": ""
> },
> {code}
> Could be related to the fact that they are daemonset pods as they have the tag "yunikorn.apache.org/requiredNode" set



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

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