This is an automated email from the ASF dual-hosted git repository.
ccondit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yunikorn-core.git
The following commit(s) were added to refs/heads/master by this push:
new 9ad817ff [YUNIKORN-1991] Fix wrong log key in Application (#654)
9ad817ff is described below
commit 9ad817ffd207f390f62fd0c59cd8e2b28f82b5b8
Author: [email protected] <[email protected]>
AuthorDate: Tue Sep 19 09:47:11 2023 -0500
[YUNIKORN-1991] Fix wrong log key in Application (#654)
Closes: #654
Signed-off-by: Craig Condit <[email protected]>
---
pkg/scheduler/objects/application.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pkg/scheduler/objects/application.go
b/pkg/scheduler/objects/application.go
index 0124ddf1..84f8f987 100644
--- a/pkg/scheduler/objects/application.go
+++ b/pkg/scheduler/objects/application.go
@@ -678,7 +678,7 @@ func (sa *Application) AddAllocationAsk(ask *AllocationAsk)
error {
log.Log(log.SchedApplication).Info("ask added successfully to
application",
zap.String("appID", sa.ApplicationID),
- zap.String("appID", sa.user.User),
+ zap.String("user", sa.user.User),
zap.String("ask", ask.GetAllocationKey()),
zap.Bool("placeholder", ask.IsPlaceholder()),
zap.Stringer("pendingDelta", delta))
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]