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
gopls/internal/filecache: Get: mitigate failure due to ENOSPC
filecache.Get operations sometimes fail. This CL enumerates
a number of causes, and mitigates the likely most common
one--failure to create the cache due to ENOSPC--by forcing
cache creation during early startup.
This also minimizes the time window during which deletion
of the gopls executable is a possible cause.
If we continue to observe failures, the mostly likely remaining
cause is deletion of the cache while gopls is running.
This CL details a possible mitigation.
Updates golang/go#67433
Change-Id: I3545e56f7af308afba3527a418757b3cf4573569
Reviewed-on: https://go-review.googlesource.com/c/tools/+/639395
Reviewed-by: Robert Findley <[email protected]>
LUCI-TryBot-Result: Go LUCI <[email protected]>
0 commit comments