Ignore context in go-fuse Lookup method #2260
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
On heavy use, the go-fuse library will cancel a context (perhaps due to an interrupt). Rather than handle interrupts, we should ignore them and let the underlying Dialer finish its job.
https://github.com/GoogleCloudPlatform/cloud-sql-proxy/blob/main/internal/proxy/proxy_other.go#L102
This would remove the need for GoogleCloudPlatform/cloud-sql-go-connector#831.
Cf. hanwen/go-fuse#452
The text was updated successfully, but these errors were encountered: