You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
statsLastUpdatedTime which is part of the containerData struct is read from OnDemandHousekeeping and written to in housekeepingTick. These could be running under different go routines and so need to be guarded by the containerData lock.
The text was updated successfully, but these errors were encountered:
statsLastUpdatedTime
which is part of thecontainerData
struct is read fromOnDemandHousekeeping
and written to inhousekeepingTick
. These could be running under different go routines and so need to be guarded by thecontainerData
lock.The text was updated successfully, but these errors were encountered: