Wilfred Spiegelenburg created YUNIKORN-1233:
-----------------------------------------------
Summary: 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
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: [email protected]
For additional commands, e-mail: [email protected]