Peter Bacsko created YUNIKORN-2223:
--------------------------------------

             Summary: Task: eliminate separate mutex variable
                 Key: YUNIKORN-2223
                 URL: https://issues.apache.org/jira/browse/YUNIKORN-2223
             Project: Apache YuniKorn
          Issue Type: Improvement
          Components: shim - kubernetes
            Reporter: Peter Bacsko


In {{{}cache.Task{}}}, the lock variable is defined as:
{noformat}
type Task struct {
    ...
    schedulingState TaskSchedulingState
    sm              *fsm.FSM
    lock            *sync.RWMutex
} {noformat}

In other parts of the code, we simply embed {{sync.RWMutex}}. There's no need 
to have a separate variable. Locking and unlocking become simpler.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to