lixmgl commented on code in PR #581:
URL: https://github.com/apache/yunikorn-core/pull/581#discussion_r1267517867


##########
pkg/scheduler/objects/application.go:
##########
@@ -156,7 +157,7 @@ func (sa *Application) GetApplicationSummary(rmID string) 
*ApplicationSummary {
        return appSummary
 }
 
-func NewApplication(siApp *si.AddApplicationRequest, ugi security.UserGroup, 
eventHandler handler.EventHandler, rmID string) *Application {
+func NewApplication(siApp *si.AddApplicationRequest, ugi security.UserGroup, 
eventHandler handler.EventHandler, rmID string, disableNewAppEvent ...bool) 
*Application {

Review Comment:
   Done. Thanks.



-- 
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