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
It is only used when executing asynchronous reads and writes, if it can't send the response, the error gets put in this channel.
The main Handle() dispatch loop should check the fatal channel, and if there was an error, return from Handle() with that error.
eg insert a select here
silo/pkg/storage/expose/nbd_dispatch.go
Line 13 in fd58200
The fatal channel is used here
silo/pkg/storage/expose/nbd_dispatch.go
Line 352 in fd58200
AND
silo/pkg/storage/expose/nbd_dispatch.go
Line 307 in fd58200
It is only used when executing asynchronous reads and writes, if it can't send the response, the error gets put in this channel.
The main Handle() dispatch loop should check the fatal channel, and if there was an error, return from Handle() with that error.
eg insert a select here
silo/pkg/storage/expose/nbd_dispatch.go
Line 153 in fd58200
The text was updated successfully, but these errors were encountered: