mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Remove watchdog TODO
I have not seen a false positive stuck task yet. Biggest offender was whitelistfs which is going away. PiperOrigin-RevId: 283613064
This commit is contained in:
committed by
gVisor bot
parent
3e832bec1b
commit
154dcdec07
@@ -287,7 +287,9 @@ func (w *Watchdog) runTurn() {
|
||||
if !ok {
|
||||
// New stuck task detected.
|
||||
//
|
||||
// TODO(b/65849403): Tasks blocked doing IO may be considered stuck in kernel.
|
||||
// Note that tasks blocked doing IO may be considered stuck in kernel,
|
||||
// unless they are surrounded b
|
||||
// Task.UninterruptibleSleepStart/Finish.
|
||||
tc = &offender{lastUpdateTime: lastUpdateTime}
|
||||
stuckTasks.Increment()
|
||||
newTaskFound = true
|
||||
|
||||
Reference in New Issue
Block a user