steinsgateted commented on code in PR #422:
URL: https://github.com/apache/yunikorn-k8shim/pull/422#discussion_r882896815


##########
pkg/cache/context.go:
##########
@@ -910,13 +910,13 @@ func (ctx *Context) TaskEventHandler() func(obj 
interface{}) {
                                log.Logger().Error("failed to handle 
application event")
                                return
                        }
-
                        if task.canHandle(event) {
                                if err := task.handle(event); err != nil {
                                        log.Logger().Error("failed to handle 
task event",
                                                zap.String("applicationID", 
task.applicationID),
                                                zap.String("taskID", 
task.taskID),
                                                zap.String("event", 
string(event.GetEvent())),

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