ryankert01 commented on code in PR #921:
URL: https://github.com/apache/yunikorn-core/pull/921#discussion_r1692694456


##########
pkg/scheduler/ugm/manager.go:
##########
@@ -338,7 +339,7 @@ func (m *Manager) internalProcessConfig(cur 
configs.QueueConfig, queuePath strin
                                zap.String("queue path", queuePath),
                                zap.Any("limit max resources", 
limit.MaxResources),
                                zap.Error(err))
-                       return fmt.Errorf("problem in using the max resources 
settings for queuepath: %s. reason: %w", queuePath, err)
+                       return errors.Join(fmt.Errorf("problem in using the max 
resources settings for queuepath: %s. reason: ", queuePath), err)

Review Comment:
   Done.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to