Peter Bacsko created YUNIKORN-3125:
--------------------------------------

             Summary: Show allocation (pod) name in the core when handling 
non-YK pods
                 Key: YUNIKORN-3125
                 URL: https://issues.apache.org/jira/browse/YUNIKORN-3125
             Project: Apache YuniKorn
          Issue Type: Improvement
          Components: core - scheduler
            Reporter: Peter Bacsko
            Assignee: Peter Bacsko


When we update a foreign pod, we don't log the pod name, only the allocation ID:

{noformat}
                log.Log(log.SchedPartition).Info("handling new foreign 
allocation",
                        zap.String("partitionName", pc.Name),
                        zap.String("nodeID", nodeID),
                        zap.String("allocationKey", allocationKey))
{noformat}

{noformat}
        log.Log(log.SchedPartition).Info("handling foreign allocation update",
                zap.String("partitionName", pc.Name),
                zap.String("appID", applicationID),
                zap.String("allocationKey", allocationKey))
{noformat}

To enhance supportability, it's reasonable to display the allocation name.



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

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

Reply via email to