chungen0126 commented on code in PR #384:
URL: https://github.com/apache/yunikorn-core/pull/384#discussion_r845021695


##########
pkg/scheduler/objects/application_state.go:
##########
@@ -172,6 +175,9 @@ func NewAppState() *fsm.FSM {
                        },
                        fmt.Sprintf("leave_%s", Running.String()): func(event 
*fsm.Event) {
                                app := event.Args[0].(*Application) 
//nolint:errcheck
+                               if app.queue != nil {

Review Comment:
   If there is no check, go test will occur come error. I'm not sure the season 
of the error.



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